RFR: 8337331: crash: pinned virtual thread will lead to jvm crash when running with the javaagent option [v11]
Jaikiran Pai
jpai at openjdk.org
Tue Aug 6 08:01:32 UTC 2024
On Tue, 6 Aug 2024 07:53:12 GMT, Jiawei Tang <jwtang at openjdk.org> wrote:
>>> Should I try to add @build jdk.test.lib.thread.VThreadPinner?
>>
>> Yes, please give that a try.
>
> It cannot solve the NoClassDefFoundError. Besides, this new testcase is not included in linux-x86 / test (hs/tier1 serviceability).
I see that the `NoClassDefFoundError` failure that you are mentioning is actually being reported even in the GitHub Actions job failures. It does look odd (although might be a pre-known jtreg issue). It will need a bit of investigation to see what's going on.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20373#discussion_r1705086644
More information about the hotspot-dev
mailing list