On 13/06/16 16:39, Naoto Sato wrote:
Hi Pavel,
Locale.setDefault() sets the JVM wide default locale, so I'd suggest add
try/finally block to resume the locale to the previous one.
I did suggest something like this to Pavel off-list, but then
noticed that the test runs in othervm mode, so won't affect
subsequent tests. But of course it could have other negative
affects on itself, but somewhat limited at least.
-Chris.
Naoto
On 6/13/16 3:29 AM, Pavel Rappo wrote:
Hi,
Could you please review the following change for JDK-8159039?
http://cr.openjdk.java.net/~prappo/8159039/webrev.00/
This change contains a fix for 8159039 as well as a number of tiny
editorial
changes.
Thanks,
-Pavel