Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8242888 Convert dynamic proxy to hidden classes
  3. JDK-8340955

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.

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

              Created:
              Updated: