hotspot/src/share/tools/whitebox/sun/hotspot/WhiteBox.java
changeset 15452 3bfde2dea09d
parent 13728 882756847a04
child 15621 b094c56bba84
equal deleted inserted replaced
15443:aa26996d55d6 15452:3bfde2dea09d
    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 }