mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-01 14:50:39 +00:00
Fix wrong replacement of loads by zero for non-completed InitializationNodes belonging to a clone when ReduceBulkZeroing is disabled. Reviewed-by: kvn, thartmann