What is HotSpot?

邮差的信 提交于 2019-12-23 03:06:32

问题


I just heard of the HotSpot JVM, as opposed to the Oracle JRockik JVM. What is Hotspot? Is this old the Sun JVM, or something else?


回答1:


HotSpot is the shipped Sun JVM which has support for just-in-time compilation of heavily used sections of code.

For all practical purposes, it is the "Sun JVM" or now the "Oracle JVM". Note that this is the same JVM which was open sourced, so it is also the "OpenJDK JVM".

Way back when, Sun did release a non-JIT capable JVM, but that's long enough ago that the odds of encountering it are minuscule.




回答2:


AFAIK, its the old Sun JVM which is now part of OpenJDK and therefor a reference for many other implementations.




回答3:


Oracle's JVM is called HotSpot.



来源:https://stackoverflow.com/questions/5747432/what-is-hotspot

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!