| commit | 4df63bafc0edbcf62e2d573ca4e5597de3f0304c | [log] [tgz] |
|---|---|---|
| author | John R Rose <jrose@openjdk.org> | Tue Jun 08 23:08:56 2010 -0700 |
| committer | John R Rose <jrose@openjdk.org> | Tue Jun 08 23:08:56 2010 -0700 |
| tree | f378f785bd89c79f0dc65d1343a349e32fa6c6bc | |
| parent | 8fff72a23bfdbc7be63191448646763cad6bd42b [diff] |
6939203: JSR 292 needs method handle constants Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType to verifier; put in runtime support upcall. Reviewed-by: twisti