test/hotspot/jtreg/sanity/WBApi.java
changeset 48791 6e079ff6c83c
parent 47216 71c04702a3d5
equal deleted inserted replaced
48790:423faefc77df 48791:6e079ff6c83c
    25  * @test WBApi
    25  * @test WBApi
    26  * @summary verify that whitebox functions can be linked and executed
    26  * @summary verify that whitebox functions can be linked and executed
    27  * @modules java.base/jdk.internal.misc
    27  * @modules java.base/jdk.internal.misc
    28  * @library /test/lib
    28  * @library /test/lib
    29  * @build sun.hotspot.WhiteBox
    29  * @build sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI WBApi
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI WBApi
    33  */
    33  */
    34 
    34 
    35 import sun.hotspot.WhiteBox;
    35 import sun.hotspot.WhiteBox;