hotspot/src/share/vm/logging/logTag.hpp
changeset 35917 463d67f86eaa
parent 35884 ec439aaca107
child 35925 50501d0d9b2e
--- a/hotspot/src/share/vm/logging/logTag.hpp	Tue Feb 02 14:54:05 2016 +0000
+++ b/hotspot/src/share/vm/logging/logTag.hpp	Wed Feb 03 11:40:30 2016 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -39,6 +39,9 @@
   LOG_TAG(classhisto) \
   LOG_TAG(classresolve) \
   LOG_TAG(classinit) \
+  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) \