commit | 71ef7bf09855deb3cbd9a2c1903f8312d0d122cd | [log] [tgz] |
---|---|---|
author | Tobias Hartmann <thartmann@openjdk.org> | Mon May 22 09:23:59 2017 +0200 |
committer | Tobias Hartmann <thartmann@openjdk.org> | Mon May 22 09:23:59 2017 +0200 |
tree | b4d1ce3e7212f0175412bba58500cbfba4c18cc6 | |
parent | a645d30330cc250336f463909cf932f5ae93bfe6 [diff] |
8180575: Null pointer dereference in LoadNode::Identity() Fixed a missing null check on the return value of AddPNode::Ideal_base_and_offset() found by Parfait. Reviewed-by: kvn