hotspot/test/runtime/interned/SanityTest.java
changeset 33730 30e064828045
parent 28190 5a6b07edeb21
child 38152 80e5da81fb2c
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test SanityTest
    25  * @test SanityTest
    26  * @summary Sanity check of String.intern() & GC
    26  * @summary Sanity check of String.intern() & GC
    27  * @library /testlibrary /../../test/lib
    27  * @library /testlibrary /test/lib
    28  * @build SanityTest
    28  * @build SanityTest
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    30  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SanityTest
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SanityTest
    32  */
    32  */