JaCoLine - Viewing Historical Command Line #13339

Analysis Date JDK Operating System CPU Architecture Debug JVM?
2026-05-14 OpenJDK8 Linux x86 N
Results
Switches Identified
Switch Analysis
Name Type Description Default Value Your Value
ms <size> set initial Java heap size 8192m
Analysis OK
Name Type Description Default Value Your Value
mx <size> set maximum Java heap size 8192m
Analysis OK
Name Type Description Default Value Your Value
SoftRefLRUPolicyMSPerMB int Number of milliseconds per MB of free space in the heap 1000 50
Analysis OK
Name Type Description Default Value Your Value
ReservedCodeCacheSize int Reserved code cache size (in bytes) - maximum code cache size
ComponentCPUDefault
c1x8632*M
c2x8648*M
1024m
Analysis OK
Name Type Description Default Value Your Value
UseCodeCacheFlushing boolean Remove cold/old nmethods from the code cache true true
Analysis OK
Name Type Description Default Value Your Value
SegmentedCodeCache boolean Use a segmented code cache false true
Analysis This switch is not available until OpenJDK9. Your analysis was for OpenJDK8
Name Type Description Default Value Your Value
UseG1GC boolean Use the Garbage-First garbage collector false true
Analysis OK
Name Type Description Default Value Your Value
MaxGCPauseMillis int Adaptive size policy maximum GC pause time goal in millisecond,
or (G1 Only) the maximum GC time per MMU time slice
max_uintx 200
Analysis OK
Name Type Description Default Value Your Value
G1NewSizePercent int Percentage (0-100) of the heap size to use as default
minimum young gen size.
5 10
Analysis Requires -XX:+UnlockExperimentalVMOptions
Name Type Description Default Value Your Value
G1MaxNewSizePercent int Percentage (0-100) of the heap size to use as default
maximum young gen size.
60 30
Analysis Requires -XX:+UnlockExperimentalVMOptions
Name Type Description Default Value Your Value
G1HeapRegionSize int Size of the G1 regions. 0 16m
Analysis OK
Name Type Description Default Value Your Value
G1ReservePercent int It determines the minimum reserve we should have in the heap
to minimize the probability of promotion failure.
10 15
Analysis OK
Name Type Description Default Value Your Value
G1HeapWastePercent int Amount of space, expressed as a percentage of the heap size,
that G1 is willing not to collect to avoid expensive GCs.
5 5
Analysis OK
Name Type Description Default Value Your Value
ParallelGCThreads int Number of parallel threads parallel gc will use 0 8
Analysis OK
Name Type Description Default Value Your Value
ConcGCThreads int Number of threads concurrent gc will use 0 2
Analysis OK
Name Type Description Default Value Your Value
CICompilerCount int Number of compiler threads to run CI_COMPILER_COUNT 4
Analysis OK
Name Type Description Default Value Your Value
TieredCompilation boolean Enable tiered compilation
ComponentCPUDefault
c1x86false
c2x86trueInTiered
true
Analysis OK
Name Type Description Default Value Your Value
TieredStopAtLevel int Stop at given compilation level 4 1
Analysis OK
Name Type Description Default Value Your Value
MaxMetaspaceSize int Maximum size of Metaspaces (in bytes) max_uintx 1024m
Analysis OK
Name Type Description Default Value Your Value
InitialCodeCacheSize int Initial code cache size (in bytes)
ComponentCPUDefault
c1x86160*K
c2x862304*K
256m
Analysis OK
Name Type Description Default Value Your Value
UseStringDeduplication boolean Use string deduplication false true
Analysis OK
Name Type Description Default Value Your Value
UseCountedLoopSafepoints boolean Force counted loops to keep a safepoint false true
Analysis OK
Name Type Description Default Value Your Value
LoopStripMiningIter int Number of iterations in strip mined loop 0 in range(0, max_juint) 1000
Analysis This switch is not available until OpenJDK10. Your analysis was for OpenJDK8