src/share/vm/runtime/arguments.cpp

changeset 7041
411e30e5fbb8
parent 7031
ee019285a52c
child 7061
3374ec4c4448
child 7074
833b0f92429a
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Wed Apr 23 12:37:36 2014 +0200
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Wed Aug 13 11:00:22 2014 +0200
     1.3 @@ -3792,10 +3792,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