Java HotSpot 1.7.0 optimization details??
Hello,
Can anybody please help me find the details of the optimizations performed by the latest JVM i.e Java HotSpot 1.7.0? If there is any type of white papers on this matter?
I would specificaly like to know how many times a method must be called before it is optimized by the HotSpot server VM. Many sites mention the number 10,000 but i have made a code which gives the desired results in only 200 calls!!
I am using IcedTea Hotsopt VM 1.7.0. Please can anyone help in this matter??
Thanks in advance
Regards,