Java Virtual Machine

ROAM_ALIASES: JVM

The bytecode runtime of the Java programming language.

(en.wikipedia.org) Java virtual machine - Wikipedia   website

ROAM_REFS: https://en.wikipedia.org/wiki/Java_virtual_machine

A Java virtual machine (JVM) is a virtual machine that enables a computer to run Java programs as well as programs written in other languages that are also compiled to Java bytecode. The JVM is detailed by a specification that formally describes what is required in a JVM implementation. Having a specification ensures interoperability of Java programs across different implementations so that program authors using the Java Development Kit (JDK) need not worry about idiosyncrasies of the underlying hardware platform.

The JVM reference implementation is developed by the OpenJDK project as open source code and includes a JIT compiler called HotSpot. The commercially supported Java releases available from Oracle are based on the OpenJDK runtime. Eclipse OpenJ9 is another open source JVM for OpenJDK.

Local Graph

org-roam c6bee8fc-4fab-45dd-81f8-fdb978da0fb5 Java Virtual Machine e68f44a7-29bb-4d02-a5d9-a94ba0e757e4 Java c6bee8fc-4fab-45dd-81f8-fdb978da0fb5->e68f44a7-29bb-4d02-a5d9-a94ba0e757e4