JaCoLine - Viewing Historical Command Line #2478

Analysis Date JDK Operating System CPU Architecture Debug JVM?
2021-01-14 OpenJDK11 Linux x86 Y
Results
Switches Identified
Switch Analysis
Name Type Description Default Value Your Value
ms <size> set initial Java heap size 512m
Analysis OK
Name Type Description Default Value Your Value
mx <size> set maximum Java heap size 512m
Analysis OK
Name Type Description Default Value Your Value
NativeMemoryTracking string Native memory tracking options off summary
Analysis OK
Name Type Description Default Value Your Value
HeapDumpOnOutOfMemoryError boolean Dump heap to file when java.lang.OutOfMemoryError is thrown false true
Analysis OK
Name Type Description Default Value Your Value
log <opts> control JVM logging, use -Xlog:help for details gc*:file=logs/gc/gc.log:time,timemillis,level,tags:filecount=10,filesize=1024K
Analysis OK
Name Type Description Default Value Your Value
UseConcMarkSweepGC boolean Use Concurrent Mark-Sweep GC in the old generation false true
Analysis This switch will be removed in the future. It will be Obsoleted in OpenJDK14. Expired in OpenJDK15.
Name Type Description Default Value Your Value
CMSParallelRemarkEnabled boolean Whether parallel remark enabled (only if ParNewGC) true true
Analysis This switch will be removed in the future. It will be Obsoleted in OpenJDK14. Expired in OpenJDK15.
Name Type Description Default Value Your Value
UseCMSInitiatingOccupancyOnly boolean Only use occupancy as a criterion for starting a CMS collection false true
Analysis This switch will be removed in the future. It will be Obsoleted in OpenJDK14. Expired in OpenJDK15.
Name Type Description Default Value Your Value
CMSInitiatingOccupancyFraction int Percentage CMS generation occupancy to start a CMS collection
cycle. A negative value means that CMSTriggerRatio is used
-1 in range(min_intx, 100) 60
Analysis This switch will be removed in the future. It will be Obsoleted in OpenJDK14. Expired in OpenJDK15.