[foreign-preview] RFR: Remove workarounds for issue surrounding upcalls and deoptimizations. [v2]

Jorn Vernee jvernee at openjdk.java.net
Mon Jan 31 14:45:42 UTC 2022


> Please review this patch which removes the (partial) workaround in aarch64 upcall code for spilling the receiver during a deopt. This has been properly fixed in the mainline by: https://github.com/openjdk/jdk/pull/6522 instead.
> 
> It also restores the lazy-customization behavior of upcalls which was removed to work around the same issue (originally added by: https://github.com/openjdk/panama-foreign/pull/553).
> 
> Thanks,
> Jorn

Jorn Vernee has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:

 - Rebase fixes
 - Remove deopt spill space from aarch64 as well
 - Re-drop ensureCustomized

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

Changes: https://git.openjdk.java.net/panama-foreign/pull/625/files
 Webrev: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=625&range=01
  Stats: 25 lines in 4 files changed: 1 ins; 22 del; 2 mod
  Patch: https://git.openjdk.java.net/panama-foreign/pull/625.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/625/head:pull/625

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


More information about the panama-dev mailing list