RFR: 8251158: Implementation of JEP 387: Elastic Metaspace [v9]
Richard Reingruber
rrich at openjdk.java.net
Mon Oct 5 08:14:40 UTC 2020
On Sun, 4 Oct 2020 08:06:36 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
>>> Let us ship this. Thanks for all your great work, great presentations and for doing all the tedious fixes.
>>>
>>> /Leo
>>
>> Great, thank you too for your thorough review work!
>
> Hi Thomas, I'm currently working on a review. There are still many sections where you separate 2 lines of code with an
> empty line. My review is filling up with comments on that. I'm afraid this will hide the few other/real points
> therefore I'll stop annotating empty lines. Instead I'd like to ask you to look over each file changed (you cannot see
> it always in the diff on Github) and remove as many empty lines as possible to better match the existing style.
> `virtualSpaceNode.cpp` would be a good file to start with (e.g. lines 106 and following, 280 and following). You could
> also grep for { followed by an empty line and } proceeded by an empty line. Thanks, Richard.
>
>
> _Mailing list message from [Thomas St��fe](mailto:thomas.stuefe at gmail.com) on
> [hotspot-gc-dev](mailto:hotspot-gc-dev at openjdk.java.net):_
> > <snip>
> > If it is important to you I will remove the empty lines even though I
> > think it hurts readability. But I am eager to ship this PR, so please let
> > us concentrate on real issues. If you have still concerns let us discuss
> > those.
>
> Okay, I removed some empty lines to move forward.
>
> Thanks, Thomas
>
> >
Thank's for doing it,
Richard.
-------------
PR: https://git.openjdk.java.net/jdk/pull/336
More information about the hotspot-gc-dev
mailing list