Re: RFR: JDK-8297679: InvocationTargetException field named target is not declared final

2022-12-08 Thread Alan Bateman
On Thu, 8 Dec 2022 18:10:12 GMT, Joe Darcy wrote: > Should be an innocuous change of a private field to final; I'll run an > internal round of sanity tests before any push to make sure there isn't any > unexpected interaction. Marked as reviewed by alanb (Reviewer). - PR: https:/

RFR: JDK-8297679: InvocationTargetException field named target is not declared final

2022-12-08 Thread Joe Darcy
Should be an innocuous change of a private field to final; I'll run an internal round of sanity tests before any push to make sure there isn't any unexpected interaction. - Commit messages: - JDK-8297679: InvocationTargetException field named target is not declared fina Changes: