RFR: 8233214: Remove runtime code not needed with CMS removed [v2]
Coleen Phillimore
coleenp at openjdk.java.net
Fri Oct 9 15:08:23 UTC 2020
On Fri, 9 Oct 2020 14:59:16 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> src/hotspot/share/classfile/classLoaderData.hpp line 127:
>>
>>> 125: // Remembered sets support for the oops in the class loader data.
>>> 126: bool _modified_oops; // Card Table Equivalent (YC/CMS support)
>>> 127: bool _accumulated_modified_oops; // Mod Union Equivalent (CMS support)
>>
>> Maybe remove the 'CMS support' comment on line 126?
>
> Ok, can remove that too.
How about?:
bool _modified_oops; // Card Table Equivalent
I lined up the // also.
-------------
PR: https://git.openjdk.java.net/jdk/pull/574
More information about the hotspot-dev
mailing list