随笔分类 -  JVM

JVM architecture, tuning and the related tools.
摘要:Jack Shirazi tells you what garbage collectors and garbage collector combinations are available from the Oracle Java 7 update 4 JVM and onwards, inclu 阅读全文
posted @ 2016-02-13 23:51 Peter.Lee2016 阅读(273) 评论(0) 推荐(0)
摘要:Hotspot JVM and GC basics study note JVM components HotSpot JVM comprises three main components: the class loader, the runtime data areas and the execution engine. Key JVM components There are th... 阅读全文
posted @ 2016-01-21 12:06 Peter.Lee2016 阅读(382) 评论(0) 推荐(0)