Withdrawn: 8268178: Extract sender frame parsing to CodeBlob::FrameParser
Ludovic Henry
luhenry at openjdk.java.net
Tue Jun 8 15:12:19 UTC 2021
On Thu, 3 Jun 2021 14:25:15 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:
> Whether and how a frame is setup is controlled by the code generator
> for the specific CodeBlock. The CodeBlock is then in the best place to know how
> to parse the sender's frame from the current frame in the given CodeBlock.
>
> This refactoring proposes to extract this parsing out of `frame` and into a
> `CodeBlock::FrameParser`. This FrameParser is then specialized in the relevant
> inherited children of CodeBlock.
>
> This change is to largely facilitate adding new supported cases for JDK-8252417 [1]
> like runtime stubs.
>
> [1] https://bugs.openjdk.java.net/browse/JDK-8252417
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4337
More information about the hotspot-dev
mailing list