test/testlibrary/whitebox/sun/hotspot/WhiteBox.java

Print this page

        

@@ -59,10 +59,13 @@
 
   static {
     registerNatives();
   }
 
+  // Arguments
+  public native void printHeapSizes();
+
   // Memory
   public native long getObjectAddress(Object o);
   public native int  getHeapOopSize();
 
   // Runtime