RFR: 8308645: Javadoc of FFM API needs to be refreshed [v4]
Jorn Vernee
jvernee at openjdk.org
Thu Jun 8 20:24:54 UTC 2023
On Thu, 1 Jun 2023 20:06:32 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix wrong link in layout well-formedness doc
>
> test/jdk/java/foreign/TestLayoutPaths.java line 125:
>
>> 123: }
>> 124:
>> 125: public void testByteOffsetHandleRange() {
>
> Missing `@Test`?
FWIW, it looks like this needs `@Test(expectedExceptions = IllegalArgumentException.class)` since range elements are not allowed for `byteOffsetHandle`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14098#discussion_r1223511154
More information about the core-libs-dev
mailing list