RFR: 8264760: JVM crashes when two threads encounter the same resolution error [v6]

Harold Seigel hseigel at openjdk.java.net
Fri Apr 30 13:09:55 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

test/hotspot/jtreg/runtime/Nestmates/membership/TestNestHostErrorWithMultiThread.java line 34:

> 32:  * @run main TestNestHostErrorWithMultiThread
> 33:  */
> 34: 

Please add a comment here that HostNoNestMember.jcod must be compiled after HostNoNestMember.java because the class file from the jcod file must replace the HostNoNestMember class file generated from HostNoNestMember.java.

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

PR: https://git.openjdk.java.net/jdk/pull/3392


More information about the hotspot-runtime-dev mailing list