hotspot/test/gc/class_unloading/TestG1ClassUnloadingHWM.java
changeset 25958 8dc85547d6d6
parent 25908 8adb2fb6fc3c
child 26152 2e5e15618d8e
equal deleted inserted replaced
25944:c8aa7a0bf7d0 25958:8dc85547d6d6
    26  * @key gc
    26  * @key gc
    27  * @bug 8049831
    27  * @bug 8049831
    28  * @library /testlibrary /testlibrary/whitebox
    28  * @library /testlibrary /testlibrary/whitebox
    29  * @build TestG1ClassUnloadingHWM AllocateBeyondMetaspaceSize
    29  * @build TestG1ClassUnloadingHWM AllocateBeyondMetaspaceSize
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
       
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  * @run driver TestG1ClassUnloadingHWM
    32  * @run driver TestG1ClassUnloadingHWM
    32  * @summary Test that -XX:-ClassUnloadingWithConcurrentMark will trigger a Full GC when more than MetaspaceSize metadata is allocated.
    33  * @summary Test that -XX:-ClassUnloadingWithConcurrentMark will trigger a Full GC when more than MetaspaceSize metadata is allocated.
    33  */
    34  */
    34 
    35 
    35 import com.oracle.java.testlibrary.OutputAnalyzer;
    36 import com.oracle.java.testlibrary.OutputAnalyzer;