mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-24 19:32:25 +00:00
Avoids early bailout of capturing a field store to remove unnecessary zeroing in simple methods containing only non-escaping objects. Reviewed-by: roland, thartmann