RFR: 8160404: RelocationHolder constructors have bugs [v2]
Stefan Karlsson
stefank at openjdk.org
Tue Dec 13 12:41:43 UTC 2022
On Mon, 12 Dec 2022 17:51:50 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> src/hotspot/share/code/relocInfo.cpp line 39:
>>
>>> 37: #include "utilities/copy.hpp"
>>> 38: #include <new>
>>> 39: #include <type_traits>
>>
>> Please add an empty blank line between HotSpot includes and system includes. We don't explicitly state this, but this was the style that we generated when IncludeDB was removed.
>
> Done.
Thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/11618
More information about the hotspot-compiler-dev
mailing list