RFR: 8286304: Removal of diagnostic flag GCParallelVerificationEnabled [v2]
Thomas Schatzl
tschatzl at openjdk.java.net
Tue May 24 09:06:24 UTC 2022
On Tue, 24 May 2022 08:56:48 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Hi all,
>>
>> can I get your opinion about this change, if you think it's worth doing, and if so, a review for it?
>>
>> If the change goes forward, I will do a release note. Since this is a diagnostic flag, there is no CSR required.
>>
>> I grepped sources for that flag, it seems to be only used in these two places.
>>
>> Testing: local compilation
>>
>> Thanks,
>> Thomas
>
> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>
> Removal
After some internal discussion we agreed to remove this flag completely. It's use is very limited, and in most cases simply complicates code (only a little).
-------------
PR: https://git.openjdk.java.net/jdk/pull/8813
More information about the hotspot-gc-dev
mailing list