# HG changeset patch # User shade # Date 1554636498 -7200 # Node ID 8d51a40fbd234d0c8228b191f47dd1a06c62a294 # Parent ac4b327623f67d126c57397d2045e73a376c09cd 8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine Reviewed-by: kvn, vlivanov diff -r ac4b327623f6 -r 8d51a40fbd23 src/hotspot/cpu/x86/x86_32.ad --- 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_); }