Z Garbage Collector (ZGC)

GPTKB entity

Statements (53)
Predicate Object
gptkbp:instance_of gptkb:Garbage_Collection
gptkbp:aims_to_improve pause times
gptkbp:can_be_configured_for command-line options
gptkbp:designed_for low-latency applications
gptkbp:developed_by gptkb:Oracle_Corporation
Open Source model
gptkbp:has low memory footprint
https://www.w3.org/2000/01/rdf-schema#label Z Garbage Collector (ZGC)
gptkbp:introduced_in gptkb:Java_11
gptkbp:is_available_in gptkb:Open_JDK
gptkbp:is_available_on gptkb:JDK_11
gptkbp:is_based_on Concurrent Mark-Sweep (CMS) principles
gptkbp:is_compared_to other garbage collectors
gptkbp:is_compatible_with gptkb:Java_SE
gptkbp:is_considered experimental in early versions
a breakthrough in garbage collection technology
a modern garbage collection solution
gptkbp:is_designed_for large object graphs
gptkbp:is_designed_to minimize application pause times
gptkbp:is_different_from gptkb:G1_Garbage_Collector
gptkbp:is_documented_in Java documentation
gptkbp:is_enhanced_by gptkb:JEP_384
gptkbp:is_evaluated_by research studies
latency improvements
gptkbp:is_implemented_in gptkb:Java
gptkb:Java_programming_language
gptkbp:is_opposed_by CMS Garbage Collector
gptkbp:is_optimized_for multi-core processors
large heaps
gptkbp:is_part_of gptkb:JEP_333
gptkb:Java_ecosystem
gptkb:Java_Development_Kit_(JDK)
gptkb:Java_Virtual_Machine_(JVM)
Java performance tuning strategies
gptkbp:is_recommended_by developers of large-scale systems
gptkbp:is_supported_by gptkb:Java_community
Java SE 11 and later versions
gptkbp:is_tested_for scalability
performance benchmarks
gptkbp:is_used_for server applications
gptkbp:is_used_in enterprise applications
production environments
high-performance computing environments
gptkbp:provides concurrent garbage collection
gptkbp:suitable_for cloud-native applications
gptkbp:supports multi-threading
gptkbp:tuning high throughput
gptkbp:uses region-based memory management
load barriers
gptkbp:was_first_announced_in gptkb:2018
gptkbp:works_with heap sizes up to several terabytes
gptkbp:bfsParent gptkb:JEP_389
gptkbp:bfsLayer 5