Integrated: 7903572: JMH: mempool should capture Direct/Mapped memory pools as well

Alexey Vinogradov duke at openjdk.org
Mon Oct 23 08:41:03 UTC 2023


On Tue, 10 Oct 2023 05:09:55 GMT, Alexey Vinogradov <duke at openjdk.org> wrote:

> In this PR I am adding the support for Direct/Mapped Memory pools in the `MemPoolProfiler`.
> In my case, it was needed because I suppose a memory leak in the third-party library that unmaps `MappedByteBuffer`.

This pull request has now been integrated.

Changeset: f1c70920
Author:    Alexey Vinogradov <vinogradov.a.i.93 at gmail.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jmh/commit/f1c709206518cdd9b686404944d7fa390e7c979f
Stats:     7 lines in 1 file changed: 7 ins; 0 del; 0 mod

7903572: JMH: mempool should capture Direct/Mapped memory pools as well

Reviewed-by: shade

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

PR: https://git.openjdk.org/jmh/pull/124


More information about the jmh-dev mailing list