RFR: 8265932: Move safepoint related fields from class Thread to JavaThread

Coleen Phillimore coleenp at openjdk.java.net
Mon Apr 26 20:10:35 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

Looks good to me!

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

Marked as reviewed by coleenp (Reviewer).

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


More information about the hotspot-runtime-dev mailing list