RFR: 8231031: runtime/ReservedStack/ReservedStackTest.java fails after jsr166 refresh

David Holmes dholmes at openjdk.java.net
Tue May 11 23:40:12 UTC 2021


Please see the bug report for detailed description of the issue. The simple fix for the test is to disable inlining of the lock() method (something which I think the existing MaxInlineLevel flags were trying to achieve but didn't).

Testing:
 - before fix I ran the test 50x on linux-x64, macos-x64 and macos-aarch64 product and fastdebug -> 300 failures
 - after: 300 successes

Thanks,
David

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

Commit messages:
 - 8231031: runtime/ReservedStack/ReservedStackTest.java fails after jsr166 refresh

Changes: https://git.openjdk.java.net/jdk/pull/3989/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3989&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8231031
  Stats: 6 lines in 2 files changed: 4 ins; 1 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3989.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3989/head:pull/3989

PR: https://git.openjdk.java.net/jdk/pull/3989


More information about the hotspot-runtime-dev mailing list