RFR: JDK-8301187: Memory leaks in OopMapCache

Justin King jcking at openjdk.org
Fri Jan 27 17:11:25 UTC 2023


On Fri, 27 Jan 2023 16:59:08 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Curious, can we estimate how severe the leak is?

Hard for me to tell, personally. Given it has been around for a while, probably low. It seems, based on the stack trace and comments on some of the code, to happen during root scanning on the thread stack during GC? There are other circumstances, but the amount leaked should be relatively low I think.

@coleenp or somebody who knows more than I may have a better idea of when these could be triggered.

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

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


More information about the hotspot-runtime-dev mailing list