is there any resource about gc details of hotspot?

dochuan do.chuan at gmail.com
Tue Apr 26 01:52:19 UTC 2011


book:
Garbage Collection: algorithms for automatic dynamic memory management

and
http://www.hpl.hp.com/personal/Hans_Boehm/

On 11-4-25 上午11:21, Li Li wrote:
> hi all,
>      I'd like to learn the detail of each garbage collector such as
> Serial GC, Parallel GC, G1 GC. the basic idea of these algorithm(I
> don't want to read the codes of open jdk now because it's hard to
> understand). such as how they do marking and sweeping, why some of
> them need stopping the world while others can run concurrently with
> java application.
>      http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140228.html
> is the official document. but I need something more detailed. thank
> you.
> _______________________________________________
> hotspot-gc-use mailing list
> hotspot-gc-use at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use

_______________________________________________
hotspot-gc-use mailing list
hotspot-gc-use at openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use


More information about the hotspot-gc-dev mailing list