Code Review for 8199852-exMsg_Linkage-hs

Prepared by:goetz on Fri Apr 13 09:19:06 CEST 2018
Workspace:
Compare against: http://hg.openjdk.java.net/jdk/hs
Compare against version:49685
Summary of changes: 669 lines changed: 571 ins; 9 del; 89 mod; 13168 unchg
Changeset: 8199852-exMsg_Linkage-hs.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/classfile/javaClasses.cpp

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
42 lines changed: 42 ins; 0 del; 0 mod; 4538 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/classfile/javaClasses.hpp

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
5 lines changed: 5 ins; 0 del; 0 mod; 1548 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/classfile/systemDictionary.cpp

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
43 lines changed: 20 ins; 9 del; 14 mod; 3111 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/interpreter/linkResolver.cpp

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
8 lines changed: 0 ins; 0 del; 8 mod; 1789 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/oops/klassVtable.cpp

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
22 lines changed: 1 ins; 0 del; 21 mod; 1615 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/common/C.jasm

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
3 lines changed: 2 ins; 0 del; 1 mod; 36 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/common/Foo.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
3 lines changed: 2 ins; 0 del; 1 mod; 23 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/common/J.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
3 lines changed: 2 ins; 0 del; 1 mod; 25 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/common/PreemptingClassLoader.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
14 lines changed: 12 ins; 0 del; 2 mod; 57 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/itableICCE/I.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
3 lines changed: 2 ins; 0 del; 1 mod; 25 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/itableICCE/Task.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
3 lines changed: 2 ins; 0 del; 1 mod; 30 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/itableICCE/Test.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
5 lines changed: 0 ins; 0 del; 5 mod; 54 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/itableLdrConstraint/I.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
3 lines changed: 2 ins; 0 del; 1 mod; 25 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/itableLdrConstraint/Task.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
3 lines changed: 2 ins; 0 del; 1 mod; 30 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/itableLdrConstraint/Test.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
38 lines changed: 29 ins; 0 del; 9 mod; 51 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/vtableAME/I.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
3 lines changed: 2 ins; 0 del; 1 mod; 25 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/vtableAME/Task.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
3 lines changed: 2 ins; 0 del; 1 mod; 23 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/vtableAME/Test.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
7 lines changed: 0 ins; 0 del; 7 mod; 59 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/vtableLdrConstraint/I.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
3 lines changed: 2 ins; 0 del; 1 mod; 24 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/vtableLdrConstraint/Task.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
3 lines changed: 2 ins; 0 del; 1 mod; 29 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/vtableLdrConstraint/Test.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
38 lines changed: 26 ins; 0 del; 12 mod; 51 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/D_ambgs.jasm

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
67 lines changed: 67 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/Test.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
118 lines changed: 118 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/test/A.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
32 lines changed: 32 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/test/B.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
35 lines changed: 35 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/test/C.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
29 lines changed: 29 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/differentLE/test/D_ambgs.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
43 lines changed: 43 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw test/hotspot/jtreg/runtime/LoaderConstraints/duplicateLE/Test.java

rev 49686 : 8199852: Print more information about class loaders in LinkageErrors.
Reviewed-by: dholmes
90 lines changed: 90 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using /usr/work/openjdk/bin/webrev.ksh (vers 25.12-hg+openjdk.java.net).