Release Note: Experimental Hidden-Class-based Proxy Implementation

XMLWordPrintable

      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.

            Assignee:
            Chen Liang
            Reporter:
            Chen Liang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: