Java Virtual Machine: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "]]↵*" to "]]. *")
(Redirected page to Java Virtual Machine (JVM))
Tag: New redirect
 
Line 1: Line 1:
A [[Java Virtual Machine]] is a [[virtual machine]] that can execute [[Java bytecode]].
#REDIRECT [[Java Virtual Machine (JVM)]]
* <B>Context:</B>
** It can make use of a [[JVM Heap]] for [[memory management]].
** It can be profiled by systems such as [[YourKit Java Profiler]][http://www.yourkit.com/overview/index.jsp].
* <B>Example(s):</B>
** [[Azul Zulu]].
** …
* <B>Counter-Example(s):</B>
** [[LLVM]].
* <B>See:</B> [[OpenJDK]], [[Java Programming Language]].
 
----
----
 
== References ==
 
=== 2018 ===
* (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/List_of_Java_virtual_machines Retrieved:2018-9-26.
** This article provides non-exhaustive lists of [[Java SE]] <B>[[Java Virtual Machine|Java virtual machine]]s''' (JVMs). It does not include a large number of [[Java ME]] vendors. Note that [[Java EE]] runs on the standard Java SE JVM but that some vendors specialize in providing a modified JVM optimized for Java EE applications. A large amount of Java development work takes place on Windows, Solaris, Linux and [[FreeBSD]], primarily with the Oracle JVMs. Note the further complication of different 32-bit/[[64-bit]] varieties.        <P>        The primary reference Java VM implementation is [[HotSpot]], produced by [[Oracle Corporation]].
 
=== 2013 ===
* http://en.wikipedia.org/wiki/Java_virtual_machine
** A '''Java virtual machine</B> ('''JVM</B>) is a [[virtual machine]] that can execute [[Java bytecode]]. It is the code execution component of the [[Java platform]]. [[Sun Microsystem]]s has stated that there are over 5.5 billion JVM-enabled devices.<ref>[http://www.java.com/en/about/ Learn about Java Technology]</ref>
 
----
 
__NOTOC__
[[Category:Concept]]

Latest revision as of 23:14, 25 January 2024