< prev index next >

test/lib/sun/hotspot/WhiteBox.java

Print this page
rev 1305 : imported patch 8058354-fix-large-page-usage-with-g1

@@ -73,10 +73,11 @@
 
   // Memory
   public native long getObjectAddress(Object o);
   public native int  getHeapOopSize();
   public native int  getVMPageSize();
+  public native long getVMLargePageSize();
   public native boolean isObjectInOldGen(Object o);
   public native long getObjectSize(Object o);
 
   // Runtime
   // Make sure class name is in the correct format
< prev index next >