< prev index next >

src/share/vm/runtime/arguments.cpp

Print this page

        

@@ -3462,16 +3462,10 @@
   if (!FLAG_IS_DEFAULT(OptoLoopAlignment) && FLAG_IS_DEFAULT(MaxLoopPad)) {
     FLAG_SET_DEFAULT(MaxLoopPad, OptoLoopAlignment-1);
   }
 #endif
 
-#if !defined(COMPILER2) && !INCLUDE_JVMCI
-  UNSUPPORTED_OPTION(ProfileInterpreter, "ProfileInterpreter");
-  NOT_PRODUCT(UNSUPPORTED_OPTION(TraceProfileInterpreter, "TraceProfileInterpreter"));
-  UNSUPPORTED_OPTION(PrintMethodData, "PrintMethodData");
-#endif
-
 #ifndef TIERED
   // Tiered compilation is undefined.
   UNSUPPORTED_OPTION(TieredCompilation, "TieredCompilation");
 #endif
 
< prev index next >