[jdk21u-dev] RFR: 8337994: [REDO] Native memory leak when not recording any events
Goetz Lindenmaier
goetz at openjdk.org
Thu Dec 12 12:56:39 UTC 2024
On Thu, 24 Oct 2024 13:54:06 GMT, Boris Ulasevich <bulasevich at openjdk.org> wrote:
> (not a clean backport)
> Reworked to avoid https://github.com/openjdk/jdk/pull/17328/files backport
>
> Functional jtreg1-3 tests are Ok.
> Manual testing: the reproducer shows the problem is fixed with the change (see comments below)
There are no fixes for TestChunkIntegrity that are missing in 21: https://github.com/openjdk/jdk/commits/master/test/jdk/jdk/jfr/jvm/TestChunkIntegrity.java .
It seems to be a timing issue, sometimes it passes with the fastdebug for me locally. The nightly tests run under a lot of stress, so timing problems show there more often.
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1095#issuecomment-2538825738
More information about the jdk-updates-dev
mailing list