8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine
Reviewed-by: kvn, vlivanov
--- 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_);
}