On 15 Dec 2015, at 14:44, Roger Riggs <roger.ri...@oracle.com> wrote:

> Hi Chris,
> 
> ok as is.

Thanks for looking at this Roger.

> But is that the only class in the jdk.internal.reflect package (or will it 
> always be)?

Nope. Several other classes from sun.reflect will likely wind up there too.

-Chris.

> Roger
> 
> 
> On 12/15/2015 7:00 AM, Chris Hegarty wrote:
>> 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.
>> 
>> -Chris.
> 

Reply via email to