In ResourceBundleGenerator.java, if we move "UTC" into the preferred
names list, should we also treat it when we create the preferred ordered
map? In other words, should we do the same for "UTC" at the line 140?
Naoto
On 11/20/15 12:24 AM, Masayoshi Okutsu wrote:
Hello,
This is a follow up of the fix for JDK-8141243 done by Ramanand. I've
changed resources so that time zone ID "UTC" is picked up by
SimpleDateFormat before Antarctica/Troll.
issue: https://bugs.openjdk.java.net/browse/JDK-8141243
webrev: http://cr.openjdk.java.net/~okutsu/9/8141243/webrev.00/
Thanks,
Masayoshi