RFR: 8215547: ZGC: Fix incorrect match rule for loadBarrierWeakSlowRegNoVec
Per Liden
per.liden at oracle.com
Tue Dec 18 09:45:21 UTC 2018
The AD matching for loadBarrierWeakSlowRegNoVec is incorrect. It should
match against a LoadBarrierWeakSlowReg, not LoadBarrierSlowReg.
Also the format lines for loadBarrier*SlowRegXmmAndYmm are missing the
"AndYmm" part.
Bug: https://bugs.openjdk.java.net/browse/JDK-8215547
Webrev: http://cr.openjdk.java.net/~pliden/8215547/webrev.0
/Per
More information about the hotspot-compiler-dev
mailing list