8161604: TestNewSizeFlags fails with RuntimeException: max new size != MaxNewSize value

Reviewed-by: sangheki, tschatzl
This commit is contained in:
Michail Chernov 2016-08-02 15:21:53 +03:00
parent 337d9bf4de
commit af3260fbe8

View File

@ -84,6 +84,7 @@ public class WhiteBox {
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) {