hg: mlvm/mlvm/jdk: meth-lazy: merged BMH factory into BMH, added test for primitive parameter binding
Rémi Forax
forax at univ-mlv.fr
Wed Jul 11 13:48:38 PDT 2012
On 07/11/2012 10:07 PM, michael.haupt at oracle.com wrote:
> Changeset: 79c955d995f0
> Author: mhaupt
> Date: 2012-07-11 22:07 +0200
> URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/79c955d995f0
>
> meth-lazy: merged BMH factory into BMH, added test for primitive parameter binding
>
> ! meth-lazy-7023639.xbmh.patch
>
> _______________________________________________
> mlvm-dev mailing list
> mlvm-dev at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
Hi Mickael,
some minor comments,
makeSignature should use a StringBuilder and not a StringBuffer.
ans I don't think generateConcreteBMHClass needs to return a Class<?
extends BoundMethodHandle>,
a Class<?> seems enough so the cast near the end of the method can be
removed.
Rémi
More information about the mlvm-dev
mailing list