-
Sub-task
-
Resolution: Unresolved
-
P4
-
None
In previous releases, `java.lang.reflect.Proxy` are not hidden classes, that they can be discovered by `Class.forName`. Now, a new system property, `jdk.reflect.useHiddenProxy`, has been introduced to enable a hidden-class-based implementation, which more closely resembles the intended behavior of Proxy. Users can turn on this property to adopt this implementation, which may become the sole implementation in the future.