mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +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
|
@ -85,6 +85,7 @@ friend class ciCallSite; \
|
|||
friend class ciConstantPoolCache; \
|
||||
friend class ciField; \
|
||||
friend class ciConstant; \
|
||||
friend class ciCPCache; \
|
||||
friend class ciFlags; \
|
||||
friend class ciExceptionHandler; \
|
||||
friend class ciCallProfile; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue