Content deleted Content added
Xose.vazquez (talk | contribs) |
Xose.vazquez (talk | contribs) |
||
Line 226:
|-
| Java SE 6 Update 14{{citation needed|date=June 2023}}|| 2009-05-28
|| HotSpot VM 14. This release includes extensive performance updates to the JIT compiler, compressed pointers for 64-bit machines, as well as ''experimental'' support for the [[Garbage-first collector|Garbage-First (G1)]] a low-pause [[Garbage collection (computer science)|Garbage Collector]]
The <code>-XX:+DoEscapeAnalysis</code> option directs the HotSpot [[JIT compiler]] to use [[escape analysis]] to determine whether local objects can be allocated on the [[Stack-based memory allocation|stack]] instead of the [[Dynamic memory allocation|heap]].{{citation needed|date=June 2023}}
|