Re: RFR: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message [v3]

2023-02-28 Thread Ravali Yatham
On Wed, 22 Feb 2023 07:24:48 GMT, Alan Bateman wrote: >> Ravali Yatham has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix Indentation > > src/java.base/share/classes/java/lang/reflect/Proxy.java line 881: > >> 879: if (type

Re: RFR: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message [v3]

2023-02-28 Thread Ravali Yatham
> 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: