mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8245723: Remove PrintCompressedOopsMode and change gc+heap+coops info log to debug level
Reviewed-by: dholmes, coleenp, tschatzl
This commit is contained in:
parent
d0294c3845
commit
2ff952bf32
4 changed files with 11 additions and 18 deletions
|
@ -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) },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue