test/testlibrary/whitebox/sun/hotspot/WhiteBox.java

Print this page
rev 5146 : imported patch first-patch

*** 59,68 **** --- 59,70 ---- static { registerNatives(); } + // print information about compressed oops + public native void printCompressedOopsHeapInfo(); // Arguments public native void printHeapSizes(); // Memory public native long getObjectAddress(Object o);