Skip to content

8383175: (tz) Update Timezone Data to 2026b#547

Draft
gnu-andrew wants to merge 2 commits intoopenjdk:masterfrom
gnu-andrew:tzdata2026b-25u
Draft

8383175: (tz) Update Timezone Data to 2026b#547
gnu-andrew wants to merge 2 commits intoopenjdk:masterfrom
gnu-andrew:tzdata2026b-25u

Conversation

@gnu-andrew
Copy link
Copy Markdown
Member

@gnu-andrew gnu-andrew commented May 7, 2026

This is a clean backport of the two part tzdata2026b update. The comment changes were applied in one commit and the actual change in a follow-up, which are combined in this one PR to simplify backports to the update releases. I see similar being done in openjdk/jdk26u#186

This is not yet ready for integration due to test failures:

$ make run-test TEST="jtreg:java/text/Format java/util/TimeZone sun/util/calendar sun/util/resources"
...
==============================
Test summary
==============================
   TEST                                              TOTAL  PASS  FAIL ERROR  SKIP   
>> jtreg:test/jdk/java/text/Format                     133   130     3     0     0 <<
>> jtreg:test/jdk/java/util/TimeZone                    27    24     1     0     2 <<
   jtreg:test/jdk/sun/util/calendar                      3     3     0     0     0   
   jtreg:test/jdk/sun/util/resources                    22    22     0     0     0   
==============================
TEST FAILURE

I believe backporting JDK-8382020 should fix at least some of this, but doing so breaks the build at present due to JDK-8384043 which does not yet have a final fix (it was fixed and then backed out so far):

=== Output from failing command(s) repeated here ===
* For target jdk_modules_java.base__the.java.base_batch:
[stderr] compiling module: java.base, all Java inputs: 3393, modified files (Java or non-Java): 260, full recompile: false, non-Java modified files: 
/home/andrew/builder/25u-dev/support/gensrc/java.base/sun/util/resources/cldr/TimeZoneNames_en.java:1446: error: cannot find symbol
            { "US/Aleutian", Hawaii_Aleutian },
                             ^
  symbol:   variable Hawaii_Aleutian
  location: class TimeZoneNames_en
/home/andrew/builder/25u-dev/support/gensrc/java.base/sun/util/resources/cldr/TimeZoneNames_en.java:1455: error: cannot find symbol
            { "America/Adak", Hawaii_Aleutian },
                              ^
  symbol:   variable Hawaii_Aleutian
  location: class TimeZoneNames_en
/home/andrew/builder/25u-dev/support/gensrc/java.base/sun/util/resources/cldr/TimeZoneNames_en.java:1456: error: cannot find symbol
            { "America/Atka", Hawaii_Aleutian },
                              ^
  symbol:   variable Hawaii_Aleutian
   ... (rest of output omitted)

I'm opening this now for awareness of the issues involved in backporting.



Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8383473 needs maintainer approval
  • JDK-8383175 needs maintainer approval

Issues

  • JDK-8383175: (tz) Update Timezone Data to 2026b (Enhancement - P3)
  • JDK-8383473: Follow on from tzdata2026b time change to include temporary hack BC time change (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk25u-dev.git pull/547/head:pull/547
$ git checkout pull/547

Update a local copy of the PR:
$ git checkout pull/547
$ git pull https://git.openjdk.org/jdk25u-dev.git pull/547/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 547

View PR using the GUI difftool:
$ git pr show -t 547

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk25u-dev/pull/547.diff

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper Bot commented May 7, 2026

👋 Welcome back andrew! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link
Copy Markdown

openjdk Bot commented May 7, 2026

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk Bot changed the title Backport 3adc770b2d8acd6ad159b8457876af9b342beb9e 8383175: (tz) Update Timezone Data to 2026b May 7, 2026
@openjdk
Copy link
Copy Markdown

openjdk Bot commented May 7, 2026

This backport pull request has now been updated with issue from the original commit.

@openjdk openjdk Bot added the backport Port of a pull request already in a different code base label May 7, 2026
@gnu-andrew
Copy link
Copy Markdown
Member Author

/issue add 8383473

@openjdk
Copy link
Copy Markdown

openjdk Bot commented May 7, 2026

@gnu-andrew
Adding additional issue to issue list: 8383473: Follow on from tzdata2026b time change to include temporary hack BC time change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Port of a pull request already in a different code base

Development

Successfully merging this pull request may close these issues.

1 participant