Re: Review request for JDK-8041998: RegExp implementation is not thread-safe

2014-05-06 Thread Attila Szegedi
+1 On May 6, 2014, at 10:13 AM, Hannes Wallnoefer wrote: > Please review JDK-8041998: RegExp implementation is not thread-safe > > http://cr.openjdk.java.net/~hannesw/8041998/ > > This avoids reusing matchers to make regular expressions work with concurrent > threads. > > Thanks, > Hannes

Re: Review request for JDK-8041998: RegExp implementation is not thread-safe

2014-05-06 Thread A. Sundararajan
+1 -Sundar On Tuesday 06 May 2014 01:43 PM, Hannes Wallnoefer wrote: Please review JDK-8041998: RegExp implementation is not thread-safe http://cr.openjdk.java.net/~hannesw/8041998/ This avoids reusing matchers to make regular expressions work with concurrent threads. Thanks, Hannes

Review request for JDK-8041998: RegExp implementation is not thread-safe

2014-05-06 Thread Hannes Wallnoefer
Please review JDK-8041998: RegExp implementation is not thread-safe http://cr.openjdk.java.net/~hannesw/8041998/ This avoids reusing matchers to make regular expressions work with concurrent threads. Thanks, Hannes