Integrated: 8263769: simplify PhaseMacroExpand::extract_call_projections()
Xin Liu
xliu at openjdk.java.net
Mon Mar 29 06:42:37 UTC 2021
On Sun, 21 Mar 2021 00:34:51 GMT, Xin Liu <xliu at openjdk.org> wrote:
> PhaseMacroExpand::extract_call_projections(macro.cpp) is almost identical to
> CallNode::extract_projections(callnode.cpp). The implementation can be replaced
> by CallNode::extract_projections.
This pull request has now been integrated.
Changeset: 447e0dfe
Author: Xin Liu <xliu at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/447e0dfe
Stats: 178 lines in 3 files changed: 0 ins; 64 del; 114 mod
8263769: simplify PhaseMacroExpand::extract_call_projections()
Reviewed-by: vlivanov, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/3105
More information about the hotspot-compiler-dev
mailing list