changeset 54450:8d51a40fbd23

8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine Reviewed-by: kvn, vlivanov
author shade
date Sun, 07 Apr 2019 13:28:18 +0200
parents ac4b327623f6
children 40658cb7f47a
files src/hotspot/cpu/x86/x86_32.ad
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/hotspot/cpu/x86/x86_32.ad	Sun Apr 07 13:28:18 2019 +0200
+++ b/src/hotspot/cpu/x86/x86_32.ad	Sun Apr 07 13:28:18 2019 +0200
@@ -1309,7 +1309,7 @@
 }
 
 uint MachSpillCopyNode::size(PhaseRegAlloc *ra_) const {
-  return implementation( NULL, ra_, true, NULL );
+  return MachNode::size(ra_);
 }