test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlG1Basics.java
changeset 49632 64f9ebc85e67
parent 49607 acffe6ff3ae7
child 50097 ed8a43d83fcc
equal deleted inserted replaced
49631:2520a95cddf7 49632:64f9ebc85e67
    52         "CONCURRENT_MARK",
    52         "CONCURRENT_MARK",
    53         "MARK_FROM_ROOTS",
    53         "MARK_FROM_ROOTS",
    54         "BEFORE_REMARK",
    54         "BEFORE_REMARK",
    55         "REMARK",
    55         "REMARK",
    56         "REBUILD_REMEMBERED_SETS",
    56         "REBUILD_REMEMBERED_SETS",
    57         "COMPLETE_CLEANUP",
       
    58         "CLEANUP_FOR_NEXT_MARK",
    57         "CLEANUP_FOR_NEXT_MARK",
    59     };
    58     };
    60 
    59 
    61     public static void main(String[] args) throws Exception {
    60     public static void main(String[] args) throws Exception {
    62         CheckSupported.check("G1", phases);
    61         CheckSupported.check("G1", phases);