Integrated: 8304996: Add missing HandleMarks

David Holmes dholmes at openjdk.org
Tue Apr 4 02:08:18 UTC 2023


On Tue, 28 Mar 2023 20:51:46 GMT, David Holmes <dholmes at openjdk.org> wrote:

> The review for [JDK-8304147](https://bugs.openjdk.org/browse/JDK-8304147) pointed out that the top-level HandleMark in dump_for_exit (added to replace the previous coverage from a HandleMarkCleaner in JVM_ENTRY) was not in the right place as no Handles were being used there. Removing that HM and fixing up the ensuing failures led to a set of fixes where HM's were missing at the place of Handle usage.
> 
> Testing: tiers 1-4
> 
> Thanks.

This pull request has now been integrated.

Changeset: a7546b3a
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a7546b3a162972e8e19b9b5ceec0e4b8f060f7f8
Stats:     11 lines in 4 files changed: 9 ins; 2 del; 0 mod

8304996: Add missing HandleMarks

Reviewed-by: coleenp, shade, iklam

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

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


More information about the hotspot-runtime-dev mailing list