Integrated: 8337994: [REDO] Native memory leak when not recording any events

Markus Grönlund mgronlun at openjdk.org
Thu Aug 8 14:41:39 UTC 2024


On Wed, 7 Aug 2024 20:54:05 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

> Greetings,
> 
> This provides the proper fix for JDK-8335121, which was backed out because it caused a problem running with —ea and — esa.
> 
> The problem arises from the situation where the typeset system serializes primitive types but does not serialize their class loader (i.e. bootloader). 
> 
> Testing: jdk_jfr
> 
> Thanks
> Markus

This pull request has now been integrated.

Changeset: 6a9a867d
Author:    Markus Grönlund <mgronlun at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6a9a867d645b8fe86f4ca2b04a43bf5aa8f9d487
Stats:     14 lines in 2 files changed: 9 ins; 4 del; 1 mod

8337994: [REDO] Native memory leak when not recording any events

Reviewed-by: egahlin

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

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


More information about the hotspot-jfr-dev mailing list