随笔分类 - java
摘要:https://lingsui.github.io/
阅读全文
摘要:/*static learning */ class one { public int a = 5; static { // 类加载时就运行代码码 System.out.println("static"); } static { // static int b=2; error System.out
阅读全文
摘要:https://blog.csdn.net/aliveTime https://plumbr.io/blog/garbage-collection/understanding-garbage-collection-logs https://plumbr.io/java-garbage-collect
阅读全文
摘要:https://developers.redhat.com/products/openjdk/download/ https://github.com/dmlloyd/openjdk
阅读全文
摘要:http://www.cnblogs.com/abao0/p/6934127.html
阅读全文
摘要:http://blog.csdn.net/sinat_29621543/article/details/78065062
阅读全文
摘要:http://www.jianshu.com/u/3def157aab07?utm_medium=note-author-link&utm_source=mobile
阅读全文
摘要:http://blog.csdn.net/alivetime/article/details/6895537
阅读全文
摘要:http://blog.csdn.net/alivetime/article/details/6548615
阅读全文
摘要:http://www.cnblogs.com/serendipity/archive/2012/05/14/2499840.html
阅读全文
摘要:http://www.cnblogs.com/zhguang/p/Java-JVM-GC.html
阅读全文
摘要:http://blog.csdn.net/zhengzhb/article/details/7187278
阅读全文
摘要:http://blog.csdn.net/y461517142/article/details/26269529 http://calvin1978.blogcn.com/articles/btrace1.html http://www.importnew.com/26495.html http:/
阅读全文
摘要:http://blog.jamesdbloom.com/JVMInternals.html http://blog.csdn.net/column/details/talk-about-jvm.html http://itindex.net/detail/50346-jvm-%E6%96%B0%E7
阅读全文
摘要:https://cloud.tencent.com/developer/labs/lab/10004?utm_source=portal&utm_medium=solutionwe&utm_campaign=labs&utm_term=10004
阅读全文
摘要:https://segmentfault.com/a/1190000007962109
阅读全文
摘要:http://blog.sina.com.cn/s/blog_5f5716580100u76r.html http://blog.sina.com.cn/s/blog_5f5716580100u76r.html 语法:jstat [generalOption | outputOptions vmid
阅读全文
摘要:java - the Java Application Launcher jps - the Java Process Status Application jstat - the Java Virtual Machine Statistics Monitoring Tool jstatd - th
阅读全文