RFR: 8309475: Test java/foreign/TestByteBuffer.java fails: a problem with msync (aix) [v2]

Martin Doerr mdoerr at openjdk.org
Mon Aug 14 18:46:12 UTC 2023


On Mon, 14 Aug 2023 18:14:05 GMT, Tyler Steele <tsteele at openjdk.org> wrote:

>> My change should fix this issue, but our 17.1 build is not working at the moment. Can you  confirm whether [this little change](https://github.com/openjdk/jdk/pull/14964/commits/756720067ade3595b793647633c38d39aa8ce26c) fixed the issue?
>
> Oh, I guess you already did :-)

MappedMemoryUtils.c:140:32: error: ordered comparison between pointer and integer ('void *' and 'unsigned long') [-Werror]
                   end_address <= (uint64_t)map_entry->pr_vaddr + map_entry->pr_size) {
                   ~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14964#discussion_r1293840774


More information about the nio-dev mailing list