RFR (M): 8151171: Bring g1ConcurrentMark files up to current coding conventions
Thomas Schatzl
thomas.schatzl at oracle.com
Wed Mar 28 12:21:39 UTC 2018
Hi Stefan,
On Wed, 2018-03-28 at 13:26 +0200, Stefan Johansson wrote:
> Hi Thomas,
>
> Very nice cleanup.
thanks for your review.
>
> On 2018-03-26 17:14, Thomas Schatzl wrote:
> > Hi all,
> >
> > can I have reviews for this mostly renaming patch that cleans up
> > g1ConcurrentMark files (once again *sigh*).
> >
> > Changes:
> > - camelCase variable and method naming
> > - missing brackets around one-line if-statement bodies.
> > - method naming (getters/setters)
> > - use _g1h member variable instead of _g1 or another method local
> > variable as discussed earlier
> > - use assert_at_safepoint* macros
> > - remove incomprehensible comments
> > - changed "CheckPointRoots" to "Remark" throughout
> > ...
> >
> > CR:
> > https://bugs.openjdk.java.net/browse/JDK-8151171
> > Webrev:
> > http://cr.openjdk.java.net/~tschatzl/8151171/webrev
>
> Looks good, just to have one comment ;)
> src/hotspot/share/gc/g1/concurrentMarkThread.cpp
> 331 CMRemark final_cl(_cm);
> 362 CMCleanup cl_cl(_cm);
>
> Rename the instances to remark and cleanup.
:) Done.
http://cr.openjdk.java.net/~tschatzl/8151171/webrev.0_to_1 (diff)
http://cr.openjdk.java.net/~tschatzl/8151171/webrev.1 (full)
I found some more (very minor) renaming work to be done in
concurrentMarkThread.[hc]pp. Nothing really fancy.
Thanks,
Thomas
More information about the hotspot-gc-dev
mailing list