RFR: 8217503: ZGC: Fix fall through bug in ZBarrierSetC2::escape_add_final_edges()

Per Liden per.liden at oracle.com
Tue Jan 22 09:56:02 UTC 2019


The switch statement in ZBarrierSetC2::escape_add_final_edges() has a 
fall through bug, letting the 
Op_LoadBarrierSlowReg/Op_LoadBarrierWeakSlowReg case fall through into 
the Op_Proj case.

Bug: https://bugs.openjdk.java.net/browse/JDK-8217503
Webrev: http://cr.openjdk.java.net/~pliden/8217503/webrev.0

/Per



More information about the hotspot-gc-dev mailing list