RFR: JDK-8297309: Memory leak in ShenandoahFullGC
Aleksey Shipilev
shade at openjdk.org
Mon Nov 21 10:44:22 UTC 2022
On Mon, 21 Nov 2022 04:25:13 GMT, Justin King <jcking at openjdk.org> wrote:
> Signed-off-by: Justin King <jcking at google.com>
I thought `ShenandoahFullGC` is eternal, but apparently we create it as scoped object every time we need to go for Full GC. Oof.
Looks good!
-------------
Marked as reviewed by shade (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11255
More information about the hotspot-gc-dev
mailing list