RFR: JDK-8264517: C2: make MachCallNode::return_value_is_used() only available for x86

Tobias Hartmann thartmann at openjdk.java.net
Fri Sep 10 05:59:00 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

Looks good to me too.

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

Marked as reviewed by thartmann (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5435


More information about the hotspot-compiler-dev mailing list