RFR: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message [v2]
Ravali Yatham
duke at openjdk.org
Wed Mar 1 07:08:24 UTC 2023
> Added specific class loader object to proxy IllegalArgumentException from which the class was not visible
>
> The bug report for the same: https://bugs.openjdk.org/browse/JDK-8302791
Ravali Yatham has updated the pull request incrementally with one additional commit since the last revision:
Use classloaderName if not Null otherwise Objects.toIdentityString(ld)
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12641/files
- new: https://git.openjdk.org/jdk/pull/12641/files/1ed3c72d..2682d88c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12641&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12641&range=00-01
Stats: 9 lines in 1 file changed: 8 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/12641.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12641/head:pull/12641
PR: https://git.openjdk.org/jdk/pull/12641
More information about the core-libs-dev
mailing list