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

Joshua Cao duke at openjdk.org
Thu Aug 11 05:06:21 UTC 2022


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

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

Commit messages:
 - 8251152: ARM32: jtreg c2 Test8202414 test crash

Changes: https://git.openjdk.org/jdk11u-dev/pull/1321/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1321&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8251152
  Stats: 15 lines in 2 files changed: 11 ins; 1 del; 3 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/1321.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1321/head:pull/1321

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


More information about the jdk-updates-dev mailing list