Tag

SystemDictionary

1 views collected around this technical thread.

Qunar Tech Salon
Qunar Tech Salon
Nov 22, 2016 · Fundamentals

Analyzing GC Slowdown Caused by SystemDictionary Growth in Java Applications Using XStream

The article investigates a Java GC slowdown problem linked to the continuous growth of the JVM's SystemDictionary when repeatedly creating XStream objects, explains how classloader choices affect this behavior, and validates the hypothesis through performance profiling and VM code modifications.

ClassLoaderGCJava
0 likes · 8 min read
Analyzing GC Slowdown Caused by SystemDictionary Growth in Java Applications Using XStream