JDK-8150999 : Convert ClassFileParser::fill_instance_klass and add_to_boot_loader_list to use unified logging
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9-repo-jigsaw
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-03-01
  • Updated: 2016-03-04
  • Resolved: 2016-03-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9-repo-jigsawFixed
Related Reports
Relates :  
Description
8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging

has replaced TraceClassLoading with unified logging. 

TraceClassLoading code in ClassFileParser::fill_instance_klass and add_to_boot_loader_list (modules.cpp) is now temporarily commented out during jake b107 merge.

They need adjustment to do appropriate unified logging.
Comments
Fixed with the following check-in: Changeset: b8822efbe831 Author: hseigel Date: 2016-03-04 07:50 -0500 URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/b8822efbe831 Fix use of unified loggin that was commented out in the merge (JDK-8150999) ! src/share/vm/classfile/classFileParser.cpp ! src/share/vm/classfile/modules.cpp ! src/share/vm/classfile/systemDictionary.cpp ! src/share/vm/oops/instanceKlass.cpp ! src/share/vm/oops/instanceKlass.hpp ! test/runtime/modules/Xpatch/XpatchTraceCL.java
04-03-2016