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

Wang Huang whuang at openjdk.java.net
Fri Apr 23 02:37:29 UTC 2021


On Thu, 8 Apr 2021 05:22:42 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> 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.

Thank you for your review. `throws Throwable` will be removed in my next commit.

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

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


More information about the hotspot-runtime-dev mailing list