Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们目前已经安装并配置了 JDK1.7 以使用 G1GC。我想知道的是这个。
停止世界暂停只是Major GC的一个特点吗?还是 Minor GC 也有这个问题?
为了回答我自己的问题,
是的,次要 GC 活动会导致全局暂停。
http://blog.griddynamics.com/2011/06/understanding-gc-pauses-in-jvm-hotspots.html