RFR: 8264760: JVM crashes when two threads encounter the same resolution error [v3]
David Holmes
dholmes at openjdk.java.net
Thu Apr 8 05:29:10 UTC 2021
On Thu, 8 Apr 2021 04:38:37 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 big will be fixed in the other issue.
>
> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
>
> add throw exception
test/hotspot/jtreg/runtime/Nestmates/membership/TestNestHostErrorWithMultiThread.java line 51:
> 49: public class TestNestHostErrorWithMultiThread {
> 50:
> 51: public static void main(String args[]) throws Throwable {
"throws Throwable" is only necessary if you want unlisted checked exceptions to propagate.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3392
More information about the hotspot-runtime-dev
mailing list