The way to explore hotspot gc srouce code
    Simone Bordet 
    simone.bordet at gmail.com
       
    Mon Mar 22 14:44:44 UTC 2021
    
    
  
Hi,
On Mon, Mar 22, 2021 at 3:09 PM Stephen Curry <jsycdut at 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
    
    
More information about the hotspot-gc-use
mailing list