File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/com/tagtraum/perf/gcviewer/imp Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ public class DataReaderSun1_6_0 extends AbstractDataReaderSun {
7070 private static final String TIMES_ALONE = " [Times" ;
7171 private static final String FINISHED = "Finished" ; // -XX:PrintCmsStatistics=2
7272 private static final String CARDTABLE = " (cardTable: " ; // -XX:PrintCmsStatistics=2
73+ private static final String GC_LOCKER = "GC locker: Trying a full collection because scavenge failed" ;
7374 private static final List <String > EXCLUDE_STRINGS = new LinkedList <String >();
7475
7576 static {
@@ -81,6 +82,7 @@ public class DataReaderSun1_6_0 extends AbstractDataReaderSun {
8182 EXCLUDE_STRINGS .add (TIMES_ALONE );
8283 EXCLUDE_STRINGS .add (FINISHED );
8384 EXCLUDE_STRINGS .add (CARDTABLE );
85+ EXCLUDE_STRINGS .add (GC_LOCKER );
8486 }
8587
8688 private static final String EVENT_YG_OCCUPANCY = "YG occupancy" ;
You can’t perform that action at this time.
0 commit comments