< prev index next >

test/jdk/TEST.groups

8196341: Add JFR events for parallel phases of G1

486     :jdk_beans \                                                                                                           
487     :jdk_imageio \                                                                                                         
488     :jdk_sound \                                                                                                           
489     :jdk_sctp \                                                                                                            
490     javax/accessibility \                                                                                                  
491     com/sun/java/swing \                                                                                                   
492     com/sun/awt                                                                                                            
493 
494 needs_g1gc = \                                                                                                             
495   jdk/jfr/event/gc/refstat/TestRefStatEventWithG1ConcurrentMark.java \                                                     
496   jdk/jfr/event/gc/refstat/TestRefStatEventWithG1FullCollection.java \                                                     
497   jdk/jfr/event/gc/refstat/TestRefStatEventWithG1New.java \                                                                
498   jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java \                                                               
499   jdk/jfr/event/gc/detailed/TestEvacuationInfoEvent.java \                                                                 
500   jdk/jfr/event/gc/detailed/TestG1ConcurrentModeFailureEvent.java \                                                        
501   jdk/jfr/event/gc/collection/TestGCCauseWithG1ConcurrentMark.java \                                                       
502   jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java \                                                       
503   jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithG1New.java \                                              
504   jdk/jfr/event/gc/collection/TestGCEventMixedWithG1FullCollection.java \                                                  
505   jdk/jfr/event/gc/collection/TestGCEventMixedWithG1ConcurrentMark.java \                                                  
                                                                                                                           
506   jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1FullCollection.java \                                      
507   jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1ConcurrentMark.java \                                      
508   jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java                                                                 

486     :jdk_beans \
487     :jdk_imageio \
488     :jdk_sound \
489     :jdk_sctp \
490     javax/accessibility \
491     com/sun/java/swing \
492     com/sun/awt
493 
494 needs_g1gc = \
495   jdk/jfr/event/gc/refstat/TestRefStatEventWithG1ConcurrentMark.java \
496   jdk/jfr/event/gc/refstat/TestRefStatEventWithG1FullCollection.java \
497   jdk/jfr/event/gc/refstat/TestRefStatEventWithG1New.java \
498   jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java \
499   jdk/jfr/event/gc/detailed/TestEvacuationInfoEvent.java \
500   jdk/jfr/event/gc/detailed/TestG1ConcurrentModeFailureEvent.java \
501   jdk/jfr/event/gc/collection/TestGCCauseWithG1ConcurrentMark.java \
502   jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java \
503   jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithG1New.java \
504   jdk/jfr/event/gc/collection/TestGCEventMixedWithG1FullCollection.java \
505   jdk/jfr/event/gc/collection/TestGCEventMixedWithG1ConcurrentMark.java \
506   jdk/jfr/event/gc/collection/TestG1ParallelPhases.java \
507   jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1FullCollection.java \
508   jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1ConcurrentMark.java \
509   jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java
< prev index next >