Does anyone know a proper resource to read on the available garbage collection mechanisms in java? So far I found a couple of websites but they did not contain a comprehensive description with respect to when to use which and what the implementation was. (I am referring to Oracle's jdk)
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Check out this website www.cubrid.org/blog/tags/Garbage%20Collection/. It has a suite of five articles describing gc from concept to details and use cases.
I guess you are probably looking at this one in particular.
As of today, there are 4 GC algorithms available in the Java Hotspot VM:
You can find more information about these GC algorithms in the references below.
Books:
Talks/Articles:
Mailing List: