src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Sdiff src/share/vm/runtime

src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp

Print this page




  47 Flag::Error CompileThresholdConstraintFunc(intx value, bool verbose);
  48 
  49 Flag::Error OnStackReplacePercentageConstraintFunc(intx value, bool verbose);
  50 
  51 Flag::Error CodeCacheSegmentSizeConstraintFunc(uintx value, bool verbose);
  52 
  53 Flag::Error CompilerThreadPriorityConstraintFunc(intx value, bool verbose);
  54 
  55 Flag::Error CodeEntryAlignmentConstraintFunc(intx value, bool verbose);
  56 
  57 Flag::Error OptoLoopAlignmentConstraintFunc(intx value, bool verbose);
  58 
  59 Flag::Error ArraycopyDstPrefetchDistanceConstraintFunc(uintx value, bool verbose);
  60 
  61 Flag::Error ArraycopySrcPrefetchDistanceConstraintFunc(uintx value, bool verbose);
  62 
  63 Flag::Error TypeProfileLevelConstraintFunc(uintx value, bool verbose);
  64 
  65 Flag::Error InitArrayShortSizeConstraintFunc(intx value, bool verbose);
  66 
  67 Flag::Error UseAVXConstraintFunc(intx value, bool verbose);
  68 
  69 #ifdef COMPILER2
  70 Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose);
  71 
  72 Flag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose);
  73 #endif
  74 
  75 #endif /* SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP */


  47 Flag::Error CompileThresholdConstraintFunc(intx value, bool verbose);
  48 
  49 Flag::Error OnStackReplacePercentageConstraintFunc(intx value, bool verbose);
  50 
  51 Flag::Error CodeCacheSegmentSizeConstraintFunc(uintx value, bool verbose);
  52 
  53 Flag::Error CompilerThreadPriorityConstraintFunc(intx value, bool verbose);
  54 
  55 Flag::Error CodeEntryAlignmentConstraintFunc(intx value, bool verbose);
  56 
  57 Flag::Error OptoLoopAlignmentConstraintFunc(intx value, bool verbose);
  58 
  59 Flag::Error ArraycopyDstPrefetchDistanceConstraintFunc(uintx value, bool verbose);
  60 
  61 Flag::Error ArraycopySrcPrefetchDistanceConstraintFunc(uintx value, bool verbose);
  62 
  63 Flag::Error TypeProfileLevelConstraintFunc(uintx value, bool verbose);
  64 
  65 Flag::Error InitArrayShortSizeConstraintFunc(intx value, bool verbose);
  66 


  67 #ifdef COMPILER2
  68 Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose);
  69 
  70 Flag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose);
  71 #endif
  72 
  73 #endif /* SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP */
src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File