RFR: 8298377: JfrVframeStream causes deadlocks in ZGC
Erik Österlund
eosterlund at openjdk.org
Tue Dec 20 06:03:47 UTC 2022
On Mon, 19 Dec 2022 16:31:18 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:
> I would prefer if this problem could be solved without introducing an association to the event type. It is a solution that would work ok with the current implementation, but with future, upcoming implementations, it will be more challenging to maintain the association with the event type.
In my proposed solution there is no association to the event type. We just say the stack shouldn't be parsed during stack watermark processing, whatever events might be interested in doing so.
-------------
PR: https://git.openjdk.org/jdk/pull/11586
More information about the hotspot-dev
mailing list