On Wed, 20 Nov 2024 17:22:25 GMT, Alan Bateman <al...@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