Hi,

Please, review the JDK9 fix for 8139107 bug [1] that solves the possible NPE during zone parsing by DateTimeFormatter. The root cause of such behavior is that generic time zone names are absent in "TimeZoneNames_hi" and "TimeZoneNames_en_GB" classes. The proposed fix changes that: http://cr.openjdk.java.net/~aefimov/8139107/9/00
This bug can be reproduced only with JRE locale provider.
Testing shows no failures with JDK regression tests. The new test also gives pass result.

With Best Regards,
Aleksej

[1] https://bugs.openjdk.java.net/browse/JDK-8139107

Reply via email to