What is the purpose of being able to invoke the constructor through a MethodHandle? The reason I am asking is because to me, it seems like we cannot perform a new through a MethodHandle. Which means that we have to generate a factory method (to which we can bind a MethodHandle) to create a new instance and then we can just as well put the call to the constructor there. Or am i missing something? :-)
//Fredrik _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
