文章链接
java语言-jvm虚拟机相关-分代回收机制
面5笔5Stop the World 事件 —— 小型垃圾回收属于一种叫 "Stop the World" 的事件。在这种事件发生时,所有的程序线程()暂停
A.是
B.否
正确答案是 A
是
Stop the World 事件 —— 小型垃圾回收属于一种叫 "Stop the World" 的事件。
在这种事件发生时,所有的程序线程都要暂停,直到事件完成(比如这里就是完成了所有回收工作)为止。