diff -r e79838cf4613 -r ab3959df2115 src/hotspot/share/code/compiledMethod.cpp --- a/src/hotspot/share/code/compiledMethod.cpp Mon Nov 20 17:10:02 2017 -0500 +++ b/src/hotspot/share/code/compiledMethod.cpp Mon Nov 20 19:00:22 2017 -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: