< prev index next >

test/compiler/jvmci/events/JvmciNotifyInstallEventTest.java

Print this page




  27  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
  28  * @library / /testlibrary
  29  * @library ../common/patches
  30  * @modules java.base/jdk.internal.misc
  31  * @modules java.base/jdk.internal.org.objectweb.asm
  32  *          java.base/jdk.internal.org.objectweb.asm.tree
  33  *          jdk.vm.ci/jdk.vm.ci.hotspot
  34  *          jdk.vm.ci/jdk.vm.ci.code
  35  *          jdk.vm.ci/jdk.vm.ci.meta
  36  *          jdk.vm.ci/jdk.vm.ci.runtime
  37  * @ignore 8144964
  38  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
  39  * @build compiler.jvmci.common.JVMCIHelpers
  40  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
  41  * @run main jdk.test.lib.FileInstaller ../common/services/ ./META-INF/services/
  42  * @run main jdk.test.lib.FileInstaller ./JvmciNotifyInstallEventTest.config
  43  *     ./META-INF/services/jdk.vm.ci.hotspot.HotSpotVMEventListener
  44  * @run main ClassFileInstaller
  45  *     compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler
  46  *     compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory


  47  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
  48  *     compiler.jvmci.common.CTVMUtilities
  49  *     compiler.jvmci.common.testcases.SimpleClass
  50  *     jdk.test.lib.Asserts
  51  *     jdk.test.lib.Utils
  52  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
  53  *     -Djvmci.compiler=EmptyCompiler -Xbootclasspath/a:. -Xmixed
  54  *     -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI
  55  *     -Dcompiler.jvmci.events.JvmciNotifyInstallEventTest.failoninit=false
  56  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
  57  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
  58  *     -Djvmci.compiler=EmptyCompiler -Xbootclasspath/a:. -Xmixed
  59  *     -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI -XX:JVMCINMethodSizeLimit=0
  60  *     -Dcompiler.jvmci.events.JvmciNotifyInstallEventTest.failoninit=false
  61  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
  62  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-EnableJVMCI
  63  *     -Djvmci.compiler=EmptyCompiler -Xbootclasspath/a:. -Xmixed
  64  *     -Dcompiler.jvmci.events.JvmciNotifyInstallEventTest.failoninit=true
  65  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
  66  */




  27  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
  28  * @library / /testlibrary
  29  * @library ../common/patches
  30  * @modules java.base/jdk.internal.misc
  31  * @modules java.base/jdk.internal.org.objectweb.asm
  32  *          java.base/jdk.internal.org.objectweb.asm.tree
  33  *          jdk.vm.ci/jdk.vm.ci.hotspot
  34  *          jdk.vm.ci/jdk.vm.ci.code
  35  *          jdk.vm.ci/jdk.vm.ci.meta
  36  *          jdk.vm.ci/jdk.vm.ci.runtime
  37  * @ignore 8144964
  38  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
  39  * @build compiler.jvmci.common.JVMCIHelpers
  40  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
  41  * @run main jdk.test.lib.FileInstaller ../common/services/ ./META-INF/services/
  42  * @run main jdk.test.lib.FileInstaller ./JvmciNotifyInstallEventTest.config
  43  *     ./META-INF/services/jdk.vm.ci.hotspot.HotSpotVMEventListener
  44  * @run main ClassFileInstaller
  45  *     compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler
  46  *     compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory
  47  *     compiler.jvmci.common.JVMCIHelpers$EmptyCompilationRequestResult
  48  *     compiler.jvmci.common.JVMCIHelpers$EmptyVMEventListener
  49  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
  50  *     compiler.jvmci.common.CTVMUtilities
  51  *     compiler.jvmci.common.testcases.SimpleClass
  52  *     jdk.test.lib.Asserts
  53  *     jdk.test.lib.Utils
  54  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
  55  *     -Djvmci.compiler=EmptyCompiler -Xbootclasspath/a:. -Xmixed
  56  *     -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI
  57  *     -Dcompiler.jvmci.events.JvmciNotifyInstallEventTest.failoninit=false
  58  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
  59  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
  60  *     -Djvmci.compiler=EmptyCompiler -Xbootclasspath/a:. -Xmixed
  61  *     -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI -XX:JVMCINMethodSizeLimit=0
  62  *     -Dcompiler.jvmci.events.JvmciNotifyInstallEventTest.failoninit=false
  63  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
  64  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-EnableJVMCI
  65  *     -Djvmci.compiler=EmptyCompiler -Xbootclasspath/a:. -Xmixed
  66  *     -Dcompiler.jvmci.events.JvmciNotifyInstallEventTest.failoninit=true
  67  *     compiler.jvmci.events.JvmciNotifyInstallEventTest
  68  */


< prev index next >