src/share/tools/whitebox/sun/hotspot/WhiteBox.java

Print this page
rev 3901 : JDK-8005012: Add WB APIs to better support NMT testing
Summary:

*** 74,79 **** --- 74,84 ---- public native boolean g1InConcurrentMark(); public native boolean g1IsHumongous(Object o); public native long g1NumFreeRegions(); public native int g1RegionSize(); public native Object[] parseCommandLine(String commandline, DiagnosticCommand[] args); + + // NMT + public native boolean NMTAllocTest(); + public native boolean NMTFreeTestMemory(); + public native boolean NMTWaitForDataMerge(); }