Y
Hacker News
new
|
ask
|
show
|
jobs
by
pron
4077 days ago
OpenJDK is a lot more than just the JVM (it's also the runtime libraries). Open JDK's JVM is named HotSpot.
1 comments
tokenizerrr
4077 days ago
I think the only JVM named HotSpot is the one distributed by Oracle.
link
pron
4077 days ago
They are one and the same. Oracle's JVM
is
the OpenJDK's JVM, slightly modified (they mostly add monitoring capabilities that were part of the JRockit JVM), and Oracle's JDK (which contains the JVM)
is
OpenJDK with some minor additions.
link