--- old/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-11-20 14:43:02.179909886 +0300 +++ new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-11-20 14:43:02.031909888 +0300 @@ -151,6 +151,8 @@ 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);