The HotSpot group is comprised of developers involved in the design, implementation, and maintenance of the HotSpot virtual machine.
IntroductionThe HotSpot VM code base has been worked on by hundreds of people, over the course of 20 years, so far. It's big. There are around 3000 C/C++ header and source files, comprising more than 1.2 million lines of code. In addition to the expected class loader, bytecode interpreter, and supporting runtime routines, you get two or three JIT compilers from bytecode to native instructions, a handful of garbage collectors, and a set of high-performance runtime libraries for synchronization, etc.
Source codeThe HotSpot source code can be found in the JDK repository. Specifically, it is contained in the https://github.com/openjdk/jdk/tree/master/src/hotspot directory.
DocumentationRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3