< prev index next >

src/hotspot/share/opto/phasetype.hpp

Print this page
@@ -98,10 +98,12 @@
    flags(POSTALLOC_EXPAND,               "Post-Allocation Expand") \
    flags(MACH_ANALYSIS,                  "After mach analysis") \
    flags(FINAL_CODE,                     "Final Code") \
    flags(END,                            "End") \
    flags(FAILURE,                        "Failure") \
+   flags(SPLIT_INLINES_ARRAY,            "Split inlines array") \
+   flags(SPLIT_INLINES_ARRAY_IGVN,       "IGVN after split inlines array") \
    flags(ALL,                            "All") \
    flags(DEBUG,                          "Debug")
  
  #define table_entry(name, description) PHASE_##name,
  enum CompilerPhaseType {
< prev index next >