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
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
uvangapally [Fri, 19 May 2017 15:32:17 +0530] rev 45239
8175845: Provide javadoc descriptions for jdk.hotspot.agent module
Summary: Added description for jdk.hotspot.agent module
Reviewed-by: mchung