mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-13 17:33:10 +00:00
Added code to 'warm up' the methods before triggering OSR compilation by executing them a limited number of times. Like this, the profile information marks the loop exit as taken and we don't add an uncommon trap. Reviewed-by: kvn, dlong, iignatyev