[jdk17] Integrated: 8268369: SIGSEGV in PhaseCFG::implicit_null_check due to missing null check

Tobias Hartmann thartmann at openjdk.java.net
Tue Jul 6 05:47:52 UTC 2021


On Mon, 5 Jul 2021 11:46:41 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> I've missed a null check with [JDK-8266480](https://bugs.openjdk.java.net/browse/JDK-8266480), `ctrl` can be `NULL` (the comment above even says so).
> 
> Thanks,
> Tobias

This pull request has now been integrated.

Changeset: 4ad8b044
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.java.net/jdk17/commit/4ad8b04421f3142c396ade26f36334da7a915b5b
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8268369: SIGSEGV in PhaseCFG::implicit_null_check due to missing null check

Reviewed-by: chagedorn, kvn

-------------

PR: https://git.openjdk.java.net/jdk17/pull/212


More information about the hotspot-compiler-dev mailing list