jdk/test/com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationTest.java
changeset 28100 d3f16ee13562
parent 9698 8b66cd6c5ebc
child 30376 2ccf2cf7ea48
equal deleted inserted replaced
28099:44dfaff3cc59 28100:d3f16ee13562
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug     7036199
    26  * @bug     7036199
    27  * @summary Check that GarbageCollection notification are thrown by every GarbageCollectorMXBean
    27  * @summary Check that GarbageCollection notification are thrown by every GarbageCollectorMXBean
    28  * @author  Frederic Parain
    28  * @author  Frederic Parain
       
    29  * @requires vm.opt.ExplicitGCInvokesConcurrent == null | vm.opt.ExplicitGCInvokesConcurrent == false
    29  * @run     main/othervm GarbageCollectionNotificationTest
    30  * @run     main/othervm GarbageCollectionNotificationTest
    30  */
    31  */
    31 
    32 
    32 import java.util.*;
    33 import java.util.*;
    33 import java.lang.management.*;
    34 import java.lang.management.*;