Hotspot VM client compiler - are profile driven opt done?
Manjiri Namjoshi
manjiri.namjoshi at googlemail.com
Thu May 29 12:49:44 PDT 2008
Hello,
The Hotspot VM client compiler has a default compile threshold of 1500.
So, instead of waiting for a method to be interpreted for 1500 times and
then sending it for compilation, i am interested to compile it earlier.
I would like to know if there are any "profile driven optimizations" done.
That is, will the compiled code for the threshold of 1500 (or better) be
different than
the compiled code for the threshold of say 10 ?
Thanks !
-Manjiri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-dev/attachments/20080529/ccf7ff85/attachment.html
More information about the hotspot-dev
mailing list