--- old/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-05-12 14:59:21.280890342 +0400 +++ new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-05-12 14:59:21.152890336 +0400 @@ -150,6 +150,8 @@ public native int stressVirtualSpaceResize(long reservedSpaceSize, long magnitude, long iterations); public native void runMemoryUnitTests(); public native void readFromNoaccessArea(); + public native long getThreadFullStackSize(); + public native long getThreadRemainingStackSize(); // CPU features public native String getCPUFeatures();