mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
6939203: JSR 292 needs method handle constants
Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType; extend 'ldc' bytecode. Reviewed-by: twisti, never
This commit is contained in:
parent
154ae789ef
commit
1f4cfb029b
60 changed files with 1549 additions and 378 deletions
|
@ -123,6 +123,7 @@ class TemplateTable: AllStatic {
|
|||
static void sipush();
|
||||
static void ldc(bool wide);
|
||||
static void ldc2_w();
|
||||
static void fast_aldc(bool wide);
|
||||
|
||||
static void locals_index(Register reg, int offset = 1);
|
||||
static void iload();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue