JaCoLine - Viewing Historical Command Line #6291

Analysis Date JDK Operating System CPU Architecture Debug JVM?
2022-11-29 OpenJDK8 Linux x86 N
Results
Switches Identified
Switch Analysis
Name Type Description Default Value Your Value
mx <size> set maximum Java heap size 31G
Analysis OK
Name Type Description Default Value Your Value
ms <size> set initial Java heap size 31G
Analysis OK
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 20
Analysis OK
Name Type Description Default Value Your Value
InitiatingHeapOccupancyPercent int Percentage of the (entire) heap occupancy to start a
concurrent GC cycle. It is used by GCs that trigger a
concurrent GC cycle based on the occupancy of the entire heap,
not just one of the generations (e.g., G1). A value of 0
denotes 'do constant GC cycles'.
45 35
Analysis OK
Name Type Description Default Value Your Value
ExplicitGCInvokesConcurrent boolean A System.gc() request invokes a concurrent collection;
(effective only when UseConcMarkSweepGC)
false true
Analysis OK
Name Type Description Default Value Your Value
MaxInlineLevel int maximum number of nested calls that are inlined 9 15
Analysis OK
Name Type Description Default Value Your Value
log <opts> control JVM logging, use -Xlog:help for details gc*:file=/var/log/kafka/kafkaServer-gc.log:time,tags:filecount=10,filesize=100M
Analysis This switch is not available until OpenJDK9. Your analysis was for OpenJDK8