-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b19
jdk.internal.misc package used to be a dumping ground and provide miscellaneous APIs such as shared secrets, Unsafe, VM, Signal, and SignalHandler. jdk.unsupported does not depend on all classes in jdk.internal.misc package. We should consider splitting jdk.internal.misc classes and reduce the number of internal classes that are made accessible to other modules while they are not referenced by them.
- is blocked by
-
JDK-8211121 Remove sun.reflect.ReflectionFactory::newInstanceForSerialization
- Closed