Concurrent mark sweep collector

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

The Concurrent mark sweep collector (concurrent mark-sweep collector, concurrent collector or CMS)[1] is a mark-sweep garbage collector in the Oracle HotSpot Java virtual machine (JVM) available since version 1.4.1.

HotSpot garbage collectors

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The HotSpot JVM selects the default garbage collector based on several factors.[2] The newer Garbage-first collector (G1) is planned to replace CMS.[3]

To launch the JVM with this garbage collector you can add this property to the java command line -XX:+UseConcMarkSweepGC [4][1]

See also

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.

<templatestyles src="Asbox/styles.css"></templatestyles>