hotspot/src/share/vm/runtime/arguments.hpp
changeset 35171 cf7d5a1d0662
parent 35061 be6025ebffea
child 35466 4ace9ef0201b
equal deleted inserted replaced
35079:edab77f91231 35171:cf7d5a1d0662
   443   static const char* real_flag_name(const char *flag_name);
   443   static const char* real_flag_name(const char *flag_name);
   444 
   444 
   445   // Return the "real" name for option arg if arg is an alias, and print a warning if arg is deprecated.
   445   // Return the "real" name for option arg if arg is an alias, and print a warning if arg is deprecated.
   446   // Return NULL if the arg has expired.
   446   // Return NULL if the arg has expired.
   447   static const char* handle_aliases_and_deprecation(const char* arg, bool warn);
   447   static const char* handle_aliases_and_deprecation(const char* arg, bool warn);
       
   448   static bool lookup_logging_aliases(const char* arg, char* buffer);
   448 
   449 
   449   static short  CompileOnlyClassesNum;
   450   static short  CompileOnlyClassesNum;
   450   static short  CompileOnlyClassesMax;
   451   static short  CompileOnlyClassesMax;
   451   static char** CompileOnlyClasses;
   452   static char** CompileOnlyClasses;
   452   static bool*  CompileOnlyAllMethods;
   453   static bool*  CompileOnlyAllMethods;