hg: jdk/jdk: 8169559: Add class loader names to relevant VM messages
lois.foltan at oracle.com
lois.foltan at oracle.com
Mon Jun 25 15:33:53 UTC 2018
Changeset: cb07f4b539fc
Author: lfoltan
Date: 2018-06-25 11:33 -0400
URL: http://hg.openjdk.java.net/jdk/jdk/rev/cb07f4b539fc
8169559: Add class loader names to relevant VM messages
Summary: Added new method class_in_module_of_loader to provide a standard format for class information within error messages.
Reviewed-by: goetz, hseigel, mchung
! src/hotspot/share/classfile/classFileParser.cpp
! src/hotspot/share/classfile/moduleEntry.hpp
! src/hotspot/share/interpreter/linkResolver.cpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/klass.cpp
! src/hotspot/share/oops/klass.hpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! test/hotspot/jtreg/runtime/exceptionMsgs/IncompatibleClassChangeError/IncompatibleClassChangeErrorTest.java
+ test/hotspot/jtreg/runtime/modules/AccessCheck/ExpQualToM1PrivateMethodIAE.java
+ test/hotspot/jtreg/runtime/modules/AccessCheck/p1/c1.jasm
+ test/hotspot/jtreg/runtime/modules/AccessCheck/p2/c2.jasm
! test/hotspot/jtreg/runtime/modules/CCE_module_msg.java
! test/hotspot/jtreg/vmTestbase/jit/t/t113/t113.gold
More information about the jdk-changes
mailing list