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 Fri May 23 15:42:54 2014
--- new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java Fri May 23 15:42:54 2014
*** 148,157 ****
--- 148,159 ----
// 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 getThreadStackSize();
+ public native long getThreadRemainingStackSize();
// CPU features
public native String getCPUFeatures();
}
test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
Index
Unified diffs
Context diffs
Sdiffs
Patch
New
Old
Previous File
Next File