RFR: 8272050: typo in MachSpillCopyNode::implementation after JDK-8131362

Tobias Hartmann thartmann at openjdk.java.net
Tue Aug 10 06:32:31 UTC 2021


On Mon, 9 Aug 2021 21:32:45 GMT, Dean Long <dlong at openjdk.org> wrote:

> After refactoring done by JDK-8131362, the fpr --> fpr case now checks "cbuf" instead of "is64" when it decides between fmovd and fmovs. But since this is register to register, it appears to be harmless.

Marked as reviewed by thartmann (Reviewer).

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

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


More information about the hotspot-compiler-dev mailing list