Integrated: JDK-8264517: C2: make MachCallNode::return_value_is_used() only available for x86
Tobias Holenstein
github.com+71546117+tobiasholenstein at openjdk.java.net
Fri Sep 10 07:46:05 UTC 2021
On Thu, 9 Sep 2021 07:27:09 GMT, Tobias Holenstein <github.com+71546117+tobiasholenstein at openjdk.org> wrote:
> Added #ifndef _LP64 guard to the MachCallNode::return_value_is_used() method in src/hotspot/share/opto/machnode.* because it is only used for 32-bit x86.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: 792281d5
Author: Tobias Holenstein <tobias.holenstein at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/792281d559ca1f01493775fdfc2a6ed09b3b883d
Stats: 4 lines in 2 files changed: 2 ins; 1 del; 1 mod
8264517: C2: make MachCallNode::return_value_is_used() only available for x86
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/5435
More information about the hotspot-compiler-dev
mailing list