RFR: Shenandoah unified logging
Aleksey Shipilev
shade at openjdk.org
Tue Sep 6 16:33:39 UTC 2022
On Fri, 2 Sep 2022 23:19:11 GMT, cfumiwu <duke at openjdk.org> wrote:
> Writing the Shenandoah log file to the log stream without creating a new stream for it.
Yes, see how UL is more convenient than ad-hoc logging system :)
src/hotspot/share/gc/shenandoah/shenandoahHeapRegionCounters.cpp line 103:
> 101: }
> 102: ls.cr();
> 103: }
I think the indenting style is 2 spaces.
-------------
Marked as reviewed by shade (Committer).
PR: https://git.openjdk.org/shenandoah/pull/162
More information about the shenandoah-dev
mailing list