hotspot/src/share/vm/runtime/arguments.hpp
changeset 37216 5555c1f804c4
parent 37199 74703ea13069
child 37253 45e69c7b0bac
equal deleted inserted replaced
37211:7d1ff3cd84e9 37216:5555c1f804c4
   524 
   524 
   525   // Return the "real" name for option arg if arg is an alias, and print a warning if arg is deprecated.
   525   // Return the "real" name for option arg if arg is an alias, and print a warning if arg is deprecated.
   526   // Return NULL if the arg has expired.
   526   // Return NULL if the arg has expired.
   527   static const char* handle_aliases_and_deprecation(const char* arg, bool warn);
   527   static const char* handle_aliases_and_deprecation(const char* arg, bool warn);
   528   static bool lookup_logging_aliases(const char* arg, char* buffer);
   528   static bool lookup_logging_aliases(const char* arg, char* buffer);
   529   static AliasedLoggingFlag catch_logging_aliases(const char* name);
   529   static AliasedLoggingFlag catch_logging_aliases(const char* name, bool on);
   530   static short  CompileOnlyClassesNum;
   530   static short  CompileOnlyClassesNum;
   531   static short  CompileOnlyClassesMax;
   531   static short  CompileOnlyClassesMax;
   532   static char** CompileOnlyClasses;
   532   static char** CompileOnlyClasses;
   533   static bool*  CompileOnlyAllMethods;
   533   static bool*  CompileOnlyAllMethods;
   534 
   534