[foreign-preview] Integrated: 8277601: OptimizedEntryBlob should implement preserve_callee_argument_oops

Jorn Vernee jvernee at openjdk.java.net
Tue Feb 22 16:08:13 UTC 2022


On Tue, 22 Feb 2022 15:19:06 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> Hi,
> 
> preserve_callee_argument_oops is currently not implemented, but it is also never called in practice.
> 
> Rather than leaving the implementation empty, or writing an implementation that is never actually called, this patch adds a `ShouldNotReachHere()` to the implementation so that we fail-fast in the case this function starts being called in the future.
> 
> Thanks,
> Jorn

This pull request has now been integrated.

Changeset: 144af9f4
Author:    Jorn Vernee <jvernee at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/144af9f43cd2d6f88b675b8c85e4034e5b9d6695
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8277601: OptimizedEntryBlob should implement preserve_callee_argument_oops

Reviewed-by: mcimadamore

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

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


More information about the panama-dev mailing list