diff 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
line wrap: on
line diff
--- a/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Mon Mar 24 18:28:11 2014 -0700
+++ b/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Sat Mar 22 00:26:48 2014 +0400
@@ -150,4 +150,7 @@
   public native void runMemoryUnitTests();
   public native void readFromNoaccessArea();
 
+  // CPU features
+  public native String getCPUFeatures();
+
 }