JVM
Andrew Programming
www.andrew-programming.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java GC日志图形示例
Java GC日志可以通过 +PrintGCDetails开启 以ParallelGC为例 YoungGC日志解释如下(图片源地址:这里) : FullGC(图片源地址:这里): 一目了然,一图胜千言转载 2014-07-05 10:02:11 · 178 阅读 · 0 评论 -
Understanding JVM Internals
Every developer who uses Java knows that Java bytecode runs in a JRE (Java Runtime Environment). The most important element of the JRE is Java Virtual Machine (JVM), which analyzes and executes Java转载 2014-07-07 14:06:23 · 263 阅读 · 0 评论
分享