jdk/test/javax/management/mxbean/LeakTest.java
changeset 33316 7a1a203436f7
parent 33315 d2a313368ccb
child 33499 d4f084ec39eb
equal deleted inserted replaced
33315:d2a313368ccb 33316:7a1a203436f7
    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  * @modules java.desktop
       
    29  *          java.management
    29  * @run build LeakTest RandomMXBeanTest MerlinMXBean TigerMXBean
    30  * @run build LeakTest RandomMXBeanTest MerlinMXBean TigerMXBean
    30  * @run main LeakTest
    31  * @run main LeakTest
    31  */
    32  */
    32 
    33 
    33 /* In this test we create a ClassLoader, then use it to load and run another
    34 /* In this test we create a ClassLoader, then use it to load and run another