RFR: 8264760: JVM crashes when two threads encounter the same resolution error [v6]
David Holmes
dholmes at openjdk.java.net
Fri Apr 30 05:32:53 UTC 2021
On Fri, 30 Apr 2021 03:34:22 GMT, Wang Huang <whuang at openjdk.org> wrote:
>> As shown in JDK-8264760, I changed notes with @dholmes-ora and only fixed this issue by deleting the assert. ~~The other whole bigger issue will be fixed in the other issue.~~
>
> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
>
> fix crash problem
I don't see exactly why the lack of join() would lead to the test failure, but doing the join() is cleaner and consistent with what other tests do.
Thanks,
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3392
More information about the hotspot-runtime-dev
mailing list