hg: jdk/submit: 8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors.
goetz.lindenmaier at sap.com
goetz.lindenmaier at sap.com
Wed Feb 28 13:17:55 UTC 2018
Changeset: 51d7ee9ff45d
Author: goetz
Date: 2018-02-08 09:23 +0100
URL: http://hg.openjdk.java.net/jdk/submit/rev/51d7ee9ff45d
8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors.
Reviewed-by: coleenp, dholmes, mdoerr
! src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
! src/hotspot/cpu/aarch64/vtableStubs_aarch64.cpp
! src/hotspot/cpu/arm/vtableStubs_arm.cpp
! src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp
! src/hotspot/cpu/ppc/templateTable_ppc_64.cpp
! src/hotspot/cpu/s390/sharedRuntime_s390.cpp
! src/hotspot/cpu/s390/templateInterpreterGenerator_s390.cpp
! src/hotspot/cpu/s390/templateTable_s390.cpp
! src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp
! src/hotspot/cpu/sparc/templateTable_sparc.cpp
! src/hotspot/cpu/sparc/vtableStubs_sparc.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
! src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp
! src/hotspot/cpu/x86/templateTable_x86.cpp
! src/hotspot/cpu/x86/vtableStubs_x86_32.cpp
! src/hotspot/cpu/x86/vtableStubs_x86_64.cpp
! src/hotspot/share/interpreter/bytecodeInterpreter.cpp
! src/hotspot/share/interpreter/interpreterRuntime.cpp
! src/hotspot/share/interpreter/interpreterRuntime.hpp
! src/hotspot/share/interpreter/linkResolver.cpp
! src/hotspot/share/interpreter/linkResolver.hpp
! src/hotspot/share/oops/klass.cpp
! src/hotspot/share/oops/klass.hpp
! src/hotspot/share/runtime/sharedRuntime.cpp
+ test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME1_E.jasm
+ test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME2_C.jasm
+ test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME3_C.jasm
+ test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME4_E.jasm
+ test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME5_B.jasm
+ test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME6_B.jasm
+ test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java
+ test/hotspot/jtreg/runtime/exceptionMsgs/IncompatibleClassChangeError/ICC_B.jasm
+ test/hotspot/jtreg/runtime/exceptionMsgs/IncompatibleClassChangeError/ImplementsSomeInterfaces.jasm
+ test/hotspot/jtreg/runtime/exceptionMsgs/IncompatibleClassChangeError/IncompatibleClassChangeErrorTest.java
More information about the jdk-submit-changes
mailing list