--- old/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2013-04-17 10:26:47.845201693 +0200 +++ new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2013-04-17 10:26:47.657201700 +0200 @@ -61,6 +61,9 @@ registerNatives(); } + // Arguments + public native void printHeapSizes(); + // Memory public native long getObjectAddress(Object o); public native int getHeapOopSize();