[foreign-memaccess+abi] Integrated: 8306668: Some foreign tests fail on x86
Maurizio Cimadamore
mcimadamore at openjdk.org
Fri Apr 21 13:30:33 UTC 2023
On Fri, 21 Apr 2023 10:09:08 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> Some foreign tests fail on x86, as a result of the changes in https://github.com/openjdk/panama-foreign/pull/775.
> This patch reverts the `long` -> `int` conversion logic in `Utils`, and it also fixes the following:
> * a new microbenchmark fails compilation on x86 because of a bad cast from pointer to long
> * exclude WindowsCallArrangerTest on x86
>
> I've tested this by building (and testing) a 32-bit JDK on my Linux x64 using `--with-target-bits=32`.
This pull request has now been integrated.
Changeset: c4853fdd
Author: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL: https://git.openjdk.org/panama-foreign/commit/c4853fddf738682d7851ea96d6bd55d557763eda
Stats: 9 lines in 3 files changed: 4 ins; 0 del; 5 mod
8306668: Some foreign tests fail on x86
Reviewed-by: jvernee
-------------
PR: https://git.openjdk.org/panama-foreign/pull/828
More information about the panama-dev
mailing list