--- old/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-11-18 16:09:28.168848883 +0300 +++ new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-11-18 16:09:28.008848886 +0300 @@ -151,7 +151,9 @@ public native void freeCodeBlob(long addr); public native void forceNMethodSweep(); public native Object[] getCodeHeapEntries(int type); - + public native int getCompilationActivityMode(); + public native Object[] getCodeBlob(long addr); + // Intered strings public native boolean isInStringTable(String str);