--- old/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-03-19 20:15:49.394461417 +0400 +++ new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-03-19 20:15:49.146461427 +0400 @@ -150,4 +150,7 @@ public native void runMemoryUnitTests(); public native void readFromNoaccessArea(); + // CPU features + public native String getCPUFeatures(); + }