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

Print this page

        

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