Integrated: 8283396: Null pointer dereference in loopnode.cpp:2851
Dean Long
dlong at openjdk.java.net
Tue Apr 5 21:11:42 UTC 2022
On Mon, 4 Apr 2022 20:54:40 GMT, Dean Long <dlong at openjdk.org> wrote:
> This fix guards against a possible null pointer dereference in PhaseIdealLoop::create_loop_nest around line 855, where it assumes the result of outer_loop() is not NULL.
This pull request has now been integrated.
Changeset: 500f9a57
Author: Dean Long <dlong at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/500f9a577bd7df1321cb28e69893e84b16857dd3
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8283396: Null pointer dereference in loopnode.cpp:2851
Reviewed-by: chagedorn, kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/8096
More information about the hotspot-compiler-dev
mailing list