[foreign-memaccess+abi] Integrated: Add stack walk test case that doesn't verify oops

Jorn Vernee jvernee at openjdk.java.net
Fri Jan 29 17:33:02 UTC 2021


On Wed, 16 Dec 2020 14:25:45 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> This is a followup for the earlier quickfix of: https://github.com/openjdk/panama-foreign/pull/417
> 
> This adds another test case to TestStackWalk that catches the failing code path.
> 
> This re-uses the previously added `WhiteBox::verifyFrames`, and adds a flag to turn off the verification, which triggers the problematic code path. (I've also renamed this to just `walkFrames`, since now we don't always do verification anymore.

This pull request has now been integrated.

Changeset: d207b2cf
Author:    Jorn Vernee <jvernee at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/d207b2cf
Stats:     9 lines in 4 files changed: 3 ins; 0 del; 6 mod

Add stack walk test case that doesn't verify oops

Reviewed-by: vlivanov

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

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


More information about the panama-dev mailing list