Hi Naoto,

In the non-javatime case(line 95), is the change from style == LONG to style & LONG !=0 correct?
I would not have expected to see a change in that case given the bug.
It will now be ignoring the STANDALONE bit in the style.

If so, the patch is fine as is.

Thanks, Roger


On 8/30/2017 6:55 PM, Naoto Sato wrote:
Hi,

Please review the fix to the following issue:

https://bugs.openjdk.java.net/browse/JDK-8180469

The proposed changeset is located at:

http://cr.openjdk.java.net/~naoto/8180469/webrev.00/

The problem was caused by the difference of the Era display name for "SHORT" style between java.time and java.util.Calendar.

Naoto

Reply via email to