test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/UintxTest.java
changeset 48791 6e079ff6c83c
parent 47216 71c04702a3d5
equal deleted inserted replaced
48790:423faefc77df 48791:6e079ff6c83c
    26  * @bug 8028756
    26  * @bug 8028756
    27  * @library /test/lib
    27  * @library /test/lib
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  *          java.management/sun.management
    29  *          java.management/sun.management
    30  * @build sun.hotspot.WhiteBox
    30  * @build sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI UintxTest
    33  * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI UintxTest
    34  * @summary testing of WB::set/getUintxVMFlag()
    34  * @summary testing of WB::set/getUintxVMFlag()
    35  * @author igor.ignatyev@oracle.com
    35  * @author igor.ignatyev@oracle.com
    36  */
    36  */