hotspot/test/compiler/jvmci/compilerToVM/CollectCountersTest.java
changeset 42607 acd91f1875d4
parent 40631 ed82623d7831
child 43972 1ade39b8381b
equal deleted inserted replaced
42606:b8c284d7d34d 42607:acd91f1875d4
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8136421
    26  * @bug 8136421
    27  * @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
    27  * @requires vm.jvmci
    28  * @library / /test/lib/
    28  * @library / /test/lib/
    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 sun.hotspot.WhiteBox
    32  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper sun.hotspot.WhiteBox