随笔分类 - JVM
摘要:HotSpot VM GC收集器的易混淆的名称问题 https://blog.51cto.com/guojuanjun/1954570
阅读全文
摘要:jstack的使用 https://www.jianshu.com/p/c512708964fe
阅读全文
摘要:解决OutOfMemoryError: unable to create new native thread问题 https://blog.csdn.net/hellozhxy/article/details/91972846 unable to create new native thread问题
阅读全文
摘要:一次线上JVM Young GC调优,搞懂了这么多东西! https://blog.csdn.net/xishining/article/details/108373130 线上服务的FGC问题排查,看这篇就够了! https://zhuanlan.zhihu.com/p/276007470 GC(
阅读全文
摘要:GC日志分析 https://blog.csdn.net/huangzhaoyang2009/article/details/11860757 jvm 基础篇-(4)-对象动态年龄计算规则 https://www.jianshu.com/p/0e1c3604290a tm-api.conf JAVA
阅读全文
摘要:JVM性能调优监控工具jps、jstack、jmap、jhat、jstat、hprof使用详解 https://mp.weixin.qq.com/s?__biz=MzAxODcyNjEzNQ==&mid=2247488758&idx=1&sn=22c85fc8d774a14ac73be99c82eb
阅读全文
摘要:GC Roots的对象,以及对java类中的成员变量,局部变量,静态变量和常量的不同回收时机的解析 https://blog.csdn.net/qq_29951485/article/details/89874606
阅读全文
摘要:深入理解系列之JDK8下JVM虚拟机(1)——JVM内存组成 https://blog.csdn.net/u011552404/article/details/80306316 JVM架构和GC垃圾回收机制(JVM面试不用愁) https://blog.csdn.net/aijiudu/articl
阅读全文
摘要:package com.gc; public class TestGc { public static void main(String[] args) { Man man = new Man("a"); Person a = new Person(); a.setMan(man); a.setMan(null); man = ...
阅读全文
摘要:run.bat 1. javaw运行 @echo offstart javaw -Xmx128m -Xms64m -jar testlog.jarexit 2.java运行 @echo offjava -jar ZeroToNegative.jarexit 或 pause
阅读全文
浙公网安备 33010602011771号