hotspot/test/compiler/aot/calls/fromAot/AotInvokeStatic2NativeTest.java
changeset 46743 4d9e00487c62
parent 46725 537540cbebb3
child 46942 de1adae7cbc3
--- a/hotspot/test/compiler/aot/calls/fromAot/AotInvokeStatic2NativeTest.java	Fri Jul 28 10:48:35 2017 -0400
+++ b/hotspot/test/compiler/aot/calls/fromAot/AotInvokeStatic2NativeTest.java	Wed Aug 02 08:53:18 2017 -0700
@@ -23,7 +23,7 @@
 
 /*
  * @test
- * @key aot
+ * @requires vm.aot
  * @library /test/lib /testlibrary /
  * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64")
  * @modules java.base/jdk.internal.misc