diff src/share/vm/runtime/arguments.cpp @ 17795:a9becfeecd1b

Merge
author kvn
date Wed, 22 Jan 2014 17:42:23 -0800
parents add2caa66e7e 2da20f966936
children 45467c53f178 f040cf9fc9c0
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Thu Jan 16 14:25:51 2014 +0100
+++ b/src/share/vm/runtime/arguments.cpp	Wed Jan 22 17:42:23 2014 -0800
@@ -3730,10 +3730,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)) {