Hi John, hi all,
the two constructors of JavaMethodHandle introduce
a new way to find a method based on the name of the method and its arity
(without taking account the parameter types).

I don't understand why you want to introduce another way to find a method ?
Why not use the method type and findVirtual() ?

Having a constructor that only takes the method's name is cool
but I don't think it worth the trouble of the introduction
of a new method lookup algorithm.

regards,
Rémi
_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to