RFR: 8332362: Implement os::committed_in_range for MacOS and AIX [v3]

Robert Toyonaga duke at openjdk.org
Tue Jun 11 21:46:35 UTC 2024


On Tue, 11 Jun 2024 13:49:29 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Robert Toyonaga has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix mincore argument type for aix. Shorten typedefs for various platforms.
>
> src/hotspot/os/posix/os_posix.cpp line 102:
> 
>> 100: typedef char mincore_vec_t;
>> 101: #endif
>> 102: 
> 
> Proposal, shorter
> 
> typedef LINUX_ONLY(unsigned) char mincore_vec_t;

applied!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19455#discussion_r1635511118


More information about the hotspot-runtime-dev mailing list