[foreign-abi] RFR: 8251047: GC stackwalking doesn't work when intrinsics are enabled (followup) [v4]

Jorn Vernee jvernee at openjdk.java.net
Wed Sep 2 09:23:01 UTC 2020


> Hi,
> 
> This PR is a followup on the earlier https://github.com/openjdk/panama-foreign/pull/279 PR. It adds a jtreg test that
> stresses the problematic stack walking fixed in the previous PR, and in particular the use-case that was failing.
> This relies on a new WhiteBox API to manually (and reliably) trigger stack frame walking and verification.
> 
> Thanks,
> Jorn

Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:

  Make verifyFrame logging optional

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

Changes:
  - all: https://git.openjdk.java.net/panama-foreign/pull/294/files
  - new: https://git.openjdk.java.net/panama-foreign/pull/294/files/94157625..81c4ba76

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=294&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=294&range=02-03

  Stats: 16 lines in 3 files changed: 8 ins; 0 del; 8 mod
  Patch: https://git.openjdk.java.net/panama-foreign/pull/294.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/294/head:pull/294

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


More information about the panama-dev mailing list