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
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Tue Jan 14 12:44:12 2014 +0100
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Tue Jan 14 14:51:47 2014 +0100
@@ -3727,10 +3727,6 @@
     // Doing the replace in parent maps helps speculation
     FLAG_SET_DEFAULT(ReplaceInParentMaps, true);
   }
-#ifndef X86
-  // Only on x86 for now
-  FLAG_SET_DEFAULT(TypeProfileLevel, 0);
-#endif
 #endif
 
   if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {