JDK-8218948 : SimpleDateFormat :: format - Zone Names are not reflected correctly during run time
Type:Bug
Component:core-libs
Sub-Component:java.text
Affected Version:12
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2019-02-14
Updated:2020-07-04
Resolved:2019-03-07
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
It's observed that when the Locale is other than en_US the zone names are not populated properly during run time.
Comments
Fix Request [11u]:
Required for parity with 11.0.9-oracle.
Patch applies cleanly to current jdk-updates/jdk11u-dev and compiles fine.
Included test fails on current jdk-updates/jdk11u & passes on patched jdk-updates/jdk11u-dev.
19-06-2020
should not be tck-red, as it does not violate any spec.