Integrated: 8272050: typo in MachSpillCopyNode::implementation after JDK-8131362
Dean Long
dlong at openjdk.java.net
Tue Aug 10 21:33:29 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.
This pull request has now been integrated.
Changeset: 2a9acc31
Author: Dean Long <dlong at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/2a9acc31b824ed964dfa2126bc5a859c79532d50
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8272050: typo in MachSpillCopyNode::implementation after JDK-8131362
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/5060
More information about the hotspot-compiler-dev
mailing list