--- old/src/share/vm/logging/logTag.hpp 2016-01-21 19:08:30.107653113 -0500 +++ new/src/share/vm/logging/logTag.hpp 2016-01-21 19:08:29.915488874 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2016, 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) \ + LOG_TAG(classloaderdata) \ + LOG_TAG(classunload) \ LOG_TAG(comp) \ LOG_TAG(compaction) \ LOG_TAG(cpu) \