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

test/compiler/jvmci/compilerToVM/HasCompiledCodeForOSRTest.java

Print this page

        

*** 37,47 **** * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI ! * -XX:-BackgroundCompilation -Djvmci.Compiler=null * compiler.jvmci.compilerToVM.HasCompiledCodeForOSRTest */ package compiler.jvmci.compilerToVM; --- 37,47 ---- * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI ! * -XX:-BackgroundCompilation * compiler.jvmci.compilerToVM.HasCompiledCodeForOSRTest */ package compiler.jvmci.compilerToVM;
test/compiler/jvmci/compilerToVM/HasCompiledCodeForOSRTest.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File