hotspot/test/compiler/jvmci/compilerToVM/InitializeConfigurationTest.java
changeset 39291 a4efe145313d
parent 38152 80e5da81fb2c
child 39450 78e99b030d5f
equal deleted inserted replaced
39290:0cc9f5028562 39291:a4efe145313d
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8136421
    26  * @bug 8136421
    27  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
    27  * @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
    28  * @library / /testlibrary
    28  * @library / /testlibrary
    29  * @library ../common/patches
    29  * @library ../common/patches
    30  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    31  * @modules jdk.vm.ci/jdk.vm.ci.hotspot
    31  * @modules jdk.vm.ci/jdk.vm.ci.hotspot
    32  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    32  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper