hotspot/test/sanity/MismatchedWhiteBox/WhiteBox.java
changeset 35086 bbf32241d851
parent 30249 faf83ebbf040
child 38152 80e5da81fb2c
equal deleted inserted replaced
35085:839c8ba29724 35086:bbf32241d851
    27  * @summary verify that whitebox can be used even if not all functions are declared in java-part
    27  * @summary verify that whitebox can be used even if not all functions are declared in java-part
    28  * @author igor.ignatyev@oracle.com
    28  * @author igor.ignatyev@oracle.com
    29  * @library /testlibrary
    29  * @library /testlibrary
    30  * @compile WhiteBox.java
    30  * @compile WhiteBox.java
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI sun.hotspot.WhiteBox
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-CheckIntrinsics sun.hotspot.WhiteBox
    33  */
    33  */
    34 
    34 
    35 package sun.hotspot;
    35 package sun.hotspot;
    36 
    36 
    37 public class WhiteBox {
    37 public class WhiteBox {