JDK-8145416 : Move sun.misc.ProxyGenerator to jdk.internal.reflect
  • Type: Sub-task
  • Component: core-libs
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-12-15
  • Updated: 2016-03-25
  • Resolved: 2015-12-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b99Fixed
Description
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.