hotspot/src/share/vm/opto/library_call.cpp
changeset 16826 d88704223e39
parent 15752 9e5ee72bd9d2
child 16827 2705b620f1a7
--- a/hotspot/src/share/vm/opto/library_call.cpp	Thu Mar 21 10:42:51 2013 -0700
+++ b/hotspot/src/share/vm/opto/library_call.cpp	Tue Feb 26 16:16:54 2013 -0800
@@ -4005,8 +4005,9 @@
       }
     }
   }
-  else if (method->is_method_handle_intrinsic() ||
-           method->is_compiled_lambda_form()) {
+
+  if (method->is_method_handle_intrinsic() ||
+      method->is_compiled_lambda_form()) {
     // This is an internal adapter frame from the MethodHandleCompiler -- skip it
     return true;
   }