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