Popular Books:
Implementations of JVM Specification
This section provides a list of major implementations of the JVM Specification. 2022-10-01, ∼345🔥, 0💬
"-XX:+PrintAdaptiveSizePolicy" - Minor GC Report
This section provides examples of log messages generated from '-XX:+PrintAdaptiveSizePolicy' that tells us what happened at each Parallel Minor GC. 2022-10-01, ∼341🔥, 0💬
"--Xlog:gc+task+time=debug" - Print GC Threads
This section describes how to use the '-Xlog:gc+task+time=debug' JVM option to show multiple GC threads used by the Parallel Collector. 2022-10-01, ∼340🔥, 0💬
Default NewRatio - Old vs. New Generation
This section describes the default NewRatio which is the ratio of old generation size vs. new generation size. 2022-10-01, ∼338🔥, 0💬
Adaptive Size Policy Changed Survivor Space
This section provides a tutorial on how Adaptive Size Policy used by the Parallel collector changed the survivor space in the Young generation. 2022-10-01, ∼337🔥, 0💬
Archived: GCTest.java - Garbage Collection Test Program
This section describes a garbage collection test program - GCTest.java. 2022-10-01, ∼335🔥, 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, ∼335🔥, 0💬
Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book. 2022-10-01, ∼335🔥, 0💬
Archived: Installing JRockit JVM 8.0
This section provides a tutorial example on how to download and install JRockit 8.0 on Windows systems. 2022-10-01, ∼332🔥, 0💬
Serial GC Tracing - Tight Heap
This section provides a tutorial on tracing how Serial GC works with a tight heap size. 2022-10-01, ∼332🔥, 0💬
JVM Architectures and Components
This section presents a JVM architecture and components shared by most JVM implementations. 2022-10-01, ∼329🔥, 0💬
Popular Posts:
This section provides a quick introduction on W95 Ext'd LBA (Windows 95 Extended Logical Block Addre...
This section describes how to download and install MySQL Connector/J (JDBC driver).
什么是病毒载体疫苗? 它的工作机制是什么? 病毒载体疫苗又可以细分成两个小类:复制型病毒载体 疫苗(ReplicatingViral Vect...
Wo Ai Ni Zhong Quo (我爱你中国) - I Love You, China, lyrics by Qu Zong (瞿宗), music by Zheng Qiu Feng ...
This section provides a tutorial example on how to shutdown or terminate the JVM instance using exit...