首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX
›
程序员
关于 Java gc 的问题
GuardX
·
2023-01-13 15:52:52 +08:00
· 1438 次点击
这是一个创建于 661 天前的主题,其中的信息可能已经有所发展或是发生改变。
在 full gc 时会 shutdown 掉部分线程吗,在 google 上并没有查到类似的场景。
shutdown
时会
full
Java
3 条回复
•
2023-01-13 17:46:55 +08:00
1
h0099
2023-01-13 15:59:54 +08:00
https://stackoverflow.com/questions/36709222/why-garbage-collector-stops-all-the-threads-before-reclaiming-the-memory
https://stackoverflow.com/questions/30690620/how-gc-suspends-blocks-the-application-threads
2
matepi
2023-01-13 16:40:00 +08:00
个人理解如果出了 oom 之类的,对应影响到的线程如果没有做一些异常全捕获 Throwable 的话,线程自然是会退出
当然,除了 oom 整体进程能不能跑都是没准的了
3
GuardX
OP
2023-01-13 17:46:55 +08:00
@
h0099
感谢大佬解答,不过 stw 的场景可以理解,会导致线程暂停,不过想讨论下比如 zk 心跳线程因为 fullgc 导致 shutdown 这种情况,可能要去 G1 源码里找找答案了
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
3589 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms ·
UTC 04:34
·
PVG 12:34
·
LAX 20:34
·
JFK 23:34
Developed with
CodeLauncher
♥ Do have faith in what you're doing.