Awesome: thanks! ~~ Robert.
On 31 December 2010 18:21, Rémi Forax <[email protected]> wrote: > On 12/31/2010 10:12 PM, Robert Fischer wrote: > > Everything compiles fine with the 1.4a version. When I use 1.5, however, I > get this error on compile: > cannot access java.lang.ReflectiveOperationException > class file for java.lang.ReflectiveOperationException not found > return using.findStatic(c, methodName, t); > ("using" is a MethodHandles.Lookup variable.) > > I see, java.dyn.NoAccessException has introduced a dependency > to java.lang.ReflectiveOperationException which is not in the mock jar. > > Version 1.5a should fix this issue... > using the fix suggested by John when we talk about that some weeks ago. > > > ~~ Robert. > > Rémi > > > On 27 December 2010 19:00, Charles Oliver Nutter <[email protected]> > wrote: >> >> Very nice, thanks Remi! I'll pull it into JRuby and see if I can't >> update JRuby's indy stuff for JRuby 1.6. >> >> On Mon, Dec 27, 2010 at 3:45 PM, Rémi Forax <[email protected]> wrote: >> > Hi all, >> > I've updated the JSR292 backport to be in sync with jdk7 b123. >> > >> > http://code.google.com/p/jvm-language-runtime/ >> > >> > Although this doesn't support the new sync operation, >> > that will be implemented later. >> > >> > Rémi >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "JVM Languages" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group at >> > http://groups.google.com/group/jvm-languages?hl=en. >> > >> > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "JVM Languages" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/jvm-languages?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "JVM Languages" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/jvm-languages?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "JVM Languages" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/jvm-languages?hl=en. > -- You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en.
