Popular Books:
Archived: StringBuffer Testing Program
This section describes a StringBuffer testing programs and test results showing that JDK 1.4.1 is slower than JDK 1.3.1. 2022-10-01, ∼279🔥, 0💬
General Suggestions for Better GC Performance
This section describes some general rules used by JVM to manage memory and get better GC performance. 2022-10-01, ∼279🔥, 0💬
Serial GC Tracing - Plenty of Heap
This section provides a tutorial of tracing how Serial GC works with a huge heap size, plenty of memory in 'new' generation. 2022-10-01, ∼278🔥, 0💬
Benchmark Affected by Other Running Applications
This section provides a tutorial example showing how the benchmark test result is affected by other running applications on the operating system. 2022-10-01, ∼277🔥, 0💬
Serial Collector Stops Application for Minor/Major GC
This section provides log messages showing that the Serial Collector stops the application for both Minor GC and Major GC. 2022-10-01, ∼277🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼276🔥, 0💬
About This Book
This section provides some detailed information about this book - __title__. 2022-10-01, ∼276🔥, 0💬
GCPerformance.java - GC Performance Test Program
This section describes a GC performance test program - GCPerformance.java. 2022-10-01, ∼276🔥, 0💬
Performance Impact of Object Size
This section provides tests to find out performance impact of the object size. Java manages larger objects more efficiently for the same total amount of data. 2022-10-01, ∼272🔥, 0💬
Log Message Types from Serial Collector
This section describes 4 types of log messages generated from the Serial Collector with the '-XX:+PrintGCDetails'. 2022-10-01, ∼271🔥, 0💬
GC Log Message Examples of Serial Collector
This section provides an example of GC log messages generated from the Serial Collector. 2022-10-01, ∼269🔥, 0💬
"START /REALTIME" - Run JVM with Highest Priority
This section provides a tutorial showing how to use 'START /REALTIME' command to run JVM with highest priority on Windows systems. 2022-10-01, ∼268🔥, 0💬
Performance Jumps Not Related to GC
This section provides a tutorial showing that Performance jumps are not related garbage collections. 2022-10-01, ∼267🔥, 0💬
Archived: Testing with LongSleep.java
This section provides a tutorial example on how to run LongSleep.java with JRockit 8.0 and compare it with HotSpot. 2022-10-01, ∼265🔥, 0💬
Popular Posts:
This section describes how to download and install PHP 7.3.0 on Windows systems.
This section provides a tutorial example on how to enter Unicode characters using \uxxxx escape sequ...
This section provides a tutorial example on how the SOAP message receiver should validate the digita...
什么是附条件批准上市? 附条件批准上市,是指用于严重危及生命且尚无有效治 疗手段的疾病、公共卫生方面急需...
This section provides a tutorial example on how to use 'javac --module' command to compile all Java ...