Java   View all facts   Glossary   Help
environment > platform > virtual machine > Java Virtual Machine > HotSpot
UpJava Virtual Machine

HotSpot
subjectfact 
HotSpothas definition An add-on performance module for the JavaTM 2 SDKsource: Sun, added by: JK, 2001-10-19 11:36:51.0
has documentation at Sun    2001-10-19 11:36:51.0
has features source: Sun, added by: JK, 2001-10-19 11:36:51.0
is available from Sun    2001-10-19 11:36:51.0
is a subtopic of How Java Works2001-10-19 11:36:51.0
is an instance of Java Virtual Machineadded by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:36:51.0
runs Java programs more quicklyadded by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:36:51.0
Java Virtual Machineallows an application to have multiple threads of execution running concurrently2001-10-19 11:37:09.0
can be implemented in hardware or software2001-10-19 11:37:09.0
chooses a constructor based on the number of the actual arguments and the types of the actual arguments2001-10-19 11:37:10.0
has purpose to interpret bytecode and make the appropriate system-level calls to the native platform2001-10-19 11:37:10.0
insulates a program from hardware dependencies2001-10-19 11:37:10.0
is machine-specific2001-10-19 11:37:10.0
is part of runtime system2001-10-19 11:37:10.0
is abbreviated as Java VM    2001-10-19 11:37:10.0
performs just-in-time compilation2001-10-19 11:37:10.0
performs run-time error checking2001-10-19 11:37:10.0
virtual machineusually uses just-in-time compilation    2001-10-19 11:38:16.0

UpJava Virtual Machine