[code-reflection] RFR: Bytecode round 10 [v3]

Adam Sotona asotona at openjdk.org
Fri Aug 16 16:58:58 UTC 2024


On Fri, 16 Aug 2024 16:34:03 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Right, it does not happen.
>> I added it intuitively as looping to bci 0 is frequent in the bytecode.
>
> Interesting. I suppose when lifting such cases you have to create a block (with possible parameters) that the entry block unconditionally branches too.

Yes, in such cases an explicit method entry stack map frame triggers a new block with implicit branch from the entry block.

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

PR Review Comment: https://git.openjdk.org/babylon/pull/215#discussion_r1720089309


More information about the babylon-dev mailing list