src/hotspot/cpu/x86/x86_32.ad
changeset 54450 8d51a40fbd23
parent 54120 677cede5608e
child 54750 1851a532ddfe
--- 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_);
 }