[자바] JVM과 Hotspot의 차이점?

프로그래밍/자바2021. 1. 13. 11:16

JVM과 Hotspot의 차이점이 궁금해서 찾아봤습니다.

 

역시나 구글에 자료가 많습니다.

stackoverflow.com/questions/16568253/difference-between-jvm-and-hotspot#:~:text=From%20the%20wikipedia%2C%20HotSpot%2C%20released,and%20distributed%20by%20Oracle%20Corporation.

 

Difference between JVM and HotSpot?

What exactly is HotSpot and how does it relate to JVM and OpenJDK? Is it a library? What exactly does it do? Also, what is the difference between OpenJDK and HotSpot?

stackoverflow.com

 

답변이 많고 설명이 좀 길게되어 있어서 좀 머리가 아파 핵심의 답변만 보겠습니다.ㅎㅎ

 

HotSpot is an implementation of the JVM concept. It was originally developed by Sun, and now it is owned by Oracle. There are other implementations of the JVM specification, like JRockit, IBM J9, among many others.

 

HotSpot은 JVM 컨셉을 구현한 것입니다. 이는 Sun에 의해서 개발되었으나 지금은 Oracle의 소유입니다. JRockit, IBM J9 등 JVM 명세를 따른 다른 구현도 있습니다.

 

아주 간단하네요 ㅎㅎ

우리는 대부분 오라클의 JVM을 사용하게 되므로 HotSpot이라는 JVM을 쓰고 있었겠네요.

작성자

Posted by 드리머즈

관련 글

댓글 영역