農農 |
|
||
2020年3月8日
摘要:
1.GC日志输出参数 1.1 编写测试代码 public static void main(String[] args) throws InterruptedException { List<Object> list = new ArrayList<Object>(); while (true) { 阅读全文
摘要:
一、垃圾回收器分类 1.串行回垃圾回收器 串行垃圾收集器,是指使用单线程进行垃圾回收,垃圾回收时,只有一个线程在工作,并且java应用中的所有线程都要暂停, 等待垃圾回收的完成。这种现象称之为 1.1编写测试代码 public static void main(String[] args) thro 阅读全文
|
Copyright © 2024 Baekhyunne
Powered by .NET 9.0 on Kubernetes |