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

Ron Pressler rpressler at openjdk.java.net
Wed Mar 16 16:55:04 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'

Marked as reviewed by rpressler (Lead).

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

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


More information about the loom-dev mailing list