src/hotspot/share/opto/bytecodeInfo.cpp
changeset 48002 0c88cd009b5f
parent 47551 4d034d861e13
child 48024 6199dfaf72da
--- a/src/hotspot/share/opto/bytecodeInfo.cpp	Wed Oct 11 11:24:59 2017 +0200
+++ b/src/hotspot/share/opto/bytecodeInfo.cpp	Mon Nov 20 09:50:27 2017 +0100
@@ -478,7 +478,6 @@
   // Certain methods cannot be parsed at all:
   if ( callee->is_native())                     return "native method";
   if ( callee->is_abstract())                   return "abstract method";
-  if (!callee->can_be_compiled())               return "not compilable (disabled)";
   if (!callee->has_balanced_monitors())         return "not compilable (unbalanced monitors)";
   if ( callee->get_flow_analysis()->failing())  return "not compilable (flow analysis failed)";
   return NULL;