hotspot/src/share/vm/runtime/arguments.hpp
changeset 31995 aa4049b4184a
parent 31963 641ed52732ec
child 31996 6c23ab90cbaa
equal deleted inserted replaced
31994:3721b7aa3a0d 31995:aa4049b4184a
   464   static jint parse(const JavaVMInitArgs* args);
   464   static jint parse(const JavaVMInitArgs* args);
   465   // Apply ergonomics
   465   // Apply ergonomics
   466   static jint apply_ergo();
   466   static jint apply_ergo();
   467   // Adjusts the arguments after the OS have adjusted the arguments
   467   // Adjusts the arguments after the OS have adjusted the arguments
   468   static jint adjust_after_os();
   468   static jint adjust_after_os();
   469   // Set any arguments that need to be set after the final range and constraint check
   469   // Set any arguments that need to be set after the 'CommandLineFlagConstraint::AfterErgo' constraint check
   470   static void post_final_range_and_constraint_check(bool check_passed);
   470   static void post_after_ergo_constraint_check(bool check_passed);
   471 
   471 
   472   static void set_gc_specific_flags();
   472   static void set_gc_specific_flags();
   473   static inline bool gc_selected(); // whether a gc has been selected
   473   static inline bool gc_selected(); // whether a gc has been selected
   474   static void select_gc_ergonomically();
   474   static void select_gc_ergonomically();
   475 
   475