--- old/src/hotspot/share/code/compiledMethod.cpp 2017-11-15 21:00:32.000000000 -0800 +++ new/src/hotspot/share/code/compiledMethod.cpp 2017-11-15 21:00:31.000000000 -0800 @@ -64,6 +64,8 @@ const char* CompiledMethod::state() const { int state = get_state(); switch (state) { + case not_installed: + return "not installed"; case in_use: return "in use"; case not_used: