hotspot/src/share/vm/runtime/arguments.cpp
changeset 22504 b1837533ba65
parent 21922 3c90a49d87a3
child 22800 fbb2ab3f06ec
child 22872 b6902ee5bc8d
child 22551 9bf46d16dcc6
child 22524 f1db7977d906
equal deleted inserted replaced
22503:45d730e9202e 22504:b1837533ba65
  3725   }
  3725   }
  3726   if (UseTypeSpeculation && FLAG_IS_DEFAULT(ReplaceInParentMaps)) {
  3726   if (UseTypeSpeculation && FLAG_IS_DEFAULT(ReplaceInParentMaps)) {
  3727     // Doing the replace in parent maps helps speculation
  3727     // Doing the replace in parent maps helps speculation
  3728     FLAG_SET_DEFAULT(ReplaceInParentMaps, true);
  3728     FLAG_SET_DEFAULT(ReplaceInParentMaps, true);
  3729   }
  3729   }
  3730 #ifndef X86
       
  3731   // Only on x86 for now
       
  3732   FLAG_SET_DEFAULT(TypeProfileLevel, 0);
       
  3733 #endif
       
  3734 #endif
  3730 #endif
  3735 
  3731 
  3736   if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
  3732   if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
  3737     warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
  3733     warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
  3738     DebugNonSafepoints = true;
  3734     DebugNonSafepoints = true;