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

test/compiler/jvmci/compilerToVM/GetFlagValueTest.java

Print this page

        

*** 25,39 **** * @test * @bug 8173912 * @requires vm.jvmci * @library / /test/lib * @library ../common/patches ! * @modules jdk.vm.ci/jdk.vm.ci.hotspot:+open * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. * compiler.jvmci.compilerToVM.GetFlagValueTest */ --- 25,39 ---- * @test * @bug 8173912 * @requires vm.jvmci * @library / /test/lib * @library ../common/patches ! * @modules jdk.internal.vm.ci/jdk.vm.ci.hotspot:+open * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. * compiler.jvmci.compilerToVM.GetFlagValueTest */
test/compiler/jvmci/compilerToVM/GetFlagValueTest.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File