src/share/vm/runtime/arguments.cpp

changeset 7061
3374ec4c4448
parent 7059
f933a15469d4
parent 7041
411e30e5fbb8
child 7085
fd4dbaff3002
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Fri Aug 22 13:24:04 2014 +0200
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Tue Aug 26 13:38:33 2014 -0700
     1.3 @@ -3800,10 +3800,6 @@
     1.4      // nothing to use the profiling, turn if off
     1.5      FLAG_SET_DEFAULT(TypeProfileLevel, 0);
     1.6    }
     1.7 -  if (UseTypeSpeculation && FLAG_IS_DEFAULT(ReplaceInParentMaps)) {
     1.8 -    // Doing the replace in parent maps helps speculation
     1.9 -    FLAG_SET_DEFAULT(ReplaceInParentMaps, true);
    1.10 -  }
    1.11  #endif
    1.12  
    1.13    if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {

mercurial