hg: mlvm/mlvm/langtools: meth: assign bug numbers for review

2010-03-30 Thread john . rose
Changeset: ab871ff01a91 Author:jrose Date: 2010-03-30 03:36 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/langtools/rev/ab871ff01a91 meth: assign bug numbers for review + meth-ing-6939134.patch - meth-ing.patch = meth-ldc-6939203.patch meth-ldc.patch ! series

Request for reviews (M): 6939196: method handle signatures off the boot class path get linkage errors

2010-03-30 Thread John Rose
6939196: method handle signatures off the boot class path get linkage errors http://cr.openjdk.java.net/~jrose/6939196/hs-webrev.00/ http://cr.openjdk.java.net/~jrose/6939196/jdk-webrev.00/ The bugtraq description is copied below. - Adjust MethodType lookup logic to search off the BCP, but not

Request for reviews (L): 6939203: JSR 292 needs method handle constants

2010-03-30 Thread John Rose
6939203: JSR 292 needs method handle constants Summary: Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType; extend 'ldc' bytecode. http://cr.openjdk.java.net/~jrose/6939203/hs-webrev.00 Please review this small JDK change along with it: