Integrated: Note frames that are on the heap, rather than addressing mode

Coleen Phillimore coleenp at openjdk.java.net
Thu Mar 17 18:42:22 UTC 2022


On Wed, 16 Mar 2022 14:27:33 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> ... for interpreted frames.
> This changes "addressing mode" to a boolean whether the frame is on the heap instead.  The compiler frames don't have code that uses the relative offsets but the frames can be marked as on-heap anyway.
> There's one place that I passed false, not sure if that's right.
> Not urgent to code review.
> Tested with: alias loomjprt='mach5 --patch-based --extra-src-dirs /scratch/cphillim/hg/jdk-loom -j loom-tier1,loom-tier2,loom-tier3'

This pull request has now been integrated.

Changeset: d405b732
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.java.net/loom/commit/d405b73268a508f4a69ad1dcec6f67d8f3f2b8f7
Stats:     154 lines in 20 files changed: 18 ins; 51 del; 85 mod

Note frames that are on the heap, rather than addressing mode

Reviewed-by: rpressler

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

PR: https://git.openjdk.java.net/loom/pull/106


More information about the loom-dev mailing list