git: openjdk/jdk: 8298065: Provide more information in message of NoSuchFieldError

Coleen Phillimore coleenp at openjdk.org
Wed Jan 11 19:14:29 UTC 2023


Changeset: 43847c43
Author:    Matias Saavedra Silva <matsaave at openjdk.org>
Committer: Coleen Phillimore <coleenp at openjdk.org>
Date:      2023-01-11 19:13:26 +0000
URL:       https://git.openjdk.org/jdk/commit/43847c43ad2e84999554468f79016dd33528ec14

8298065: Provide more information in message of NoSuchFieldError

Reviewed-by: dholmes, iklam, coleenp

! src/hotspot/share/interpreter/linkResolver.cpp
! src/hotspot/share/oops/symbol.cpp
! src/hotspot/share/oops/symbol.hpp
+ test/hotspot/jtreg/runtime/linkResolver/NoSuchFieldArray.jasm
+ test/hotspot/jtreg/runtime/linkResolver/NoSuchFieldMultiArray.jasm
+ test/hotspot/jtreg/runtime/linkResolver/NoSuchFieldOutputTest.java
+ test/hotspot/jtreg/runtime/linkResolver/NoSuchFieldPrimitive.jasm
+ test/hotspot/jtreg/runtime/linkResolver/NoSuchFieldReference.jasm
+ test/hotspot/jtreg/runtime/linkResolver/TestClass.java



More information about the jdk-changes mailing list