hg: jdk/submit: 8199852: Print more information about class loaders in LinkageErrors.

goetz.lindenmaier at sap.com goetz.lindenmaier at sap.com
Mon May 7 16:00:38 UTC 2018


Changeset: e0dbf14885b8
Author:    goetz
Date:      2018-05-07 11:38 +0200
URL:       http://hg.openjdk.java.net/jdk/submit/rev/e0dbf14885b8

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