src/hotspot/share/code/compiledMethod.cpp
changeset 48007 ab3959df2115
parent 47687 fb290fd1f9d4
child 48557 2e867226b914
--- 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: