comparison test/testlibrary/whitebox/sun/hotspot/WhiteBox.java @ 10241:d17700c82d7d

8006088: Incompatible heap size flags accepted by VM Summary: Make processing of minimum, initial and maximum heap size more intiutive by removing previous limitations on allowed values, and make error reporting consistent. Further, fix errors in ergonomic heap sizing. Reviewed-by: johnc, jwilhelm, tamao
author tschatzl
date Mon, 06 May 2013 17:19:42 +0200
parents f32b6c267d2e
children f54c85acc043
comparison
equal deleted inserted replaced
10240:30860066ae8f 10241:d17700c82d7d
59 59
60 static { 60 static {
61 registerNatives(); 61 registerNatives();
62 } 62 }
63 63
64 // Arguments
65 public native void printHeapSizes();
66
64 // Memory 67 // Memory
65 public native long getObjectAddress(Object o); 68 public native long getObjectAddress(Object o);
66 public native int getHeapOopSize(); 69 public native int getHeapOopSize();
67 70
68 // Runtime 71 // Runtime