Re: [PATCH] regex matcher opt: remove redundant StringBuilder

2018-04-29 Thread Isaac Levy
Your patch looks good to me, and will get the majority of performance benefits without any API issues. Isaac On Tue, Apr 24, 2018 at 9:38 PM, Xueming Shen wrote: > for String based replaceAll/First() it might be worth doing something like > >

Re: Review Request JDK-8202113: Reflection API is causing caller classes to leak

2018-04-29 Thread mandy chung
On 4/28/18 6:52 PM, Peter Levart wrote: Hi Mandy, On 04/28/18 11:44, mandy chung wrote: Webrev: http://cr.openjdk.java.net/~mchung/jdk11/webrevs/8202113/webrev.00/ The reflection machinery stores the caller class in each AccessibleObject such that it can skip the access check if access to