hotspot/test/compiler/jvmci/compilerToVM/HasCompiledCodeForOSRTest.java
changeset 40631 ed82623d7831
parent 40059 c2304140ed64
child 41705 332239c052cc
equal deleted inserted replaced
40629:514bf0744294 40631:ed82623d7831
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 
    24 
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @bug 8136421
    27  * @bug 8136421
    28  * @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
    28  * @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
    29  * @library /testlibrary /test/lib /
    29  * @library /test/lib /
    30  * @library ../common/patches
    30  * @library ../common/patches
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  * @modules java.base/jdk.internal.org.objectweb.asm
    32  * @modules java.base/jdk.internal.org.objectweb.asm
    33  *          java.base/jdk.internal.org.objectweb.asm.tree
    33  *          java.base/jdk.internal.org.objectweb.asm.tree
    34  *          jdk.vm.ci/jdk.vm.ci.hotspot
    34  *          jdk.vm.ci/jdk.vm.ci.hotspot
    35  *          jdk.vm.ci/jdk.vm.ci.code
    35  *          jdk.vm.ci/jdk.vm.ci.code
    36  *
    36  *
    37  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    37  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper sun.hotspot.WhiteBox
    38  * @build compiler.jvmci.compilerToVM.HasCompiledCodeForOSRTest
       
    39  * @build sun.hotspot.WhiteBox
       
    40  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    38  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    41  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    39  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    42  * @run main/othervm -Xbootclasspath/a:.
    40  * @run main/othervm -Xbootclasspath/a:.
    43  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    41  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    44  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    42  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI