8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine

Reviewed-by: kvn, vlivanov
This commit is contained in:
Aleksey Shipilev 2019-04-07 13:28:18 +02:00
parent fbb4597b6b
commit 63d8ae233b

View File

@ -1309,7 +1309,7 @@ void MachSpillCopyNode::emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const {
}
uint MachSpillCopyNode::size(PhaseRegAlloc *ra_) const {
return implementation( NULL, ra_, true, NULL );
return MachNode::size(ra_);
}