Integrated: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message

2023-03-07 Thread Ravali Yatham
On Sun, 19 Feb 2023 08:28:37 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 This pull request has now bee

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. Th

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 l

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

2023-03-06 Thread Ravali Yatham
On Thu, 2 Mar 2023 20:00:24 GMT, Mandy Chung wrote: >>> Thanks @AlanBateman. Regarding the separator, Have seen this being used in >>> ClassLoader.java for nameAndId method. Hence used the same for consistency. >>> I've reformatted L886 now, Please kindly check. >> >> Thanks for checking, the

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

2023-03-02 Thread Ravali Yatham
On Wed, 1 Mar 2023 15:08:02 GMT, Alan Bateman wrote: >> Ravali Yatham has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add comments > > src/java.base/share/classes/java/lang/reflect/

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

2023-03-02 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 l

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

2023-03-01 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 l

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

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 l

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

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 l

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

2023-02-21 Thread Ravali Yatham
On Sun, 19 Feb 2023 16:12:39 GMT, liach 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 > > src/java.base/share/classes/java/lang/reflect/Proxy.j

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

2023-02-21 Thread Ravali Yatham
On Sun, 19 Feb 2023 08:28:37 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 This contribution is on behalf of my e

RFR: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message

2023-02-21 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 - Commit messages: - Added specific ClassLoader object to Proxy IllegalArgumentException Changes: http