< prev index next >

test/jdk/jdk/jfr/event/metadata/TestLookForUntestedEvents.java

Print this page

        

*** 68,78 **** Arrays.asList( "MetaspaceGCThreshold", "MetaspaceAllocationFailure", "MetaspaceOOM", "MetaspaceChunkFreeListSummary", "G1HeapSummary", "ParallelOldGarbageCollection", "OldGarbageCollection", "G1GarbageCollection", "GCPhasePause", "GCPhasePauseLevel1", "GCPhasePauseLevel2", "GCPhasePauseLevel3", ! "GCPhasePauseLevel4", "GCPhaseConcurrent") ); // This is a "known failure list" for this test. // NOTE: if the event is not covered, a bug should be open, and bug number // noted in the comments for this set. --- 68,78 ---- Arrays.asList( "MetaspaceGCThreshold", "MetaspaceAllocationFailure", "MetaspaceOOM", "MetaspaceChunkFreeListSummary", "G1HeapSummary", "ParallelOldGarbageCollection", "OldGarbageCollection", "G1GarbageCollection", "GCPhasePause", "GCPhasePauseLevel1", "GCPhasePauseLevel2", "GCPhasePauseLevel3", ! "GCPhasePauseLevel4", "GCPhaseConcurrent", "GCPhaseConcurrentLevel1") ); // This is a "known failure list" for this test. // NOTE: if the event is not covered, a bug should be open, and bug number // noted in the comments for this set.
< prev index next >