RFR: 8261804: Remove field _processing_is_mt, calculate it instead [v2]
Leo Korinth
lkorinth at openjdk.java.net
Thu Feb 25 14:42:42 UTC 2021
On Thu, 25 Feb 2021 11:58:01 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Leo Korinth has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixup suggested by Kim
>
> Please move the implementation of `processing_is_mt` to the .cpp files as @kimbarrett suggested.
>
> Lgtm.
I moved the flag-reading into the .cpp as suggested by Kim. I will not change _discovery_is_mt in this fix; I created https://bugs.openjdk.java.net/browse/JDK-8262367 to possibly fix it in the future.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2704
More information about the hotspot-gc-dev
mailing list