hotspot/src/share/vm/runtime/arguments.cpp
changeset 37272 c427db4ea8c4
parent 36812 4f96f15e4a46
child 37296 613278eb2a1e
equal deleted inserted replaced
37271:95774d8b3cc2 37272:c427db4ea8c4
  3593   if (!FLAG_IS_DEFAULT(OptoLoopAlignment) && FLAG_IS_DEFAULT(MaxLoopPad)) {
  3593   if (!FLAG_IS_DEFAULT(OptoLoopAlignment) && FLAG_IS_DEFAULT(MaxLoopPad)) {
  3594     FLAG_SET_DEFAULT(MaxLoopPad, OptoLoopAlignment-1);
  3594     FLAG_SET_DEFAULT(MaxLoopPad, OptoLoopAlignment-1);
  3595   }
  3595   }
  3596 #endif
  3596 #endif
  3597 
  3597 
       
  3598 #if !defined(COMPILER2) && !INCLUDE_JVMCI
       
  3599   UNSUPPORTED_OPTION(ProfileInterpreter, "ProfileInterpreter");
       
  3600   NOT_PRODUCT(UNSUPPORTED_OPTION(TraceProfileInterpreter, "TraceProfileInterpreter"));
       
  3601 #endif
       
  3602 
  3598 #ifndef TIERED
  3603 #ifndef TIERED
  3599   // Tiered compilation is undefined.
  3604   // Tiered compilation is undefined.
  3600   UNSUPPORTED_OPTION(TieredCompilation, "TieredCompilation");
  3605   UNSUPPORTED_OPTION(TieredCompilation, "TieredCompilation");
  3601 #endif
  3606 #endif
  3602 
  3607