src/hotspot/share/runtime/os.hpp
changeset 51996 84743156e780
parent 51376 181e6a03249b
child 52014 1aa9beac610e
--- a/src/hotspot/share/runtime/os.hpp	Wed Oct 03 11:43:39 2018 +0530
+++ b/src/hotspot/share/runtime/os.hpp	Wed Oct 03 03:41:57 2018 -0400
@@ -226,8 +226,9 @@
     // the bootstrap routine for the stub generator needs to check
     // the processor count directly and leave the bootstrap routine
     // in place until called after initialization has ocurred.
-    return AssumeMP || (_processor_count != 1);
+    return (_processor_count != 1);
   }
+
   static julong available_memory();
   static julong physical_memory();
   static bool has_allocatable_memory_limit(julong* limit);