comparison src/share/vm/interpreter/templateTable.hpp @ 1602:136b78722a08

6939203: JSR 292 needs method handle constants Summary: Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType; extend 'ldc' bytecode. Reviewed-by: twisti, never
author jrose
date Wed, 09 Jun 2010 18:50:45 -0700
parents e9ff18c4ace7
children f95d63e2154a
comparison
equal deleted inserted replaced
1585:49fac4acd688 1602:136b78722a08
121 121
122 static void bipush(); 122 static void bipush();
123 static void sipush(); 123 static void sipush();
124 static void ldc(bool wide); 124 static void ldc(bool wide);
125 static void ldc2_w(); 125 static void ldc2_w();
126 static void fast_aldc(bool wide);
126 127
127 static void locals_index(Register reg, int offset = 1); 128 static void locals_index(Register reg, int offset = 1);
128 static void iload(); 129 static void iload();
129 static void fast_iload(); 130 static void fast_iload();
130 static void fast_iload2(); 131 static void fast_iload2();