diff -r 01b172b8cd7c -r e0ba4e04c839 src/share/vm/oops/cpCacheOop.hpp --- a/src/share/vm/oops/cpCacheOop.hpp Fri Jul 16 08:29:42 2010 -0700 +++ b/src/share/vm/oops/cpCacheOop.hpp Fri Jul 16 18:14:19 2010 -0700 @@ -211,6 +211,7 @@ case Bytecodes::_getfield : // fall through case Bytecodes::_invokespecial : // fall through case Bytecodes::_invokestatic : // fall through + case Bytecodes::_invokedynamic : // fall through case Bytecodes::_invokeinterface : return 1; case Bytecodes::_putstatic : // fall through case Bytecodes::_putfield : // fall through