comparison test/testlibrary/whitebox/sun/hotspot/WhiteBox.java @ 17778:a48e16541e6b

8035857: Add tests to verify correctness of operations with BMI1 and LZCNT instructions Reviewed-by: iveresov, kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
author iignatyev
date Sat, 22 Mar 2014 00:26:48 +0400
parents 9d8b29a0548c
children 4abb719c5620
comparison
equal deleted inserted replaced
17777:460f312abe11 17778:a48e16541e6b
148 // Tests on ReservedSpace/VirtualSpace classes 148 // Tests on ReservedSpace/VirtualSpace classes
149 public native int stressVirtualSpaceResize(long reservedSpaceSize, long magnitude, long iterations); 149 public native int stressVirtualSpaceResize(long reservedSpaceSize, long magnitude, long iterations);
150 public native void runMemoryUnitTests(); 150 public native void runMemoryUnitTests();
151 public native void readFromNoaccessArea(); 151 public native void readFromNoaccessArea();
152 152
153 // CPU features
154 public native String getCPUFeatures();
155
153 } 156 }