hotspot/src/share/vm/runtime/arguments.cpp
changeset 24946 24b68ccf3fc4
parent 24666 a7a8e70f1bf7
child 24956 208e807ef3b0
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Tue Jun 10 10:00:59 2014 +0000
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Tue Jun 10 13:37:16 2014 +0200
@@ -3834,10 +3834,6 @@
     // nothing to use the profiling, turn if off
     FLAG_SET_DEFAULT(TypeProfileLevel, 0);
   }
-  if (UseTypeSpeculation && FLAG_IS_DEFAULT(ReplaceInParentMaps)) {
-    // Doing the replace in parent maps helps speculation
-    FLAG_SET_DEFAULT(ReplaceInParentMaps, true);
-  }
 #endif
 
   if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {