Relative Performance of Java's Garbage First (G1) Garbage Collector?

前端 未结 5 2021
你的背包
你的背包 2021-01-31 03:28

Does anyone know of any performance benchmarks of Java\'s new Garbage First (G1) Garbage Collector (as compared to the \"old\" GCs)?

In terms of GC pause times, Sun sta

5条回答
  •  自闭症患者
    2021-01-31 04:07

    The original scientific article ("Garbage-First Garbage Collection" by Detlefs, Flood, Heller and Printezis) contains some details on actual measures (in section 4).

提交回复
热议问题