8245723: Remove PrintCompressedOopsMode and change gc+heap+coops info log to debug level

Reviewed-by: dholmes, coleenp, tschatzl
This commit is contained in:
Stefan Johansson 2020-05-27 11:48:13 +02:00
parent d0294c3845
commit 2ff952bf32
4 changed files with 11 additions and 18 deletions

View file

@ -602,7 +602,6 @@ static AliasedFlag const aliased_jvm_flags[] = {
// NOTE: A compatibility request will be necessary for each alias to be removed.
static AliasedLoggingFlag const aliased_logging_flags[] = {
{ "PrintCompressedOopsMode", LogLevel::Info, true, LOG_TAGS(gc, heap, coops) },
{ "PrintSharedSpaces", LogLevel::Info, true, LOG_TAGS(cds) },
{ "TraceBiasedLocking", LogLevel::Info, true, LOG_TAGS(biasedlocking) },
{ "TraceClassLoading", LogLevel::Info, true, LOG_TAGS(class, load) },