hotspot/test/gc/whitebox/TestWBGC.java
changeset 36851 03e2f4d0a421
parent 35061 be6025ebffea
child 40631 ed82623d7831
equal deleted inserted replaced
36850:ada6dcfa50dc 36851:03e2f4d0a421
    24 /*
    24 /*
    25  * @test TestWBGC
    25  * @test TestWBGC
    26  * @bug 8055098
    26  * @bug 8055098
    27  * @summary Test verify that WB methods isObjectInOldGen and youngGC works correctly.
    27  * @summary Test verify that WB methods isObjectInOldGen and youngGC works correctly.
    28  * @library /testlibrary /test/lib
    28  * @library /testlibrary /test/lib
    29  * @modules java.base/sun.misc
    29  * @modules java.base/jdk.internal.misc
    30  *          java.management
    30  *          java.management
    31  * @build TestWBGC
    31  * @build TestWBGC
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run driver TestWBGC
    33  * @run driver TestWBGC
    34  */
    34  */