RFR: 8253429: Error reporting should report correct state of terminated/aborted threads
Daniel D.Daugherty
dcubed at openjdk.java.net
Wed Sep 30 17:05:56 UTC 2020
On Tue, 29 Sep 2020 15:14:32 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> I prefer no change to this method. I don't see that we need to do anything special even if a ZOMBIE could be
>> encountered.
>
> If Thread::print_on() (and ThreadsSMRSupport::print_info_on(Thread..)) cannot be called for a Zombie thread, I'd prefer
> an assertion testing that.
I think this part is not necessary. Please see my general comment about
the thread closures.
-------------
PR: https://git.openjdk.java.net/jdk/pull/341
More information about the hotspot-runtime-dev
mailing list