OpenJDK / jdk / jdk
changeset 35925:50501d0d9b2e
8148053: Remove unused log tags
Reviewed-by: dholmes, mlarsson, sla
Contributed-by: robbin.ehn@oracle.com
author | mlarsson |
---|---|
date | Tue, 02 Feb 2016 11:09:21 +0100 |
parents | 1d736ef364be |
children | ff7661fb8171 |
files | hotspot/src/share/vm/logging/logTag.hpp |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/share/vm/logging/logTag.hpp Thu Feb 04 00:53:31 2016 +0100 +++ b/hotspot/src/share/vm/logging/logTag.hpp Tue Feb 02 11:09:21 2016 +0100 @@ -42,7 +42,6 @@ LOG_TAG(classload) /* Trace all classes loaded */ \ LOG_TAG(classloaderdata) /* class loader loader_data lifetime */ \ LOG_TAG(classunload) /* Trace unloading of classes */ \ - LOG_TAG(comp) \ LOG_TAG(compaction) \ LOG_TAG(cpu) \ LOG_TAG(cset) \ @@ -70,7 +69,6 @@ LOG_TAG(refine) \ LOG_TAG(region) \ LOG_TAG(remset) \ - LOG_TAG(rt) \ LOG_TAG(safepoint) \ LOG_TAG(scavenge) \ LOG_TAG(scrub) \ @@ -79,7 +77,6 @@ LOG_TAG(stats) \ LOG_TAG(stringdedup) \ LOG_TAG(survivor) \ - LOG_TAG(svc) \ LOG_TAG(sweep) \ LOG_TAG(task) \ LOG_TAG(tlab) \