comparison src/share/tools/whitebox/sun/hotspot/WhiteBox.java @ 7971:4102b59539ce

8005012: Add WB APIs to better support NMT testing Summary: Add WB API functions to enable better NMT testing Reviewed-by: dholmes, zgu
author ctornqvi
date Fri, 01 Feb 2013 23:48:08 +0100
parents da91efe96a93
children 12e01444ca2d
comparison
equal deleted inserted replaced
7962:4c75576d18d0 7971:4102b59539ce
74 public native boolean g1InConcurrentMark(); 74 public native boolean g1InConcurrentMark();
75 public native boolean g1IsHumongous(Object o); 75 public native boolean g1IsHumongous(Object o);
76 public native long g1NumFreeRegions(); 76 public native long g1NumFreeRegions();
77 public native int g1RegionSize(); 77 public native int g1RegionSize();
78 public native Object[] parseCommandLine(String commandline, DiagnosticCommand[] args); 78 public native Object[] parseCommandLine(String commandline, DiagnosticCommand[] args);
79
80 // NMT
81 public native boolean NMTAllocTest();
82 public native boolean NMTFreeTestMemory();
83 public native boolean NMTWaitForDataMerge();
79 } 84 }