test/compiler/jvmci/compilerToVM/ReprofileTest.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/test/compiler/jvmci/compilerToVM/ReprofileTest.java	Thu Aug 24 15:19:17 2017
--- new/test/compiler/jvmci/compilerToVM/ReprofileTest.java	Thu Aug 24 15:19:17 2017

*** 22,32 **** --- 22,32 ---- */ /** * @test * @bug 8136421 ! * @requires vm.jvmci & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 3) ! * @requires vm.jvmci & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel >= 3) * @library /test/lib / * @library ../common/patches * @modules java.base/jdk.internal.misc * @modules java.base/jdk.internal.org.objectweb.asm * java.base/jdk.internal.org.objectweb.asm.tree
*** 38,48 **** --- 38,48 ---- * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI - * -Xmixed -Xbatch -Djvmci.Compiler=null * compiler.jvmci.compilerToVM.ReprofileTest */ package compiler.jvmci.compilerToVM;

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