Integrated: 8265932: Move safepoint related fields from class Thread to JavaThread
Patricio Chilano Mateo
pchilanomate at openjdk.java.net
Tue Apr 27 16:56:39 UTC 2021
On Mon, 26 Apr 2021 15:01:41 GMT, Patricio Chilano Mateo <pchilanomate at openjdk.org> wrote:
> Hi,
>
> Please review the following change. A left over from 8265453 was moving _poll_data from class Thread to JavaThread. There are also other fields like _no_safepoint_count and _visited_for_critical_count that should be moved.
> Tested in mach5 tiers 1-5. Tested it builds ppc, arm and s390. Tested it builds in release, optimized and fastdebug modes.
>
> Thanks,
> Patricio
This pull request has now been integrated.
Changeset: 5634f206
Author: Patricio Chilano Mateo <pchilanomate at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/5634f206
Stats: 239 lines in 30 files changed: 90 ins; 100 del; 49 mod
8265932: Move safepoint related fields from class Thread to JavaThread
Reviewed-by: coleenp, dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/3695
More information about the hotspot-runtime-dev
mailing list