test/sanity/MismatchedWhiteBox/WhiteBox.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/sanity/MismatchedWhiteBox/WhiteBox.java

test/sanity/MismatchedWhiteBox/WhiteBox.java

Print this page

        

*** 27,37 **** * @summary verify that whitebox can be used even if not all functions are declared in java-part * @author igor.ignatyev@oracle.com * @library /testlibrary * @compile WhiteBox.java * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI sun.hotspot.WhiteBox */ package sun.hotspot; public class WhiteBox { --- 27,37 ---- * @summary verify that whitebox can be used even if not all functions are declared in java-part * @author igor.ignatyev@oracle.com * @library /testlibrary * @compile WhiteBox.java * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-CheckIntrinsics sun.hotspot.WhiteBox */ package sun.hotspot; public class WhiteBox {
test/sanity/MismatchedWhiteBox/WhiteBox.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File