HotSpot

The Java HotSpot virtual machine. In addition to the expected class loader, bytecode interpreter, and supporting runtime routines, you get two runtime compilers from bytecode to native instructions, 3 (or so) garbage collectors, and a set of high-performance runtime libraries for synchronization, etc. openjdk-10 GA was the last JDK to include Hotspot as a separate repository; starting with the jdk10u update stream, Hotspot is now maintained in the src/hotspot subdir of the main openjdk project.
Current version: jdk-10+23

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 jdk-10+23 project
2019-01-17 9 21b17 project version
2017-07-13 8 21b17 project version
2015-06-25 7 21b17 project version
2014-03-07 6 21b17 project version
2013-09-10 5 21b17 project version
2012-10-31 4 21b17 project version
2012-05-01 3 21b17 project version