--- old/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-01-29 18:56:02.839513310 +0400 +++ new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-01-29 18:56:02.715513315 +0400 @@ -149,5 +149,7 @@ 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(); }