Thanks; I'll try. Using -XX:-UseSplitVerifier as indicated in '388 above did cause the problem to go away.
On Jul 29, 4:29 pm, Stuart McCulloch <[email protected]> wrote: > On 29 July 2011 23:53, Leigh Klotz, Jr. <[email protected]> wrote: > > I tried JDK 1.7 today and get this error: > > > Error injecting constructor, java.lang.VerifyError: Expecting a > > stackmap frame at branch target 41 in method > > sun.security.ec.SunEC.<init>()V at offset 28 > > > The object being injected has a constructor accepting a few providers, > > another object, and a provider marked with a custom annotation. > > > When I search for the error message, I get this, from antlr: > > >https://bugs.eclipse.org/bugs/show_bug.cgi?id=339388 > > > I'm already running JDK 1.7 with -XX:-OptimizeStringConcat -XX:- > > AggressiveOpts > > Can you recreate the error using Guice trunk? It updates ASM to 3.3.1 which > might fix the problem. > > > Leigh. > > > -- > > You received this message because you are subscribed to the Google Groups > > "google-guice" 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/google-guice?hl=en. > > -- > Cheers, Stuart -- You received this message because you are subscribed to the Google Groups "google-guice" 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/google-guice?hl=en.
