< prev index next >

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

Print this page
rev 48552 : [mq]: heap10a
rev 48553 : [mq]: heap14_rebased
rev 48556 : [mq]: heap17
rev 48557 : [mq]: heap17

*** 36,46 **** System.err.println("java.library.path: " + System.getProperty("java.library.path")); throw ule; } } ! private static int arrays[][]; /** Enable heap monitoring sampling given a rate and maximum garbage to keep in memory. */ public native static void enableSampling(int rate, int maximumGarbage); /** Enable heap monitoring sampling given a rate. */ --- 36,46 ---- System.err.println("java.library.path: " + System.getProperty("java.library.path")); throw ule; } } ! private static volatile int arrays[][]; /** Enable heap monitoring sampling given a rate and maximum garbage to keep in memory. */ public native static void enableSampling(int rate, int maximumGarbage); /** Enable heap monitoring sampling given a rate. */
< prev index next >