< prev index next >

test/sanity/WhiteBox.java

Print this page

        

*** 25,38 **** * @test WhiteBox * @bug 8011675 * @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 - * @clean sun.hotspot.WhiteBox */ package sun.hotspot; public class WhiteBox { --- 25,38 ---- * @test WhiteBox * @bug 8011675 * @summary verify that whitebox can be used even if not all functions are declared in java-part * @author igor.ignatyev@oracle.com * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile WhiteBox.java ! * @run main/othervm ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI sun.hotspot.WhiteBox */ package sun.hotspot; public class WhiteBox {
< prev index next >