Popular Books:
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💬
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, ∼277🔥, 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, ∼276🔥, 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, ∼276🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼275🔥, 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, ∼275🔥, 0💬
GCPerformance.java - GC Performance Test Program
This section describes a GC performance test program - GCPerformance.java. 2022-10-01, ∼275🔥, 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💬
About This Book
This section provides some detailed information about this book - __title__. 2022-10-01, ∼271🔥, 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, ∼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💬
Performance Jumps Not Related to GC
This section provides a tutorial showing that Performance jumps are not related garbage collections. 2022-10-01, ∼264🔥, 0💬
Popular Posts:
This chapter provides tutorial notes on using the JDBC-ODBC Bridge driver with MS Access database. T...
This Unicode tutorial book is a collection of notes and sample codes written by the author while he ...
This tutorial book is a collection of notes and sample codes written by the author while he was lear...
This section provides a tutorial example on how to add or remove implicit hydrogen atoms in molecule...
This section describes how to view account QR code in MetaMask.