Integrated: 8348092: Shenandoah: assert(nk >= _lowest_valid_narrow_klass_id && nk <= _highest_valid_narrow_klass_id) failed: narrowKlass ID out of range (3131947710)

William Kemper wkemper at openjdk.org
Thu Feb 13 16:37:21 UTC 2025


On Thu, 13 Feb 2025 00:15:43 GMT, William Kemper <wkemper at openjdk.org> wrote:

> Restore weak roots rendezvous handshake. This is necessary to have mutators complete the LRB before the concurrent GC invalidates any oop handles that may exist in native stacks.

This pull request has now been integrated.

Changeset: 28e744dc
Author:    William Kemper <wkemper at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/28e744dc642db8ebe376403f28630438a5ee3f44
Stats:     19 lines in 1 file changed: 14 ins; 0 del; 5 mod

8348092: Shenandoah: assert(nk >= _lowest_valid_narrow_klass_id && nk <= _highest_valid_narrow_klass_id) failed: narrowKlass ID out of range (3131947710)

Reviewed-by: shade

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

PR: https://git.openjdk.org/jdk/pull/23604


More information about the hotspot-gc-dev mailing list