Integrated: 8256302: releasing oopStorage when deflating allows for faster deleting

Daniel D. Daugherty dcubed at openjdk.org
Wed Jun 7 20:02:15 UTC 2023


On Tue, 22 Nov 2022 17:52:45 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

> Releasing ObjectMonitor oopStorage earlier when deflating allows ObjectMonitor
> deletion by a JavaThread (usually the MonitorDeflationThread) to happen while a
> ThreadBlockInVM helper is in place. This should improve time-to-safepoint.

This pull request has now been integrated.

Changeset: 64020048
Author:    Daniel D. Daugherty <dcubed at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6402004852ccc993bb6e879c49fb71e2afdcdfbe
Stats:     41 lines in 4 files changed: 31 ins; 0 del; 10 mod

8256302: releasing oopStorage when deflating allows for faster deleting

Reviewed-by: dholmes, rehn, coleenp

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

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


More information about the hotspot-runtime-dev mailing list