JaCoLine - Viewing Historical Command Line #9372

Analysis Date JDK Operating System CPU Architecture Debug JVM?
2023-09-19 OpenJDK17 Linux x86 Y
Results
Switches Identified
Switch Analysis
Name Type Description Default Value Your Value
UseParallelGC boolean Use the Parallel garbage collector. false true
Analysis OK
Name Type Description Default Value Your Value
FlightRecorder boolean (Deprecated) Enable Flight Recorder false true
Analysis This switch will be removed in the future. It will be Deprecated in OpenJDK13.
Name Type Description Default Value Your Value
UseGCLogFileRotation boolean Rotate gclog files (for long running applications). It requires
-Xloggc:<filename>
false true
Analysis This switch was removed after OpenJDK8. Your analysis was for OpenJDK17
Name Type Description Default Value Your Value
NumberOfGCLogFiles int Number of gclog files in rotation
(default: 0, no rotation)
0 3
Analysis This switch was removed after OpenJDK8. Your analysis was for OpenJDK17
Name Type Description Default Value Your Value
GCLogFileSize int GC log file size, requires UseGCLogFileRotation.
Set to 0 to only trigger rotation via jcmd
8*K 100M
Analysis This switch was removed after OpenJDK8. Your analysis was for OpenJDK17
Name Type Description Default Value Your Value
PrintGCDetails boolean Print more details at garbage collection.
Deprecated, use -Xlog:gc* instead.
false true
Analysis OK
Name Type Description Default Value Your Value
OmitStackTraceInFastThrow boolean Omit backtraces for some 'hot' exceptions in optimized code true false
Analysis OK
Name Type Description Default Value Your Value
MinRAMPercentage double Minimum percentage of real memory used for maximum heap
size on systems with small physical memory size
50.0 in range(0.0, 100.0) 50.0
Analysis OK
Name Type Description Default Value Your Value
MaxRAMPercentage double Maximum percentage of real memory used for maximum heap size 25.0 in range(0.0, 100.0) 75.0
Analysis OK
Name Type Description Default Value Your Value
InitialRAMPercentage double Percentage of real memory used for initial heap size 1.5625 in range(0.0, 100.0) 75.0
Analysis OK
Name Type Description Default Value Your Value
HeapDumpOnOutOfMemoryError boolean Dump heap to file when java.lang.OutOfMemoryError is thrown
from JVM
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 - 1 in range(1, max_uintx - 1) 100
Analysis OK
Name Type Description Default Value Your Value
InitiatingHeapOccupancyPercent int The percent occupancy (IHOP) of the current old generation
capacity above which a concurrent mark cycle will be initiated
Its value may change over time if adaptive IHOP is enabled,
otherwise the value remains constant.
In the latter case a value of 0 will result as frequent as
possible concurrent marking cycles. A value of 100 disables
concurrent marking.
Fragmentation waste in the old generation is not considered
free space in this calculation. (G1 collector only)
45 in range(0, 100) 30
Analysis OK
Name Type Description Default Value Your Value
ParallelGCThreads uint Number of parallel threads parallel gc will use 0 6\
Analysis OK
Name Type Description Default Value Your Value
UseStringDeduplication boolean Use string deduplication false true
Analysis OK