src/hotspot/share/runtime/globals.hpp
changeset 51996 84743156e780
parent 51860 54aafb3ba9ab
child 51998 27b48d82272c
--- a/src/hotspot/share/runtime/globals.hpp	Wed Oct 03 11:43:39 2018 +0530
+++ b/src/hotspot/share/runtime/globals.hpp	Wed Oct 03 03:41:57 2018 -0400
@@ -247,9 +247,6 @@
           range(8, 256)                                                     \
           constraint(ObjectAlignmentInBytesConstraintFunc,AtParse)          \
                                                                             \
-  product(bool, AssumeMP, true,                                             \
-          "(Deprecated) Instruct the VM to assume multiple processors are available")\
-                                                                            \
   /* UseMembar is theoretically a temp flag used for memory barrier      */ \
   /* removal testing.  It was supposed to be removed before FCS but has  */ \
   /* been re-added (see 6401008)                                         */ \