hotspot/src/share/vm/runtime/vm_version.hpp
changeset 38017 55047d16f141
parent 35453 d164ee5260a6
child 38220 8d86b82e0ac7
--- a/hotspot/src/share/vm/runtime/vm_version.hpp	Tue Apr 05 20:32:54 2016 +0000
+++ b/hotspot/src/share/vm/runtime/vm_version.hpp	Wed Mar 30 17:04:14 2016 +0200
@@ -162,6 +162,9 @@
   // Calculates and returns the number of parallel threads.  May
   // be VM version specific.
   static unsigned int calc_parallel_worker_threads();
+
+  // Does this CPU support spin wait instruction?
+  static bool supports_on_spin_wait() { return false; }
 };
 
 #ifdef TARGET_ARCH_x86