test/hotspot/jtreg/gc/whitebox/TestWBGC.java
changeset 50525 767cdb97f103
parent 48791 6e079ff6c83c
child 52925 9c18c9d839d3
equal deleted inserted replaced
50524:04f4e983c2f7 50525:767cdb97f103
    23 
    23 
    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  * @requires vm.gc != "Z"
    28  * @library /test/lib
    29  * @library /test/lib
    29  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    30  *          java.management
    31  *          java.management
    31  * @build sun.hotspot.WhiteBox
    32  * @build sun.hotspot.WhiteBox
    32  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox