随笔 - 41  文章 - 29  trackbacks - 0
<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

常用链接

留言簿(5)

随笔分类(28)

随笔档案(23)

收藏夹(6)

Inside JVM

Java

java performance

Solr

搜索

  •  

最新评论

阅读排行榜

评论排行榜

Inside JVM
FYI - Tuning Garbage Collection Outline - From http://www.petefreitag.com/articles/gctuning/      摘要: This document is a summary or outline of Sun's document: Tuning Garbage collection with the 1.4.2 Hotspot JVM located here: http://java.sun.com/docs/hotspot/gc1.4.2/  阅读全文
posted @ 2009-04-01 17:19 Justin Chen 阅读(1041) | 评论 (0)  编辑
[绝对原创] [Java内存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"      摘要: Java Memory Management is one of the most important Java Core Techniques. It is worth for every developer to spend some time to learn how it works. It is also a very interesting topic. I try to provide an overview on Java Memory Management, so, some detailed are omitted in the slides, please see detailed by the Reference Links in the last page.   阅读全文
posted @ 2009-03-26 09:47 Justin Chen 阅读(4635) | 评论 (11)  编辑
GC(Garbage collection) Log and Analysis - 2 of Series "Inside JVM"      摘要: This article is trying to summarize what' the JVM GC log and how can we use it to analyse memory issues.   阅读全文
posted @ 2009-03-19 22:27 Justin Chen 阅读(8438) | 评论 (2)  编辑
How to use Eclipse Memory Analyzer to analyze JVM Memeory Issue - 3 of Series "Inside JVM"      摘要: This article will have a simple introduction on new tool – Eclipse Memory Analyzer (previously called SAP memory analyzer) and how to use this tool to find some interesting memory issues.  阅读全文
posted @ 2009-02-22 21:29 Justin Chen 阅读(5736) | 评论 (0)  编辑
An Overview on Common JVM Level Problems in Java SE Application - 1 of Series "Inside JVM"      摘要: This message introduced the major JVM-Level problems on Java Development, such as Out of Memeory, Thread Lock etc.  阅读全文
posted @ 2009-01-08 22:15 Justin Chen 阅读(3253) | 评论 (3)  编辑