Integrated: 8289003: JavaThread::check_is_terminated() implementation should rely on Thread-SMR

Daniel D. Daugherty dcubed at openjdk.org
Sat Jul 16 13:21:09 UTC 2022


On Thu, 14 Jul 2022 21:50:04 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

> A small fix to change `JavaThread::check_is_terminated()` to rely on Thread-SMR.
> The change is textually trivial, but requires a bit of thinking about the JavaThread
> lifecycle. Since this is a cleanup of some old Thread-SMR related changes, I also
> took the time to cleanup some comments and white space while I was visiting the
> uses of `_vm_exited`.
> 
> Mach5 Tier1 has no related failures. Mach5 Tier[23] testing has just started.

This pull request has now been integrated.

Changeset: 441c33f0
Author:    Daniel D. Daugherty <dcubed at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/441c33f0b1e970c82d29a67162e6dceed0fbf44a
Stats:     10 lines in 3 files changed: 1 ins; 2 del; 7 mod

8289003: JavaThread::check_is_terminated() implementation should rely on Thread-SMR

Reviewed-by: dholmes, pchilanomate

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

PR: https://git.openjdk.org/jdk/pull/9502


More information about the hotspot-runtime-dev mailing list