--- old/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-05-21 17:09:14.894211752 +0400 +++ new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2014-05-21 17:09:14.770211757 +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();