hotspot/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
changeset 19986 33d188c66ed9
parent 19554 3f21e829c7de
child 21554 20b1821f4fbd
equal deleted inserted replaced
19983:82c1a95ae314 19986:33d188c66ed9
    59 
    59 
    60   static {
    60   static {
    61     registerNatives();
    61     registerNatives();
    62   }
    62   }
    63 
    63 
       
    64   // Get the maximum heap size supporting COOPs
       
    65   public native long getCompressedOopsMaxHeapSize();
    64   // Arguments
    66   // Arguments
    65   public native void printHeapSizes();
    67   public native void printHeapSizes();
    66 
    68 
    67   // Memory
    69   // Memory
    68   public native long getObjectAddress(Object o);
    70   public native long getObjectAddress(Object o);