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

2023-03-06 Thread Ravali Yatham
On Mon, 6 Mar 2023 17:07:14 GMT, Mandy Chung wrote: >> Ravali Yatham has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Added JavaLangAccess::getLoaderNameID(ClassLoader loader) > > Looks good. Thanks for the change. @mlchung

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

2023-03-06 Thread Mandy Chung
On Mon, 6 Mar 2023 11:08:42 GMT, Ravali Yatham wrote: >> 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

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

2023-03-06 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