Re: Review request for 6819122

2009-03-25 Thread Jean-Christophe Collet
The changes look good to me. Mandy Chung wrote: 6819122: DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects Webrev at: http://cr.openjdk.java.net/~mchung/6819122/webrev.00/ Details: 1. The Pattern object is only used for checking a IPv6 loopback ad

Review request for 6819122

2009-03-25 Thread Mandy Chung
6819122: DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects Webrev at: http://cr.openjdk.java.net/~mchung/6819122/webrev.00/ Details: 1. The Pattern object is only used for checking a IPv6 loopback address. The current fix is to create a Pattern ob