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

Print this page
rev 5146 : [mq]: first-patch

@@ -59,10 +59,12 @@
 
   static {
     registerNatives();
   }
 
+  // get the maximum heap size supporting COOPs
+  public native long getCompressedOopsMaxHeapSize();
   // Arguments
   public native void printHeapSizes();
 
   // Memory
   public native long getObjectAddress(Object o);