comparison src/share/vm/oops/cpCacheOop.hpp @ 1662:e0ba4e04c839

6969574: invokedynamic call sites deoptimize instead of executing Reviewed-by: kvn
author jrose
date Fri, 16 Jul 2010 18:14:19 -0700
parents 083fde3b838e
children 87d6a4d1ecbc
comparison
equal deleted inserted replaced
1661:01b172b8cd7c 1662: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;