RFR: 8304265: Implementation of Foreign Function and Memory API (Third Preview) [v20]
Per Minborg
pminborg at openjdk.org
Wed Apr 12 07:21:49 UTC 2023
On Tue, 11 Apr 2023 17:48:37 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> Per Minborg has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - 8305369: Issues in zero-length memory segment javadoc section
>> - 8305087: MemoryLayout API checks should be more eager
>
> test/jdk/java/foreign/TestByteBuffer.java line 317:
>
>> 315:
>> 316: @Test
>> 317: public void testMappedSegmentAsByteBuffer() throws Throwable {
>
> While testing something else, I noticed that this test is failing on Linux/WSL since the WSL 1 kernel does not implement `mincore`. We can simply skip the test in that case, as we already do for other tests. I've submitted a patch here: https://github.com/minborg/jdk/pull/2
Thanks for providing this patch @JornVernee
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13079#discussion_r1163721611
More information about the nio-dev
mailing list