Le 22/07/2009 08:13, John Rose a écrit : [...] > In other news, the JSR 292 EG has been busy with the APIs and is > making adjustments. Expect some instability, such as the recent > change (for the better!) from MethodHandles.invoke_1 to > MethodHandles.invoke. >
backport updated :) By the way, my diff checker (between JSR292 RI and the backport) reports that these two methods aren't in the backport public toBytecodeString()Ljava/lang/String; of class java/dyn/MethodType. public static fromBytecodeString(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/dyn/MethodType; of class java/dyn/MethodType. I haven't coded them because they are tagged as should be removed in a post-M3 build. > -- John > Rémi _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
