comparison test/testlibrary/whitebox/sun/hotspot/WhiteBox.java @ 10245:923ac8d1df95

Merge
author jwilhelm
date Thu, 09 May 2013 12:23:43 +0200
parents d17700c82d7d
children f54c85acc043
comparison
equal deleted inserted replaced
10232:7243490a6847 10245:923ac8d1df95
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