RFR: 8253639: Change os::attempt_reserve_memory_at parameter order
Thomas Schatzl
tschatzl at openjdk.java.net
Fri Sep 25 15:10:22 UTC 2020
On Fri, 25 Sep 2020 13:26:30 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
> I propose that we change the parameter order from:
> os::attempt_reserve_memory_at(size, addr, <extra params>)
>
> to:
> os::attempt_reserve_memory_at(addr, size, <extra params>)
>
> This patch builds upon the changes in pull/357. There's currently no way to create an incremental review, but I want to
> get this out for review now. So, unfortunately you have to ignore the first commit and look at the second commit.
Parameter reordering looks good.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/359
More information about the hotspot-dev
mailing list