Integrated: 8275950: Use only _thread_in_vm in ~ThreadBlockInVMPreprocess()

Patricio Chilano Mateo pchilanomate at openjdk.java.net
Mon Nov 1 15:30:22 UTC 2021


On Tue, 26 Oct 2021 18:07:39 GMT, Patricio Chilano Mateo <pchilanomate at openjdk.org> wrote:

> Please review this small change. Since _thread_in_vm is already an unsafe state there is no need to use the intermediate _thread_blocked_trans state when transitioning back in ~ThreadBlockInVMPreprocess(). Tested tiers1-3 in mach5.
> 
> Thanks,
> Patricio

This pull request has now been integrated.

Changeset: f55e68c9
Author:    Patricio Chilano Mateo <pchilanomate at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f55e68c92924bb70471a4851f616d4c3065ffa92
Stats:     13 lines in 3 files changed: 0 ins; 10 del; 3 mod

8275950: Use only _thread_in_vm in ~ThreadBlockInVMPreprocess()

Reviewed-by: dholmes, dcubed

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

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


More information about the hotspot-runtime-dev mailing list