Re: RFR: JDK-8230047: Remove legacy java.lang.reflect.ProxyGenerator_v49

2020-02-04 Thread sundararajan . athijegannathan
Looks good -Sundar On 05/02/20 3:18 am, Mandy Chung wrote: ProxyGenerator_v49 was the old proxy generator that has been replaced with ASM in JDK 14 [1].  This patch removes this old version. Webrev: http://cr.openjdk.java.net/~mchung/jdk15/webrevs/8230047/webrev.00/ thanks Mandy [1] https://b

Re: RFR: JDK-8230047: Remove legacy java.lang.reflect.ProxyGenerator_v49

2020-02-04 Thread Mandy Chung
Thanks for the quick review, Roger. Mandy On 2/4/20 2:01 PM, Roger Riggs wrote: Looks fine On 2/4/20 4:48 PM, Mandy Chung wrote: ProxyGenerator_v49 was the old proxy generator that has been replaced with ASM in JDK 14 [1].  This patch removes this old version. Webrev: http://cr.openjdk.java.

Re: RFR: JDK-8230047: Remove legacy java.lang.reflect.ProxyGenerator_v49

2020-02-04 Thread Roger Riggs
Looks fine On 2/4/20 4:48 PM, Mandy Chung wrote: ProxyGenerator_v49 was the old proxy generator that has been replaced with ASM in JDK 14 [1].  This patch removes this old version. Webrev: http://cr.openjdk.java.net/~mchung/jdk15/webrevs/8230047/webrev.00/ thanks Mandy [1] https://bugs.openjdk

RFR: JDK-8230047: Remove legacy java.lang.reflect.ProxyGenerator_v49

2020-02-04 Thread Mandy Chung
ProxyGenerator_v49 was the old proxy generator that has been replaced with ASM in JDK 14 [1].  This patch removes this old version. Webrev: http://cr.openjdk.java.net/~mchung/jdk15/webrevs/8230047/webrev.00/ thanks Mandy [1] https://bugs.openjdk.java.net/browse/JDK-8207814