src/share/vm/oops/cpCacheOop.hpp

changeset 2017
e0ba4e04c839
parent 2015
083fde3b838e
child 2258
87d6a4d1ecbc
     1.1 --- a/src/share/vm/oops/cpCacheOop.hpp	Fri Jul 16 08:29:42 2010 -0700
     1.2 +++ b/src/share/vm/oops/cpCacheOop.hpp	Fri Jul 16 18:14:19 2010 -0700
     1.3 @@ -211,6 +211,7 @@
     1.4        case Bytecodes::_getfield        :    // fall through
     1.5        case Bytecodes::_invokespecial   :    // fall through
     1.6        case Bytecodes::_invokestatic    :    // fall through
     1.7 +      case Bytecodes::_invokedynamic   :    // fall through
     1.8        case Bytecodes::_invokeinterface : return 1;
     1.9        case Bytecodes::_putstatic       :    // fall through
    1.10        case Bytecodes::_putfield        :    // fall through

mercurial