Hi,

On Mon, Mar 22, 2021 at 3:09 PM Stephen Curry <jsyc...@gmail.com> wrote:
>
> Hi there!
>    I am new to hotspot source code and I'm really interested in GC 
> implementations of it, but I don't know where to start. Are any suggestions 
> here?
>   Thanks a million.

You want to absolutely read this:
https://shipilev.net/jvm/diy-gc/

Then, the OpenJDK directories are organized per-GC, see:
https://github.com/openjdk/jdk/tree/master/src/hotspot/share/gc

-- 
Simone Bordet
---
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz
_______________________________________________
hotspot-gc-use mailing list
hotspot-gc-use@openjdk.java.net
https://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use

Reply via email to