[jdk17] RFR: 8269594: assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark
Jorn Vernee
jvernee at openjdk.java.net
Tue Jun 29 19:31:12 UTC 2021
On Tue, 29 Jun 2021 16:02:53 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:
> I would like to fix this assertion in jdk17. It was caught in Shenandoah nightly test and hard to reproduce, but fix is simple and low risk.
Looks good to me as well. I also ran into this assert while working on #149 [1]
[1] : https://github.com/openjdk/jdk17/pull/149/files#diff-d61020d12394708828d066d097d823180c01b74d35d4c3e369aead062abc11efR931
-------------
Marked as reviewed by jvernee (Reviewer).
PR: https://git.openjdk.java.net/jdk17/pull/173
More information about the hotspot-runtime-dev
mailing list