mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-01 16:22:31 +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