Skip to content

Commit b48f31d

Browse files
committedAug 4, 2021
8271743: mark hotspot runtime/jni tests which ignore external VM flags
Reviewed-by: dholmes
1 parent 66c653c commit b48f31d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎test/hotspot/jtreg/runtime/jni/CalleeSavedRegisters/FPRegs.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -28,6 +28,7 @@
2828
* @comment Test uses custom launcher that starts VM in primordial thread. This is
2929
* not possible on aix.
3030
* @requires os.family != "aix"
31+
* @requires vm.flagless
3132
* @library /test/lib
3233
* @modules java.base/jdk.internal.misc
3334
* @run main/native FPRegs

‎test/hotspot/jtreg/runtime/jni/checked/TestCheckedReleaseArrayElements.java

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
/* @test
2525
* @bug 8258077
2626
* @summary verify multiple release calls on a copied array work when checked
27+
* @requires vm.flagless
2728
* @library /test/lib
2829
* @run main/native TestCheckedReleaseArrayElements launch
2930
*/

0 commit comments

Comments
 (0)