RFR: 8344327: SM cleanup in jdk.unsupported ReflectionFactory
Alan Bateman
alanb at openjdk.org
Sat Nov 16 08:01:45 UTC 2024
On Fri, 15 Nov 2024 18:32:58 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> This cleanup of the use of SecurityManager is in the jdk.unsupported module.
> Removed the permission check to call getReflectionFactory().
The CSR for JEP 486 included all the API changes for the supported APIs. With this PR we are in grey area of "critical internal APIs" that are undocumented. We have been doing CSRs whenever we remove these anything from jdk.unsupported, and more recently, the stop-gap work for serialization is adding methods that will be tracked by the CSR. I'm sure the CSR will approve this quickly.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22158#issuecomment-2480470294
More information about the core-libs-dev
mailing list