diff src/share/vm/opto/bytecodeInfo.cpp @ 8883:b9a918201d47

Merge with hsx25
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sat, 06 Apr 2013 20:04:06 +0200
parents b8f261ba79c6 80208f353616
children 836a62f43af9
line wrap: on
line diff
--- a/src/share/vm/opto/bytecodeInfo.cpp	Fri Apr 05 18:53:57 2013 +0200
+++ b/src/share/vm/opto/bytecodeInfo.cpp	Sat Apr 06 20:04:06 2013 +0200
@@ -157,9 +157,10 @@
   } else {
     // Not hot.  Check for medium-sized pre-existing nmethod at cold sites.
     if (callee_method->has_compiled_code() &&
-        callee_method->instructions_size() > inline_small_code_size)
+        callee_method->instructions_size() > inline_small_code_size) {
       set_msg("already compiled into a medium method");
       return false;
+    }
   }
   if (size > max_inline_size) {
     if (max_inline_size > default_max_inline_size) {