Integrated: 8297285: Shenandoah pacing causes assertion failure during VM initialization

Ashutosh Mehra duke at openjdk.org
Fri Dec 2 14:25:32 UTC 2022


On Thu, 24 Nov 2022 21:57:06 GMT, Ashutosh Mehra <duke at openjdk.org> wrote:

> Please review the fix for the assertion failure seen during VM init due to pacing in shenandoah gc.
> The fix is to avoid pacing during VM initialization as the main thread is not yet an active java thread.
> 
> Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>

This pull request has now been integrated.

Changeset: 415cfd2e
Author:    Ashutosh Mehra <asmehra at redhat.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/415cfd2e28e6b7613712ab63a1ab66522e9bf0f2
Stats:     8 lines in 1 file changed: 7 ins; 0 del; 1 mod

8297285: Shenandoah pacing causes assertion failure during VM initialization

Reviewed-by: rkennke, phh

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

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


More information about the hotspot-gc-dev mailing list