[jdk17u-dev] RFR: 8320276: Improve class initialization barrier in TemplateTable::_new
Matt
duke at openjdk.org
Thu Apr 17 11:50:40 UTC 2025
On Wed, 16 Apr 2025 19:44:34 GMT, Matt <duke at openjdk.org> wrote:
> This PR backports 8320276 to support backporting 8338379, see the comment thread linked below. This was a clean backport, though reviewers may want to confirm that the decision to include [this function](https://github.com/openjdk/jdk17u-dev/blob/f19121cc65199f2052c69747dfa7ae8d209596f4/src/hotspot/cpu/ppc/vm_version_ppc.hpp#L135) was correct.
>
> ---------
> ### 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
> - [ ] [JDK-8320276](https://bugs.openjdk.org/browse/JDK-8320276) needs maintainer approval
>
>
>
> ### Reviewing
> <details><summary>Using <code>git</code></summary>
>
> Checkout this PR locally: \
> `$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/3508/head:pull/3508` \
> `$ git checkout pull/3508`
>
> Update a local copy of the PR: \
> `$ git checkout pull/3508` \
> `$ git pull https://git.openjdk.org/jdk17u-dev.git pull/3508/head`
>
> </details>
> <details><summary>Using Skara CLI tools</summary>
>
> Checkout this PR locally: \
> `$ git pr checkout 3508`
>
> View PR using the GUI difftool: \
> `$ git pr show -t 3508`
>
> </details>
> <details><summary>Using diff file</summary>
>
> Download this PR as a diff file: \
> <a href="https://git.openjdk.org/jdk17u-dev/pull/3508.diff">https://git.openjdk.org/jdk17u-dev/pull/3508.diff</a>
>
> </details>
This is in support of #3317, see https://github.com/openjdk/jdk17u-dev/pull/3317#discussion_r2032691620
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3508#issuecomment-2810603084
More information about the jdk-updates-dev
mailing list