RFR: 8337331: crash: pinned virtual thread will lead to jvm crash when running with the javaagent option [v2]
Alan Bateman
alanb at openjdk.org
Mon Jul 29 10:42:30 UTC 2024
On Mon, 29 Jul 2024 10:09:36 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Can we not just preload the problematic class so that it won't happen during the transition?
It's potentially dozens of classes as it's everything to support the StackWalker API, stream pipelines, and printing code. This diagnostic option is effectively incompatible with the agents that enable the CFLH event. It has other issues and is really a left over from early development. It has been removed in the loom repo, in favour of better JFR events.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20373#issuecomment-2255588034
More information about the serviceability-dev
mailing list