RFR(XS) JDK-8013830: [parfait] Uninitialised pointer 'Reachblock' may be used as argument

Niclas Adlertz niclas.adlertz at oracle.com
Mon Oct 7 07:00:12 PDT 2013


Hi all,

The uninitialized pointer 'Reachblock' can be replaced with NULL at the call since the node we are re-materializing will not have any live range input (because of contains_no_live_range_input(def)).

WEBREV: http://cr.openjdk.java.net/~adlertz/JDK-8013830/webrev00/
JBS: https://bugs.openjdk.java.net/browse/JDK-8013830

Kind Regards,
Niclas Adlertz



More information about the hotspot-compiler-dev mailing list