Re: Changes to method handles between jdk8 b103 and 114? more data

2013-12-11 Thread Mark Roos
So I updated to b119 and changed some callsite signatures from using Object[] to Object... // public static RtCallSite bootStrapSelf(MethodHandles.Lookup callerLookup, String name, MethodType type, Object[] arg) { public static RtCallSite bootStrapSelf(MethodHandles.Lookup callerLookup,

Re: Changes to method handles between jdk8 b103 and 114? more data

2013-12-11 Thread Christian Thalinger
On Dec 11, 2013, at 12:17 AM, Mark Roos mr...@roos.com wrote: So I updated to b119 and changed some callsite signatures from using Object[] to Object... // public static RtCallSite bootStrapSelf(MethodHandles.Lookup callerLookup, String name, MethodType type, Object[] arg) {

Re: Changes to method handles between jdk8 b103 and 114? more data

2013-12-11 Thread Mark Roos
Thanks Christian, that seems to fix it ( the exact math ). Will pummel it some more. regards mark ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev