changeset 39955 | c4f471ce041b |
parent 39196 | 1973d0318492 |
child 41533 | 64e1caddf380 |
--- a/test/lib/sun/hotspot/WhiteBox.java Mon Aug 01 10:51:51 2016 +0300 +++ b/test/lib/sun/hotspot/WhiteBox.java Tue Aug 02 15:21:53 2016 +0300 @@ -84,6 +84,7 @@ public native long getVMAllocationGranularity(); public native long getVMLargePageSize(); public native long getHeapSpaceAlignment(); + public native long getHeapAlignment(); private native boolean isObjectInOldGen0(Object o); public boolean isObjectInOldGen(Object o) {