RFR: 8260264: Move common os_<unix> inline methods to a common posix source file [v2]

Harold Seigel hseigel at openjdk.java.net
Thu Jan 28 21:24:00 UTC 2021


On Thu, 28 Jan 2021 21:16:18 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> Harold Seigel has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8260264: restore stack APIs, move ftruncate and numa APIs
>
> Marked as reviewed by iklam (Reviewer).

Thanks Ioi, David, and Coleen for looking at this change.

I updated the change to restore the guard-page and shadow-page functions to their OS specific header files, restored lseek to lseek64 for non-BSD platforms in os_posix.inline.hpp, and consolidated ftruncate() and the numa functions into os_posix.inline.hpp.

Harold

-------------

PR: https://git.openjdk.java.net/jdk/pull/2267


More information about the hotspot-runtime-dev mailing list