We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9efff commit 43019a0Copy full SHA for 43019a0
src/hotspot/share/runtime/arguments.hpp
@@ -478,7 +478,6 @@ class Arguments : AllStatic {
478
// Return the "real" name for option arg if arg is an alias, and print a warning if arg is deprecated.
479
// Return NULL if the arg has expired.
480
static const char* handle_aliases_and_deprecation(const char* arg, bool warn);
481
- static bool lookup_logging_aliases(const char* arg, char* buffer);
482
static AliasedLoggingFlag catch_logging_aliases(const char* name, bool on);
483
484
static char* SharedArchivePath;
0 commit comments