src/share/vm/oops/cpCacheOop.hpp

changeset 2017
e0ba4e04c839
parent 2015
083fde3b838e
child 2258
87d6a4d1ecbc
equal deleted inserted replaced
2016:01b172b8cd7c 2017:e0ba4e04c839
209 switch (code) { 209 switch (code) {
210 case Bytecodes::_getstatic : // fall through 210 case Bytecodes::_getstatic : // fall through
211 case Bytecodes::_getfield : // fall through 211 case Bytecodes::_getfield : // fall through
212 case Bytecodes::_invokespecial : // fall through 212 case Bytecodes::_invokespecial : // fall through
213 case Bytecodes::_invokestatic : // fall through 213 case Bytecodes::_invokestatic : // fall through
214 case Bytecodes::_invokedynamic : // fall through
214 case Bytecodes::_invokeinterface : return 1; 215 case Bytecodes::_invokeinterface : return 1;
215 case Bytecodes::_putstatic : // fall through 216 case Bytecodes::_putstatic : // fall through
216 case Bytecodes::_putfield : // fall through 217 case Bytecodes::_putfield : // fall through
217 case Bytecodes::_invokevirtual : return 2; 218 case Bytecodes::_invokevirtual : return 2;
218 default : break; 219 default : break;

mercurial