< prev index next > src/hotspot/share/compiler/compilerDefinitions.hpp
Print this page
CompLevel_all = -1, // Used for changing the state
CompLevel_none = 0, // Interpreter
CompLevel_simple = 1, // C1
CompLevel_limited_profile = 2, // C1, invocation & backedge counters
CompLevel_full_profile = 3, // C1, invocation & backedge counters + mdo
- CompLevel_full_optimization = 4 // C2 or JVMCI
+ CompLevel_full_optimization = 4, // C2 or JVMCI
+ CompLevel_count = 4
};
class CompilationModeFlag : AllStatic {
enum class Mode {
NORMAL,
< prev index next >