Logging options are currently aliased by artificilally substituting an "-Xlog" statement for an aliased "-XX" statement. We should use the internal shortcut methods to turn logging on/off from inside the vm code instead, This will also allow us to move the log alias code in with other command line argument aliasing code.
- relates to
-
JDK-8253345 Remove unimplemented Arguments::lookup_logging_aliases
-
- Resolved
-