Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing localization info issue for timezones #118

Merged

Conversation

zakkak
Copy link
Collaborator

@zakkak zakkak commented Sep 3, 2020

With JDK-8236548 in OpenJDK 11 an issue running
a generated native image may arise on programs using
TimeZone.getDisplayName(). With JDK-8236548 this might
become more noticeable since it now occurs on the
English locale too (no caching of English locales
happens any more).

Since all time zone data is included by default now,
also include the TimeZoneNames resource bundle by
default.

Closes: #106

Backport of: oracle#2777

With JDK-8236548 in OpenJDK 11 an issue running
a generated native image may arise on programs using
TimeZone.getDisplayName(). With JDK-8236548 this might
become more noticeable since it now occurs on the
English locale too (no caching of English locales
happens any more).

Since all time zone data is included by default now,
also include the TimeZoneNames resource bundle by
default.

Closes: graalvm#106
@zakkak zakkak added bug Something isn't working backport labels Sep 3, 2020
@zakkak zakkak added this to the 20.1.0.2.Final milestone Sep 3, 2020
@zakkak zakkak requested a review from jerboaa September 3, 2020 07:44
@zakkak zakkak added this to In progress in Mandrel via automation Sep 3, 2020
@zakkak zakkak self-assigned this Sep 3, 2020
Copy link
Collaborator

@jerboaa jerboaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it!

Mandrel automation moved this from In progress to Reviewer approved Sep 3, 2020
@zakkak zakkak merged commit 13c86d9 into graalvm:mandrel/20.1 Sep 3, 2020
Mandrel automation moved this from Reviewer approved to Done Sep 3, 2020
@zakkak zakkak deleted the mandrel/20.1-backport-oracle/graal/2777 branch September 3, 2020 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport bug Something isn't working oca-signed
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants