[foreign-memaccess+abi] RFR: 8264280: Foreign linker should be more friendly with implicit scopes (followup)

Jorn Vernee jvernee at openjdk.java.net
Tue Mar 30 15:35:18 UTC 2021


On Tue, 30 Mar 2021 14:09:48 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> test/jdk/java/foreign/TestLibraryLookup.java line 112:
>> 
>>> 110:             if ((segment.address().toRawLongValue() % layout.byteAlignment()) != 0) {
>>> 111:                 fail("Unaligned address");
>>> 112:             }
>> 
>> maybe just use assertFalse here?
>
> why? isn't fail supposed to be exactly that?

Right, the behavior is the same, assertFalse is maybe a little more idiomatic, so I thought not using it might have been an oversight. (I'm just nitpicking though. Feel free to ignore)

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

PR: https://git.openjdk.java.net/panama-foreign/pull/484


More information about the panama-dev mailing list