comparison src/share/vm/interpreter/bytecodes.hpp @ 726:be93aad57795

6655646: dynamic languages need dynamically linked call sites Summary: invokedynamic instruction (JSR 292 RI) Reviewed-by: twisti, never
author jrose
date Tue, 21 Apr 2009 23:21:04 -0700
parents ad8c8ca4ab0f
children bd02caa94611
comparison
equal deleted inserted replaced
725:928912ce8438 726:be93aad57795
216 _putfield = 181, // 0xb5 216 _putfield = 181, // 0xb5
217 _invokevirtual = 182, // 0xb6 217 _invokevirtual = 182, // 0xb6
218 _invokespecial = 183, // 0xb7 218 _invokespecial = 183, // 0xb7
219 _invokestatic = 184, // 0xb8 219 _invokestatic = 184, // 0xb8
220 _invokeinterface = 185, // 0xb9 220 _invokeinterface = 185, // 0xb9
221 _xxxunusedxxx = 186, // 0xba 221 _invokedynamic = 186, // 0xba // if EnableInvokeDynamic
222 _new = 187, // 0xbb 222 _new = 187, // 0xbb
223 _newarray = 188, // 0xbc 223 _newarray = 188, // 0xbc
224 _anewarray = 189, // 0xbd 224 _anewarray = 189, // 0xbd
225 _arraylength = 190, // 0xbe 225 _arraylength = 190, // 0xbe
226 _athrow = 191, // 0xbf 226 _athrow = 191, // 0xbf