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

David Holmes dholmes at openjdk.java.net
Thu May 13 01:17:55 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
>  - I also ran the fixed version 50x across all platforms using the test flags from tiers 1 through 8 (total of 1408 test runs) with zero failures or crashes. 
> 
> Thanks,
> David

This pull request has now been integrated.

Changeset: d215743a
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/d215743a91555c4edabd116b1899765d5a283dc7
Stats:     6 lines in 2 files changed: 4 ins; 1 del; 1 mod

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

Reviewed-by: dcubed

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

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


More information about the hotspot-runtime-dev mailing list