RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v24]

Jorn Vernee jvernee at openjdk.org
Tue May 2 14:06:29 UTC 2023


On Thu, 27 Apr 2023 12:59:33 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert unintended formatting changes. Fix comment.
>
> Adapted for JDK21, now. All tests have passed. My IDE had changed the formatting which is reverted, now. (I've kept the minor formatting changes in TestDontRelease.java because it looks better.)

@TheRealMDoerr I think you already noticed but I have been integrating some followup patches after the JEP was integrated. I've also just integrated: https://github.com/openjdk/jdk/pull/13429 which looks like it has create a merge conflict. The good news is that it should no longer be needed to enable each test on PPC explicitly, as this now happens automatically as a result of adding the `LINUX_PPC_64_LE` constant to the CABI enum.

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

PR Comment: https://git.openjdk.org/jdk/pull/12708#issuecomment-1531528368


More information about the core-libs-dev mailing list