[jdk11u-dev] RFR: 8251152: ARM32: jtreg c2 Test8202414 test crash

Paul Hohensee phh at openjdk.org
Thu Aug 11 21:44:21 UTC 2022


On Thu, 11 Aug 2022 04:39:05 GMT, Joshua Cao <duke at openjdk.org> wrote:

> Backport of 8251152: ARM32: jtreg c2 Test8202414 test crash
> 
> Backport is not clean because JDK 11 does not include [JDK-8244224](https://bugs.openjdk.org/browse/JDK-8244224). 
> The patch removed the `@requires` line, but the line is present in JDK 11. 
> 
> 
>   * @test
>   * @bug 8202414
>   * @summary Unsafe write after primitive array creation may result in array length change
>   * @requires (os.arch != "sparc") & (os.arch != "sparcv9")
>   * @run main/othervm compiler.c2.Test8202414
> 
> 
> Manual fix is trivial. We just paste the new lines under the `@requires` line

Lgtm.

Lgtm.

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

Marked as reviewed by phh (Reviewer).

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


More information about the jdk-updates-dev mailing list