[jdk17u-dev] RFR: 8325587: Shenandoah: ShenandoahLock should allow blocking in VM

Paul Hohensee phh at openjdk.org
Tue Aug 13 17:31:48 UTC 2024


On Tue, 13 Aug 2024 16:54:05 GMT, Xiaolong Peng <xpeng at openjdk.org> wrote:

> Hi, 
>     This PR is a Backport of [JDK-8325587](https://bugs.openjdk.org/browse/JDK-8325587): Shenandoah: ShenandoahLock should allow blocking in VM, the original commit was authored by Aleksey Shipilev on 21 Feb 2024 and was reviewed by Robbin Ehn and Roman Kennke, and already backported to jdk21.
>      It is not a clean backport for JDK17 due to code style change(NULL -> nullptr) and thread header file and API changes.   
>      This is the first backport of a series of improvements for ShenandoahLock to improve contention issue which we I have seem in our customer's production load running with JDK17. 
> 
> Best,
> Xiaolong. 
> 
> 
> Additional tests:
> - [x] hotspot_gc_shenandoah
> - [ ] Linux x86_64 server fastdebug, all passes with -XX:+UseShenandoahGC

Outline the backport series you're proposing?

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2797#issuecomment-2286761959


More information about the jdk-updates-dev mailing list