hg: jdk/submit: 8199852: Print more information about class loaders in LinkageErrors.
goetz.lindenmaier at sap.com
goetz.lindenmaier at sap.com
Fri May 4 09:34:27 UTC 2018
Changeset: efb601c8878e
Author: goetz
Date: 2018-05-03 14:51 +0200
URL: http://hg.openjdk.java.net/jdk/submit/rev/efb601c8878e
8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes, lfoltan, gtriantafill
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/javaClasses.hpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/interpreter/linkResolver.cpp
! src/hotspot/share/oops/klassVtable.cpp
! test/hotspot/jtreg/runtime/LoaderConstraints/common/C.jasm
! test/hotspot/jtreg/runtime/LoaderConstraints/common/Foo.java
! test/hotspot/jtreg/runtime/LoaderConstraints/common/J.java
! test/hotspot/jtreg/runtime/LoaderConstraints/common/PreemptingClassLoader.java
+ test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/D_ambgs.jasm
+ test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/Test.java
+ test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/test/A.java
+ test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/test/B.java
+ test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/test/C.java
+ test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/test/D_ambgs.java
+ test/hotspot/jtreg/runtime/LoaderConstraints/duplicateLE/Test.java
! test/hotspot/jtreg/runtime/LoaderConstraints/itableICCE/I.java
! test/hotspot/jtreg/runtime/LoaderConstraints/itableICCE/Task.java
! test/hotspot/jtreg/runtime/LoaderConstraints/itableICCE/Test.java
! test/hotspot/jtreg/runtime/LoaderConstraints/itableLdrConstraint/I.java
! test/hotspot/jtreg/runtime/LoaderConstraints/itableLdrConstraint/Task.java
! test/hotspot/jtreg/runtime/LoaderConstraints/itableLdrConstraint/Test.java
! test/hotspot/jtreg/runtime/LoaderConstraints/vtableAME/I.java
! test/hotspot/jtreg/runtime/LoaderConstraints/vtableAME/Task.java
! test/hotspot/jtreg/runtime/LoaderConstraints/vtableAME/Test.java
! test/hotspot/jtreg/runtime/LoaderConstraints/vtableLdrConstraint/I.java
! test/hotspot/jtreg/runtime/LoaderConstraints/vtableLdrConstraint/Task.java
! test/hotspot/jtreg/runtime/LoaderConstraints/vtableLdrConstraint/Test.java
More information about the jdk-submit-changes
mailing list