8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine
authorshade
Sun, 07 Apr 2019 13:28:18 +0200
changeset 54450 8d51a40fbd23
parent 54449 ac4b327623f6
child 54451 40658cb7f47a
8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine Reviewed-by: kvn, vlivanov
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_);
 }