RFR: 8289925: Shared code shouldn't reference the platform specific method frame::interpreter_frame_last_sp() [v2]

Dean Long dlong at openjdk.org
Thu Jul 28 09:51:17 UTC 2022


On Wed, 27 Jul 2022 08:21:24 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

> I'd think any address within the frame is good for calling
Continuation::get_continuation_entry_for_sp().

Given the fact that Continuation::is_frame_in_continuation() uses f.unextended_sp(), and it is called for interpreted frames, I would tentatively agree, but let's see what @pron says.

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

PR: https://git.openjdk.org/jdk/pull/9411


More information about the hotspot-compiler-dev mailing list