hotspot/src/share/vm/runtime/arguments.cpp
changeset 22524 f1db7977d906
parent 22518 e23c5545e376
parent 22504 b1837533ba65
child 22556 a17351e8c2c2
child 22734 41757c1f3946
equal deleted inserted replaced
22523:88e7f090ba37 22524:f1db7977d906
  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;