mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-30 06:10:30 +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