< prev index next >

src/hotspot/share/opto/phasetype.hpp

Print this page
@@ -69,10 +69,12 @@
    flags(GLOBAL_CODE_MOTION,           "Global code motion") \
    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 >