Skip to content

Files

Latest commit

 

History

History
6 lines (4 loc) · 367 Bytes

File metadata and controls

6 lines (4 loc) · 367 Bytes

Definition

The Java HotSpot Performance Engine is a [[Java Virtual Machine]] implemented by Sun, then taken over by oracle and finally open sourced under [[OpenJDK]].

Its name is derived from analysing program behaviour to identify frequently executed code (hot spots) to JIT compiler.

It was the default sun [[Java Virtual Machine]] from java 1.3 onwards.