< prev index next >

test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorThreadOnOffTest.java

Print this page
rev 49267 : [mq]: event5
rev 49268 : [mq]: event6

*** 118,128 **** keepGoing = false; } public void run() { while (keepGoing) { ! HeapMonitor.disableSamplingRate(); HeapMonitor.resetEventStorage(); ! HeapMonitor.enableSamplingRate(); } } } --- 118,128 ---- keepGoing = false; } public void run() { while (keepGoing) { ! HeapMonitor.disableSamplingEvents(); HeapMonitor.resetEventStorage(); ! HeapMonitor.enableSamplingEvents(); } } }
< prev index next >