test/compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File hotspot Cdiff test/compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java

test/compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java

Print this page

        

*** 22,32 **** */ /* * @test * @bug 8136421 ! * @requires vm.jvmci * @library / /test/lib * ../common/patches * @modules java.base/jdk.internal.misc * java.base/jdk.internal.org.objectweb.asm * java.base/jdk.internal.org.objectweb.asm.tree --- 22,32 ---- */ /* * @test * @bug 8136421 ! * @requires vm.jvmci & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4) * @library / /test/lib * ../common/patches * @modules java.base/jdk.internal.misc * java.base/jdk.internal.org.objectweb.asm * java.base/jdk.internal.org.objectweb.asm.tree
*** 36,46 **** * sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -Xbatch - * -Djvmci.Compiler=null * compiler.jvmci.compilerToVM.IsMatureVsReprofileTest */ package compiler.jvmci.compilerToVM; --- 36,45 ----
test/compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File