Re: Integrated: 8344011: Remove usage of security manager from Class and reflective APIs

2025-02-21 Thread James Perkins
Perfect. Thank you so much Alan. James R. Perkins Principal Software Engineer Red Hat On Thu, Feb 20, 2025 at 10:44 PM Alan Bateman wrote: > On 21/02/2025 01:08, James Perkins wrote: > > Please forgive me if this is the wrong medium to rep

Re: Integrated: 8344011: Remove usage of security manager from Class and reflective APIs

2025-02-20 Thread Alan Bateman
On 21/02/2025 01:08, James Perkins wrote: Please forgive me if this is the wrong medium to report this. I've found an issue with the change in the ServiceLoader. Specifically, the getConstructor()[1] method. Previously, the method caught Throwable and then fail which would throw a java.util.S

Re: Integrated: 8344011: Remove usage of security manager from Class and reflective APIs

2025-02-20 Thread James Perkins
Please forgive me if this is the wrong medium to report this. I've found an issue with the change in the ServiceLoader. Specifically, the getConstructor()[1] method. Previously, the method caught Throwable and then fail which would throw a java.util.ServiceConfigurationError exception. With the ch

Integrated: 8344011: Remove usage of security manager from Class and reflective APIs

2024-11-13 Thread Alan Bateman
On Wed, 13 Nov 2024 10:32:34 GMT, Alan Bateman wrote: > Remove code required for the now defunct SecurityManager execution mode from > java.lang.Class, friends, and reflection APIs. Careful review is required so > I've set Reviewer to 2. I've tried to keep the changes as easy to review as > po