Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8253345: Remove unimplemented Arguments::lookup_logging_aliases
Reviewed-by: tschatzl
  • Loading branch information
shipilev committed Sep 18, 2020
1 parent 6e9efff commit 43019a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/runtime/arguments.hpp
Expand Up @@ -478,7 +478,6 @@ class Arguments : AllStatic {
// Return the "real" name for option arg if arg is an alias, and print a warning if arg is deprecated.
// Return NULL if the arg has expired.
static const char* handle_aliases_and_deprecation(const char* arg, bool warn);
static bool lookup_logging_aliases(const char* arg, char* buffer);
static AliasedLoggingFlag catch_logging_aliases(const char* name, bool on);

static char* SharedArchivePath;
Expand Down

1 comment on commit 43019a0

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 43019a0 Sep 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.