随笔分类 -  JVM

hashmap ConcurrentHashMap
摘要:http://javastack.cn/article/2018/hashmap-concurrenthashmap-details/ https://crossoverjie.top/2018/07/23/java-senior/ConcurrentHashMap/ http://www.code 阅读全文

posted @ 2019-08-03 21:51 暖风的风 阅读(111) 评论(0) 推荐(0) 编辑

Java 汇编代码
摘要:https://shipilev.net/blog/2015/black-magic-method-dispatch/ https://github.com/shipilev/article-method-dispatch http://mail.openjdk.java.net/pipermail 阅读全文

posted @ 2018-10-11 00:40 暖风的风 阅读(1133) 评论(0) 推荐(0) 编辑

Understanding How Graal Works - a Java JIT Compiler Written in Java
摘要:https://chrisseaton.com/truffleruby/jokerconf17/ https://chrisseaton.com/truffleruby/tenthings/ https://chrisseaton.com/truffleruby/oraclecode17/oracl 阅读全文

posted @ 2018-10-10 23:44 暖风的风 阅读(183) 评论(0) 推荐(0) 编辑

Java Memory Model
摘要:https://shipilev.net/talks/narnia-2555-jmm-pragmatics-en.pdf https://shipilev.net/blog/2014/jmm-pragmatics/ https://shipilev.net/blog/2016/close-encou 阅读全文

posted @ 2018-10-05 02:16 暖风的风 阅读(133) 评论(0) 推荐(0) 编辑

method-dispatch/
摘要:https://shipilev.net/blog/2015/black-magic-method-dispatch/ 阅读全文

posted @ 2018-10-05 02:16 暖风的风 阅读(217) 评论(0) 推荐(0) 编辑

源码分析HotSpot GC过程(一)
摘要:« 上一篇:源码分析HotSpot GC过程(一)» 下一篇:源码分析HotSpot GC过程(三):TenuredGeneration的GC过程 https://blogs.msdn.microsoft.com/abhinaba/2009/03/02/back-to-basics-generati 阅读全文

posted @ 2018-10-04 22:37 暖风的风 阅读(219) 评论(0) 推荐(0) 编辑

class path and classloader
摘要:https://www.artima.com/insidejvm/ed2/linkmod5.html https://www.artima.com/insidejvm/ed2/securityP.html https://docs.oracle.com/javase/jndi/tutorial/be 阅读全文

posted @ 2018-10-03 01:13 暖风的风 阅读(141) 评论(0) 推荐(0) 编辑

jsack
摘要:https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr016.html#BABGHEJB 阅读全文

posted @ 2018-08-25 13:40 暖风的风 阅读(223) 评论(0) 推荐(0) 编辑

HotSpotVM 对象机制实现浅析#1
摘要:http://blog.csdn.net/kisimple/article/details/44632443 阅读全文

posted @ 2018-01-06 21:34 暖风的风 阅读(141) 评论(0) 推荐(0) 编辑

Debugging Java Native Memory Leaks
摘要:GZIP造成JAVA Native Memory泄漏案例 https://www.elastic.co/blog/tracking-down-native-memory-leaks-in-elasticsearch https://gdstechnology.blog.gov.uk/2015/12/ 阅读全文

posted @ 2017-12-29 21:54 暖风的风 阅读(299) 评论(0) 推荐(0) 编辑

Java NIO 2.0
摘要:https://www.ibm.com/developerworks/cn/java/j-nio2-1/index.html https://www.ibm.com/developerworks/cn/java/j-lo-nio2/index.html 阅读全文

posted @ 2017-12-11 17:25 暖风的风 阅读(264) 评论(0) 推荐(0) 编辑

Safe point
摘要:JVM源码分析之安全点safepoint http://www.jianshu.com/p/c79c5e02ebe6 聊聊JVM(六)理解JVM的safepoint 聊聊JVM(九)理解进入safepoint时如何让Java线程全部阻塞 GC safe-point (or safepoint) an 阅读全文

posted @ 2017-09-15 21:48 暖风的风 阅读(468) 评论(0) 推荐(0) 编辑

JVM 源码分析
摘要:http://hsmemo.github.io/toc.html https://translate.google.com.hk/translate?act=url&hl=zh-CN&ie=UTF8&prev=_t&sl=auto&tl=zh-CN&u=http://hsmemo.github.io 阅读全文

posted @ 2017-09-14 10:38 暖风的风 阅读(167) 评论(0) 推荐(0) 编辑

jni&&jvmti&&JMC
摘要:jni&&jvmti http://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/functions.html http://docs.oracle.com/javase/8/docs/platform/jvmti/jvmti.htm 阅读全文

posted @ 2017-09-06 10:50 暖风的风 阅读(292) 评论(0) 推荐(0) 编辑

JVM profiler tools
摘要:http://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html https://codeascraft.com/2015/05/12/four-months-of-statsd-jvm-profiler-a-retrospectiv 阅读全文

posted @ 2017-09-01 10:01 暖风的风 阅读(229) 评论(0) 推荐(0) 编辑

jvmti
摘要:http://docs.oracle.com/javase/8/docs/platform/jvmti/jvmti.html 阅读全文

posted @ 2017-06-29 11:07 暖风的风 阅读(223) 评论(0) 推荐(0) 编辑

JVM Troubleshooting
摘要:案例分享:如何通过JVM crash 的日志和core dump定位和分析Instrument引起的JVM crash https://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-VM/html/docinfo.html http://docs.or 阅读全文

posted @ 2017-06-29 10:45 暖风的风 阅读(282) 评论(0) 推荐(0) 编辑

Java & Linux Debugging(SA Gdb )
该文被密码保护。

posted @ 2017-04-20 10:10 暖风的风 阅读(6) 评论(0) 推荐(0) 编辑

JVM Inline
摘要:http://www.ssw.uni-linz.ac.at/Research/Papers/Wimmer08PhD/Wimmer08PhD.pdf http://www.azulsystems.com/blog/cliff/2011-04-04-fixing-the-inlining-problem 阅读全文

posted @ 2017-03-27 10:07 暖风的风 阅读(291) 评论(0) 推荐(0) 编辑

hotspot perf enginner
该文被密码保护。

posted @ 2017-03-18 01:19 暖风的风 阅读(0) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示