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

test/compiler/jvmci/compilerToVM/GetResolvedJavaMethodTest.java

Print this page

        

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