RFR: 8261804: Remove field _processing_is_mt, calculate it instead [v2]

Kim Barrett kbarrett at openjdk.java.net
Fri Feb 26 20:05:49 UTC 2021


On Thu, 25 Feb 2021 14:35:08 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:

>> In the reference processor, remove _processing_is_mt. Instead calculate its value in its accessor, processing_is_mt().
>> 
>> This change will remove some state, make RefProcMTDegreeAdjuster a bit simpler and make it much easier to derive when processing is indeed multi threaded.
>
> Leo Korinth has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixup suggested by Kim

Marked as reviewed by kbarrett (Reviewer).

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

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



More information about the hotspot-gc-dev mailing list