[lworld] Integrated: 8257579: [lworld] C2 compilation fails because ret_addr_offset() is not within emitted code
Tobias Hartmann
thartmann at openjdk.java.net
Tue Dec 8 14:53:28 UTC 2020
On Tue, 8 Dec 2020 13:50:41 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> `PhaseMacroExpand::expand_mh_intrinsic_return` emits a `CallLeafNoFPNode` with `_enty_point == NULL` which is mapped to an indirect call. The instruction size in `MachCallRuntimeNode::ret_addr_offset` needs to be adjusted accordingly.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: 1a7dcb4e
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/1a7dcb4e
Stats: 7 lines in 2 files changed: 5 ins; 2 del; 0 mod
8257579: [lworld] C2 compilation fails because ret_addr_offset() is not within emitted code
-------------
PR: https://git.openjdk.java.net/valhalla/pull/298
More information about the valhalla-dev
mailing list