hotspot/src/share/vm/runtime/os.hpp
changeset 16610 899daa32f6a0
parent 16605 ba13efd453bc
parent 16596 905d4419a089
child 17121 e40a97c700d9
--- a/hotspot/src/share/vm/runtime/os.hpp	Wed Apr 03 09:19:02 2013 +0200
+++ b/hotspot/src/share/vm/runtime/os.hpp	Thu Apr 04 19:07:32 2013 +0200
@@ -180,7 +180,7 @@
   // Interface for detecting multiprocessor system
   static inline bool is_MP() {
     assert(_processor_count > 0, "invalid processor count");
-    return _processor_count > 1;
+    return _processor_count > 1 || AssumeMP;
   }
   static julong available_memory();
   static julong physical_memory();