
Description
Hi Chewiebug,
I got his parsing error (using 1.34-SNAPSHOT) on OpenJDK 1.8.:
Jul 18, 2014 6:41:48 PM com.tagtraum.perf.gcviewer.imp.DataReaderSun1_6_0G1 read
WARNING: com.tagtraum.perf.gcviewer.imp.ParseException: java.lang.ArrayIndexOutOfBoundsException: 49 Line 7038: 1609.236: [GC pause (G1 Evacuation Pause) (young)
Jul 18, 2014 6:41:48 PM com.tagtraum.perf.gcviewer.imp.DataReaderSun1_6_0G1 read
WARNING: com.tagtraum.perf.gcviewer.imp.UnknownGcTypeException: Unknown gc type: '' Line 7055: , 0.5996270 secs]
The problem is that new logging default options have a reason associated with each GC pause, in this case (G1 Evacuation Pause). The parser is not able ignore these reasons.
839.770: [GC pause (G1 Evacuation Pause) (young)
Removing the reason, fixes the problem.
Thanks,
Jayneel