RFR: 8233214: Remove runtime code not needed with CMS removed

Stefan Karlsson stefank at openjdk.java.net
Fri Oct 9 12:57:15 UTC 2020


On Fri, 9 Oct 2020 11:27:00 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This change removes CMS code left over for ClassLoaderData walking.
> Tested with Oracle platforms tier1 and built shenandoah with no errors.

Marked as reviewed by stefank (Reviewer).

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?

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

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


More information about the hotspot-dev mailing list