test/lib/sun/hotspot/WhiteBox.java
changeset 31320 5358f1744a3f
parent 31317 9029b3303113
child 31572 886b43bbc0d4
--- a/test/lib/sun/hotspot/WhiteBox.java	Tue Jun 23 10:20:10 2015 -0700
+++ b/test/lib/sun/hotspot/WhiteBox.java	Wed Jun 24 09:41:11 2015 +0200
@@ -83,6 +83,7 @@
 
   public native int  getHeapOopSize();
   public native int  getVMPageSize();
+  public native long getVMAllocationGranularity();
   public native long getVMLargePageSize();
 
   private native boolean isObjectInOldGen0(Object o);