Re: testcase failure java/util/Locale/Bug6989440.java

2011-10-07 Thread Yoshito Umaoka
Thanks of all of you. This problem was introduced by the contribution from ICU project, and I'm responsible to the specific code. -Yoshito On 10/6/2011 5:59 PM, Naoto Sato wrote: Hi David, Thank you for the quick look and the fix! Naoto On 10/6/11 10:09 AM, David Holmes wrote: Hi Chris,

Re: testcase failure java/util/Locale/Bug6989440.java

2011-10-07 Thread Naoto Sato
OK here is the proposed fix (including David's suggestion for using putIfAbsent). Can anyone please review this? --- a/src/share/classes/sun/util/LocaleServiceProviderPool.java +++ b/src/share/classes/sun/util/LocaleServiceProviderPool.java @@ -40,6 +40,7 @@ import java.util.ServiceLoader; imp