8233496: AOT tests failures with 'java.lang.RuntimeException: Failed to find sun/hotspot/WhiteBox.class'
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
50ef4854dc
commit
ddaa12237e
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.aot.DeoptimizationTest
|
* @build compiler.aot.DeoptimizationTest
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname libDeoptimizationTest.so
|
* @run driver compiler.aot.AotCompiler -libname libDeoptimizationTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.aot.RecompilationTest
|
* @build compiler.aot.RecompilationTest
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname libRecompilationTest1.so
|
* @run driver compiler.aot.AotCompiler -libname libRecompilationTest1.so
|
||||||
|
@ -28,8 +28,7 @@
|
|||||||
* @modules java.base/jdk.internal.org.objectweb.asm
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* java.base/jdk.internal.misc
|
* java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* compiler.calls.common.InvokeDynamicPatcher
|
* sun.hotspot.WhiteBox
|
||||||
* compiler.aot.AotCompiler
|
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
|
@ -28,8 +28,7 @@
|
|||||||
* @modules java.base/jdk.internal.org.objectweb.asm
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* java.base/jdk.internal.misc
|
* java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* compiler.calls.common.InvokeDynamicPatcher
|
* sun.hotspot.WhiteBox
|
||||||
* compiler.aot.AotCompiler
|
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
|
@ -28,8 +28,7 @@
|
|||||||
* @modules java.base/jdk.internal.org.objectweb.asm
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* java.base/jdk.internal.misc
|
* java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* compiler.calls.common.InvokeDynamicPatcher
|
* sun.hotspot.WhiteBox
|
||||||
* compiler.aot.AotCompiler
|
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
|
@ -28,8 +28,7 @@
|
|||||||
* @modules java.base/jdk.internal.org.objectweb.asm
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* java.base/jdk.internal.misc
|
* java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* compiler.calls.common.InvokeDynamicPatcher
|
* sun.hotspot.WhiteBox
|
||||||
* compiler.aot.AotCompiler
|
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeInterface
|
* @build compiler.calls.common.InvokeInterface
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname AotInvokeInterface2AotTest.so
|
* @run driver compiler.aot.AotCompiler -libname AotInvokeInterface2AotTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeInterface
|
* @build compiler.calls.common.InvokeInterface
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler
|
* @run driver compiler.aot.AotCompiler
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeInterface
|
* @build compiler.calls.common.InvokeInterface
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler
|
* @run driver compiler.aot.AotCompiler
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeInterface
|
* @build compiler.calls.common.InvokeInterface
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname AotInvokeInterface2NativeTest.so
|
* @run driver compiler.aot.AotCompiler -libname AotInvokeInterface2NativeTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeSpecial
|
* @build compiler.calls.common.InvokeSpecial
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname AotInvokeSpecial2AotTest.so
|
* @run driver compiler.aot.AotCompiler -libname AotInvokeSpecial2AotTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeSpecial
|
* @build compiler.calls.common.InvokeSpecial
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname AotInvokeSpecial2CompiledTest.so
|
* @run driver compiler.aot.AotCompiler -libname AotInvokeSpecial2CompiledTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeSpecial
|
* @build compiler.calls.common.InvokeSpecial
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler
|
* @run driver compiler.aot.AotCompiler
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeSpecial
|
* @build compiler.calls.common.InvokeSpecial
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname AotInvokeSpecial2NativeTest.so
|
* @run driver compiler.aot.AotCompiler -libname AotInvokeSpecial2NativeTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeStatic
|
* @build compiler.calls.common.InvokeStatic
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname AotInvokeStatic2AotTest.so
|
* @run driver compiler.aot.AotCompiler -libname AotInvokeStatic2AotTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeStatic
|
* @build compiler.calls.common.InvokeStatic
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname AotInvokeStatic2CompiledTest.so
|
* @run driver compiler.aot.AotCompiler -libname AotInvokeStatic2CompiledTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeStatic
|
* @build compiler.calls.common.InvokeStatic
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler
|
* @run driver compiler.aot.AotCompiler
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeStatic
|
* @build compiler.calls.common.InvokeStatic
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname AotInvokeStatic2NativeTest.so
|
* @run driver compiler.aot.AotCompiler -libname AotInvokeStatic2NativeTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeVirtual
|
* @build compiler.calls.common.InvokeVirtual
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname AotInvokeVirtual2AotTest.so
|
* @run driver compiler.aot.AotCompiler -libname AotInvokeVirtual2AotTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeVirtual
|
* @build compiler.calls.common.InvokeVirtual
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname AotInvokeVirtual2CompiledTest.so
|
* @run driver compiler.aot.AotCompiler -libname AotInvokeVirtual2CompiledTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeVirtual
|
* @build compiler.calls.common.InvokeVirtual
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler
|
* @run driver compiler.aot.AotCompiler
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeVirtual
|
* @build compiler.calls.common.InvokeVirtual
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname AotInvokeVirtual2NativeTest.so
|
* @run driver compiler.aot.AotCompiler -libname AotInvokeVirtual2NativeTest.so
|
||||||
|
@ -28,8 +28,7 @@
|
|||||||
* @modules java.base/jdk.internal.org.objectweb.asm
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* java.base/jdk.internal.misc
|
* java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* compiler.calls.common.InvokeDynamicPatcher
|
* sun.hotspot.WhiteBox
|
||||||
* compiler.aot.AotCompiler
|
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeInterface
|
* @build compiler.calls.common.InvokeInterface
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler
|
* @run driver compiler.aot.AotCompiler
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeSpecial
|
* @build compiler.calls.common.InvokeSpecial
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname CompiledInvokeSpecial2AotTest.so
|
* @run driver compiler.aot.AotCompiler -libname CompiledInvokeSpecial2AotTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeStatic
|
* @build compiler.calls.common.InvokeStatic
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname CompiledInvokeStatic2AotTest.so
|
* @run driver compiler.aot.AotCompiler -libname CompiledInvokeStatic2AotTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeVirtual
|
* @build compiler.calls.common.InvokeVirtual
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname CompiledInvokeVirtual2AotTest.so
|
* @run driver compiler.aot.AotCompiler -libname CompiledInvokeVirtual2AotTest.so
|
||||||
|
@ -28,8 +28,7 @@
|
|||||||
* @modules java.base/jdk.internal.org.objectweb.asm
|
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||||
* java.base/jdk.internal.misc
|
* java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeDynamic
|
* @build compiler.calls.common.InvokeDynamic
|
||||||
* compiler.calls.common.InvokeDynamicPatcher
|
* sun.hotspot.WhiteBox
|
||||||
* compiler.aot.AotCompiler
|
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeInterface
|
* @build compiler.calls.common.InvokeInterface
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler
|
* @run driver compiler.aot.AotCompiler
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeSpecial
|
* @build compiler.calls.common.InvokeSpecial
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler
|
* @run driver compiler.aot.AotCompiler
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeStatic
|
* @build compiler.calls.common.InvokeStatic
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler
|
* @run driver compiler.aot.AotCompiler
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeVirtual
|
* @build compiler.calls.common.InvokeVirtual
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler
|
* @run driver compiler.aot.AotCompiler
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeSpecial
|
* @build compiler.calls.common.InvokeSpecial
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname NativeInvokeSpecial2AotTest.so
|
* @run driver compiler.aot.AotCompiler -libname NativeInvokeSpecial2AotTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeStatic
|
* @build compiler.calls.common.InvokeStatic
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname NativeInvokeStatic2AotTest.so
|
* @run driver compiler.aot.AotCompiler -libname NativeInvokeStatic2AotTest.so
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @library /test/lib /testlibrary /
|
* @library /test/lib /testlibrary /
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @build compiler.calls.common.InvokeVirtual
|
* @build compiler.calls.common.InvokeVirtual
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
* @run driver compiler.aot.AotCompiler -libname NativeInvokeVirtual2AotTest.so
|
* @run driver compiler.aot.AotCompiler -libname NativeInvokeVirtual2AotTest.so
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* java.management
|
* java.management
|
||||||
* @requires vm.aot & vm.cds
|
* @requires vm.aot & vm.cds
|
||||||
* @build compiler.aot.fingerprint.SelfChanged
|
* @build compiler.aot.fingerprint.SelfChanged
|
||||||
* compiler.aot.AotCompiler
|
* sun.hotspot.WhiteBox
|
||||||
*
|
*
|
||||||
* @run main compiler.aot.fingerprint.SelfChanged WRITE-UNMODIFIED-CLASS
|
* @run main compiler.aot.fingerprint.SelfChanged WRITE-UNMODIFIED-CLASS
|
||||||
* @run driver compiler.aot.AotCompiler -libname libSelfChanged.so
|
* @run driver compiler.aot.AotCompiler -libname libSelfChanged.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user