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