Content deleted Content added
Xose.vazquez (talk | contribs) |
m Reverted 1 edit by 2405:9800:B860:9CC2:5141:1018:8F23:6F79 (talk) to last revision by Xose.vazquez |
||
(31 intermediate revisions by 6 users not shown) | |||
Line 30:
{{Blockquote|[[Sun Microsystems|We]] intend that this specification should sufficiently document the Java Virtual Machine to make possible compatible clean-room implementations. Oracle provides tests that verify the proper operation of implementations of the Java Virtual Machine.}}
The most commonly used Java virtual machine is Oracle's [[HotSpot (virtual machine)|HotSpot]].
One of Oracle's JVMs is named HotSpot; the other, inherited from [[BEA Systems]], is [[JRockit]]. Oracle owns the Java trademark and may allow its use to certify implementation suites as fully compatible with Oracle's specification.▼
▲
===Garbage collector===▼
{{main|Garbage collection (computer science)}}▼
▲{{main|Garbage collection (computer science)#Java}}
{| class="wikitable"
|+
|-
! Version !! Default GC !! Available GCs
|-
|
|-
|-
| 9 - 10 || rowspan="9" | G1
|-
|-
| 12 - 13 || Serial, Parallel, CMS, G1, ''Epsilon (E)'', ''ZGC (E)'', ''Shenandoah (E)''
|-
| 14 || Serial, Parallel, G1, ''Epsilon (E)'', ''ZGC (E)'', ''Shenandoah (E)''
|-
| 15 - 20 || Serial, Parallel, G1, ''Epsilon (E)'', ZGC, Shenandoah
▲| 9-10 || rowspan="7" | G1
|-
|
|-
|
|-
|
|-
|
|-
| colspan="3" | <small> ''(E)'' = ''experimental''</small>
▲| 23-24 || Serial, Parallel, G1, Shenandoah, Generational ZGC
|}
|