mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-04 15:38:58 +00:00
Relax assertion in PhaseCFG::verify() to accept the case where a store is used to implement an implicit null check and a load is placed in the null block. Reviewed-by: thartmann, kvn