hotspot/test/compiler/aot/calls/fromNative/NativeInvokeStatic2AotTest.java
changeset 46743 4d9e00487c62
parent 46725 537540cbebb3
child 46942 de1adae7cbc3
equal deleted inserted replaced
46729:c62d2e8b2728 46743:4d9e00487c62
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @key aot
    26  * @requires vm.aot
    27  * @library /test/lib /testlibrary /
    27  * @library /test/lib /testlibrary /
    28  * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64")
    28  * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64")
    29  * @modules java.base/jdk.internal.misc
    29  * @modules java.base/jdk.internal.misc
    30  * @build compiler.calls.common.InvokeStatic
    30  * @build compiler.calls.common.InvokeStatic
    31  *        compiler.aot.AotCompiler
    31  *        compiler.aot.AotCompiler