RFR: 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
Kim Barrett
kim.barrett at oracle.com
Thu Oct 24 19:26:09 UTC 2019
> On Oct 24, 2019, at 2:03 PM, Leo Korinth <leo.korinth at oracle.com> wrote:
>
> Fixes after suggestions from Coleen, David, Erik, Igor and Kim:
>
> http://cr.openjdk.java.net/~lkorinth/8232365/00_01/ (incremental)
> http://cr.openjdk.java.net/~lkorinth/8232365/01/ (full)
Looks good.
One tiny nit in a comment. I don't need a new webrev for this:
src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp
301 * in the nursery, this would happen for humongous objects.
Change "," to ";".
More information about the hotspot-dev
mailing list