mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8145235: Deprecate product flags that have been converted to Unified Logging
Added deprecation message/mechanism for product flags aliased to Unified Logging options Reviewed-by: mockner, coleenp, ddmitriev, mlarsson
This commit is contained in:
parent
cba7605902
commit
ed7a01e044
3 changed files with 33 additions and 6 deletions
|
@ -526,7 +526,7 @@ class Arguments : AllStatic {
|
|||
// 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);
|
||||
static AliasedLoggingFlag catch_logging_aliases(const char* name, bool on);
|
||||
static short CompileOnlyClassesNum;
|
||||
static short CompileOnlyClassesMax;
|
||||
static char** CompileOnlyClasses;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue