File tree 3 files changed +6
-2
lines changed
test/hotspot/jtreg/compiler/runtime/criticalnatives
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 26
26
#include " precompiled.hpp"
27
27
#include " assembler_zero.inline.hpp"
28
28
#include " memory/resourceArea.hpp"
29
+ #include " runtime/arguments.hpp"
29
30
#include " runtime/globals_extension.hpp"
30
31
#include " runtime/java.hpp"
31
32
#include " runtime/stubCodeGenerator.hpp"
@@ -43,4 +44,7 @@ void VM_Version::initialize() {
43
44
warning (" Prefetching is not available for a Zero VM" );
44
45
}
45
46
FLAG_SET_DEFAULT (AllocatePrefetchDistance, 0 );
47
+
48
+ // Not implemented
49
+ UNSUPPORTED_OPTION (CriticalJNINatives);
46
50
}
Original file line number Diff line number Diff line change 24
24
25
25
/* @test
26
26
* @bug 8167409
27
- * @requires (os.arch != "aarch64") & (os.arch != "arm")
27
+ * @requires (os.arch != "aarch64") & (os.arch != "arm") & (vm.flavor != "zero")
28
28
* @run main/othervm/native -Xcomp -XX:+CriticalJNINatives compiler.runtime.criticalnatives.argumentcorruption.CheckLongArgs
29
29
*/
30
30
package compiler .runtime .criticalnatives .argumentcorruption ;
Original file line number Diff line number Diff line change 24
24
25
25
/* @test
26
26
* @bug 8167408
27
- * @requires (os.arch != "aarch64") & (os.arch != "arm")
27
+ * @requires (os.arch != "aarch64") & (os.arch != "arm") & (vm.flavor != "zero")
28
28
* @run main/othervm/native -Xcomp -XX:+CriticalJNINatives compiler.runtime.criticalnatives.lookup.LookUp
29
29
*/
30
30
package compiler .runtime .criticalnatives .lookup ;
You can’t perform that action at this time.
0 commit comments