Java虚拟机性能架构师。专注于企业级应用中 Java 虚拟机和垃圾收集器的优化,JVM/JIT编译/垃圾收集(GC)资深专家。通过研究NUMA感知分配器和分配模式、减少冗余指令、减少Java对象头、预取模式、循环中冗余阵列检查以及JIT编译器、生成代码的各种其他优化,她对Java热点VM做出了各种性能贡献。JVM启发、垃圾收集和收集器。莫尼卡是一个经常在各种会议上发言的人,他发表了几篇关于垃圾收集、Java内存模型等的文章。她带领了甲骨文的垃圾收集器性能团队,是JavaOne摇滚明星。
Have you heard about the latest garbage collectors (GCs) in OpenJDK HotSpot VM? Are you interested in learning more about their algorithm and design goals? Would you like a basic comparison between them and the current default collector in OpenJDK? If you answered yes to any of the above questions, then this is the session for you!
In this session Monica Beckwith will talk about ZGC, Shenandoah GC and compare them to G1 GC (the current default GC).