RFR: 8233214: Remove runtime code not needed with CMS removed [v2]
Coleen Phillimore
coleenp at openjdk.java.net
Fri Oct 9 15:08:22 UTC 2020
On Fri, 9 Oct 2020 12:50:18 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - fix comment
>> - fix comment
>
> 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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/574
More information about the hotspot-dev
mailing list