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
thartmann [Mon, 22 May 2017 09:14:10 +0200] rev 45240
8180565: Null pointer dereferences of ConstMethod::method()
Summary: We need to check ConstMethod::method() for NULL before dereferencing.
Reviewed-by: kvn, iignatyev