jdk/test/javax/management/mxbean/LeakTest.java
changeset 44423 306c020eb154
parent 33499 d4f084ec39eb
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @bug 6482247
    25  * @bug 6482247
    26  * @summary Test that creating MXBeans does not introduce memory leaks.
    26  * @summary Test that creating MXBeans does not introduce memory leaks.
    27  * @author Eamonn McManus
    27  * @author Eamonn McManus
    28  * @modules java.management
    28  *
    29  * @run build LeakTest RandomMXBeanTest MerlinMXBean TigerMXBean
    29  * @run build LeakTest RandomMXBeanTest MerlinMXBean TigerMXBean
    30  * @run main LeakTest
    30  * @run main LeakTest
    31  */
    31  */
    32 
    32 
    33 /* In this test we create a ClassLoader, then use it to load and run another
    33 /* In this test we create a ClassLoader, then use it to load and run another