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

Dean Long dlong at openjdk.java.net
Tue Aug 10 21:33:28 UTC 2021


On Tue, 10 Aug 2021 06:30:01 GMT, Tobias Hartmann <thartmann 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).

Thanks for the reviews, @TobiHartmann and @vnkozlov.

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

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


More information about the hotspot-compiler-dev mailing list