thartmann [Mon, 22 May 2017 09:17:32 +0200] rev 45242
8180511: Null pointer dereference in Matcher::ReduceInst()
Summary: Fixed a missing null check on the return value of MachNodeGenerator() found by Parfait.
Reviewed-by: kvn
thartmann [Mon, 22 May 2017 09:16:46 +0200] rev 45241
8180617: Null pointer dereference in InitializeNode::complete_stores
Summary: Fixed a missing null check on the return value of InitializeNode::allocation() found by Parfait.
Reviewed-by: zmajo