hotspot/test/compiler/jvmci/events/JvmciNotifyInstallEventTest.java
changeset 40053 b3617982544e
parent 40034 4a288aaf8511
child 40055 34d785a46283
equal deleted inserted replaced
40052:b3c4770f1c30 40053:b3617982544e
    32  *          java.base/jdk.internal.org.objectweb.asm.tree
    32  *          java.base/jdk.internal.org.objectweb.asm.tree
    33  *          jdk.vm.ci/jdk.vm.ci.hotspot
    33  *          jdk.vm.ci/jdk.vm.ci.hotspot
    34  *          jdk.vm.ci/jdk.vm.ci.code
    34  *          jdk.vm.ci/jdk.vm.ci.code
    35  *          jdk.vm.ci/jdk.vm.ci.meta
    35  *          jdk.vm.ci/jdk.vm.ci.meta
    36  *          jdk.vm.ci/jdk.vm.ci.runtime
    36  *          jdk.vm.ci/jdk.vm.ci.runtime
       
    37  *
    37  * @ignore 8144964
    38  * @ignore 8144964
    38  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    39  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
    39  * @build compiler.jvmci.common.JVMCIHelpers
    40  * @build compiler.jvmci.common.JVMCIHelpers
    40  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
    41  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
    41  * @run main jdk.test.lib.FileInstaller ../common/services/ ./META-INF/services/
    42  * @run driver jdk.test.lib.FileInstaller ../common/services/ ./META-INF/services/
    42  * @run main jdk.test.lib.FileInstaller ./JvmciNotifyInstallEventTest.config
    43  * @run driver jdk.test.lib.FileInstaller ./JvmciNotifyInstallEventTest.config
    43  *     ./META-INF/services/jdk.vm.ci.hotspot.HotSpotVMEventListener
    44  *     ./META-INF/services/jdk.vm.ci.hotspot.HotSpotVMEventListener
    44  * @run main ClassFileInstaller
    45  * @run driver ClassFileInstaller
    45  *     compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler
    46  *      compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler
    46  *     compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory
    47  *      compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory
    47  *     compiler.jvmci.common.JVMCIHelpers$EmptyCompilationRequestResult
    48  *      compiler.jvmci.common.JVMCIHelpers$EmptyCompilationRequestResult
    48  *     compiler.jvmci.common.JVMCIHelpers$EmptyVMEventListener
    49  *       compiler.jvmci.common.JVMCIHelpers$EmptyVMEventListener
    49  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
    50  *      compiler.jvmci.events.JvmciNotifyInstallEventTest
    50  *     compiler.jvmci.common.CTVMUtilities
    51  *      compiler.jvmci.common.CTVMUtilities
    51  *     compiler.jvmci.common.testcases.SimpleClass
    52  *      compiler.jvmci.common.testcases.SimpleClass
    52  *     jdk.test.lib.Asserts
    53  *      jdk.test.lib.Asserts
    53  *     jdk.test.lib.Utils
    54  *      jdk.test.lib.Utils
    54  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    55  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    55  *     -Djvmci.compiler=EmptyCompiler -Xbootclasspath/a:. -Xmixed
    56  *     -Djvmci.compiler=EmptyCompiler -Xbootclasspath/a:. -Xmixed
    56  *     -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI
    57  *     -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI
    57  *     -Dcompiler.jvmci.events.JvmciNotifyInstallEventTest.failoninit=false
    58  *     -Dcompiler.jvmci.events.JvmciNotifyInstallEventTest.failoninit=false
    58  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
    59  *     compiler.jvmci.events.JvmciNotifyInstallEventTest