I have been doing stress testing for my application. In my analysis, I did found some OutOfMemory instances in heap histogram.
726: 10 320 java.lang.OutOfMemoryError
I didn't observe OutOfMemory issue in my application logs, and neither in thread stack. What does this indicate ? Did my application encounter OOM 10 times ?
Application startup command
CommandLine flags: -XX:-BytecodeVerificationLocal -XX:-BytecodeVerificationRemote -XX:+FlightRecorder -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/pmc/oom.hprof -XX:InitialHeapSize=134217728 -XX:+ManagementServer -XX:MaxHeapSize=805306368 -XX:NewRatio=1 -XX:+PrintClassHistogram -XX:-PrintConcurrentLocks -XX:+PrintGC -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+UnlockCommercialFeatures -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseParallelGC