RFR: 8344177: Remove SecurityManager and related calls from java.management [v7]
Kevin Walls
kevinw at openjdk.org
Wed Nov 20 18:09:17 UTC 2024
On Wed, 20 Nov 2024 17:22:25 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Does the latest update mean that java.base's module-info can be updated to not export sun.reflect.misc to java.management?
Not quite, there is use of sun.reflect.misc.MethodUtil and sun.reflect.misc.ConstructorUtil by java.management. A few places call MethodUtil.invoke().
java.management.rmi will be done with its use of sun.reflect.misc after the separate change 8344394.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22100#issuecomment-2489241704
More information about the serviceability-dev
mailing list