[foreign-memaccess+abi] RFR: 8258238: Some jextract samples crash with: "updating map that does not need updating"

Jorn Vernee jvernee at openjdk.java.net
Thu Jan 28 15:13:59 UTC 2021


Hi,

This PR applies the same fix we did for x86 in [1] to frame_aarch64, which sees the same issue. The test for this issue is found at [2], which is still under review as well.

Thanks,
Jorn

[1] : https://github.com/openjdk/panama-foreign/pull/417
[2] : https://github.com/openjdk/panama-foreign/pull/423

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

Commit messages:
 - Apply same update_map() check in frame_aarch64.cpp

Changes: https://git.openjdk.java.net/panama-foreign/pull/441/files
 Webrev: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=441&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8258238
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/panama-foreign/pull/441.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/441/head:pull/441

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


More information about the panama-dev mailing list