on stack replacement vs optimal compiled code

Andy Nuss andrew_nuss at yahoo.com
Tue May 21 16:10:40 PDT 2013


Hi,

If a long looping function gets the benefit of "on stack replacement", and later hotspot determines that it has been executed more than 10,000 times, will it be recompiled again?

I read somewhere that OSR code is about half as fast as optimally jitted code.  I read somewhere else that Oracle says there is never a need to warmup critical functions for hotspot.


Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20130521/8fdec0af/attachment.html 


More information about the hotspot-compiler-dev mailing list