RFR: 8337331: crash: pinned virtual thread will lead to jvm crash when running with the javaagent option [v11]

Jiawei Tang jwtang at openjdk.org
Tue Aug 6 06:13:32 UTC 2024


On Tue, 6 Aug 2024 04:36:38 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Hello @jia-wei-tang, I see that a `@build jdk.test.lib.util.JavaAgentBuilder` was added in the latest update to the PR. Did that help solve the NoClassDefFoundError you were running into when running those tests? I find it surprising that this specific class is required in the `@build` declaration, since that class itself is part of the `@run` directive.

It cannot solve the NoClassDefFoundError. Should I try to add `@build jdk.test.lib.thread.VThreadPinner`?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20373#discussion_r1704961370


More information about the serviceability-dev mailing list