RFR: 8265268: Unify ReservedSpace reservation code in initialize and try_reserve_heap [v2]
Stefan Johansson
sjohanss at openjdk.java.net
Fri Apr 23 08:38:44 UTC 2021
On Thu, 22 Apr 2021 15:07:54 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Stefan Johansson has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Thomas and Ivan review
>
> src/hotspot/share/memory/virtualspace.cpp line 187:
>
>> 185: p2i(base), alignment);
>> 186: } else {
>> 187: if (large_pages_requested()) {
>
> Indentation.
Nice catch Thomas!
-------------
PR: https://git.openjdk.java.net/jdk/pull/3570
More information about the hotspot-dev
mailing list