Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8137055 Prepare for JEP 260
  3. JDK-8145416

Move sun.misc.ProxyGenerator to jdk.internal.reflect

XMLWordPrintable

    • b99

      No new code here, just giving sun.misc.ProxyGenerator a more appropriate location, in jdk.internal.reflect
      ( since it contains the code to generate a dynamic proxy class for the java.lang.reflect.Proxy ).

      http://cr.openjdk.java.net/~chegar/proxyGeneratorWebrev/webrev/

      Note: ProxyGenerator could be moved into java.lang.reflect, as a package-private class, but I see no
      reason to move it into an exported package, and a package that it not on the restricted package list.

            chegar Chris Hegarty
            chegar Chris Hegarty
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: