commit | 1f4cfb029b257c9b8aa1b7d693160fb0f1c8f1e7 | [log] [tgz] |
---|---|---|
author | John R Rose <jrose@openjdk.org> | Wed Jun 09 18:50:45 2010 -0700 |
committer | John R Rose <jrose@openjdk.org> | Wed Jun 09 18:50:45 2010 -0700 |
tree | a2adee7b2f672ed67417132a587872939956801a | |
parent | 154ae789ef84bf3245a689b41bacaf5564898a54 [diff] |
6939203: JSR 292 needs method handle constants Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType; extend 'ldc' bytecode. Reviewed-by: twisti, never