[jdk11u-dev] RFR: 8288377: [REDO] DST not applying properly with zone id offset set with TZ env variable [v2]

Gaurav Chaudhari duke at openjdk.org
Tue Aug 30 20:50:11 UTC 2022


On Mon, 29 Aug 2022 19:57:08 GMT, Gaurav Chaudhari <duke at openjdk.org> wrote:

>> Backport changes from JDK-8288377
>
> Gaurav Chaudhari has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
> 
>  - Merge branch 'openjdk:master' into customtz-dst-fix-backport-3c32564
>  - Backport 3c3256414f7df049cdd6c8519fbcea0d818a1a33

Yes, I will prep the PR for jdk17 and jdk19 repos. After looking at the error on enabling Github Actions here though, looks like a method from `ProcessTools` used in my jtreg test is using a different method signature in this repo, and might be the case in the other repos (jdk17,jdk19) as well. Not sure if an additional commit will be needed to fix it on the other repos, but I will check there and see. Otherwise, only will be needed to fix it here later on. Did not have the error occurring in the openjdk repo initially, so wasn't expecting errors.

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/1328


More information about the jdk-updates-dev mailing list