[jdk18u] RFR: 8275731: CDS archived enums objects are recreated at runtime

Christoph Langer clanger at openjdk.org
Fri Nov 25 10:42:06 UTC 2022


On Fri, 25 Nov 2022 07:54:22 GMT, Leslie Zhai <lzhai at openjdk.org> wrote:

> Hi,
> 
> Commit https://github.com/openjdk/jdk/commit/d983d108c565654e717e2811d88aa94d982da2f5 fix [JDK-8297543](https://bugs.openjdk.org/browse/JDK-8297543): runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java fail with jfx
> 
> git checkout https://github.com/openjdk/jdk/commit/c7cd1487fe00172be59e7571991f960c59b8c0eb reproduced the issue for jdk, then rebase to https://github.com/openjdk/jdk/commit/d983d108c565654e717e2811d88aa94d982da2f5 testcase Passed.
> 
> I am backporting the patchest for jdk18u at first,  and testing jtreg tier1~3 now.
> 
> Thanks,
> Leslie Zhai
> 
> ---------
> ### Progress
> - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer))
> - [x] Change must not contain extraneous whitespace
> - [x] Commit message must refer to an issue
> 
> 
> 
> ### Reviewing
> <details><summary>Using <code>git</code></summary>
> 
> Checkout this PR locally: \
> `$ git fetch https://git.openjdk.org/jdk18u pull/179/head:pull/179` \
> `$ git checkout pull/179`
> 
> Update a local copy of the PR: \
> `$ git checkout pull/179` \
> `$ git pull https://git.openjdk.org/jdk18u pull/179/head`
> 
> </details>
> <details><summary>Using Skara CLI tools</summary>
> 
> Checkout this PR locally: \
> `$ git pr checkout 179`
> 
> View PR using the GUI difftool: \
> `$ git pr show -t 179`
> 
> </details>
> <details><summary>Using diff file</summary>
> 
> Download this PR as a diff file: \
> <a href="https://git.openjdk.org/jdk18u/pull/179.diff">https://git.openjdk.org/jdk18u/pull/179.diff</a>
> 
> </details>

@xiangzhai, you can close this PR. jdk18u is not maintained any more. If required, you could backport this to OpenJDK 17 updates via the jdk17u-dev repository.

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

PR: https://git.openjdk.org/jdk18u/pull/179


More information about the jdk-updates-dev mailing list