diff src/share/vm/runtime/arguments.cpp @ 14260:8cdf3f43f63e

8026253: New type profiling points: sparc support Summary: c1 and interpreter support for new type profiling on sparc Reviewed-by: kvn, twisti
author roland
date Tue, 14 Jan 2014 14:51:47 +0100
parents eae426d683f6
children 8254553994b9 63a4eb8bcd23 17ec2d5c43e8 abec000618bf a034dc5e910b
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Tue Jan 14 12:44:12 2014 +0100
+++ b/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)) {