< prev index next > src/hotspot/share/opto/phasetype.hpp
Print this page
flags(CALL_CATCH_CLEANUP, "Call catch cleanup") \
flags(MACRO_EXPANSION, "Macro expand") \
flags(BARRIER_EXPANSION, "Barrier expand") \
flags(END, "End") \
flags(FAILURE, "Failure") \
+ flags(SPLIT_INLINES_ARRAY, "Split inlines array") \
+ flags(SPLIT_INLINES_ARRAY_IGVN, "IGVN after split inlines array") \
flags(DEBUG, "Debug")
#define table_entry(name, description) PHASE_##name,
enum CompilerPhaseType {
COMPILER_PHASES(table_entry)
< prev index next >