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

Daniel D.Daugherty dcubed at openjdk.java.net
Tue May 11 23:49:01 UTC 2021


On Tue, 11 May 2021 23:32:24 GMT, David Holmes <dholmes at openjdk.org> wrote:

> 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

Congrats on chasing this one to ground!

Thumbs up.

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

Marked as reviewed by dcubed (Reviewer).

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


More information about the hotspot-runtime-dev mailing list