test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Wed Jan 29 18:56:02 2014
--- new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Wed Jan 29 18:56:02 2014

*** 147,153 **** --- 147,155 ---- // Tests on ReservedSpace/VirtualSpace classes 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(); }

test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File