jdk/test/javax/management/monitor/CounterMonitorInitThresholdTest.java
changeset 44423 306c020eb154
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    26  * @bug 6333528
    26  * @bug 6333528
    27  * @summary Check that the initial threshold is properly used by the observed
    27  * @summary Check that the initial threshold is properly used by the observed
    28  *          objects added before the counter monitor is started as well as by
    28  *          objects added before the counter monitor is started as well as by
    29  *          the observed objects which are added once the monitor is started.
    29  *          the observed objects which are added once the monitor is started.
    30  * @author Luis-Miguel Alventosa
    30  * @author Luis-Miguel Alventosa
    31  * @modules java.management
    31  *
    32  * @run clean CounterMonitorInitThresholdTest
    32  * @run clean CounterMonitorInitThresholdTest
    33  * @run build CounterMonitorInitThresholdTest
    33  * @run build CounterMonitorInitThresholdTest
    34  * @run main CounterMonitorInitThresholdTest
    34  * @run main CounterMonitorInitThresholdTest
    35  */
    35  */
    36 
    36