[ https://jira.terracotta.org/jira//browse/CDV-286?page=comments#action_21411 ] Eugene Kuleshov commented on CDV-286: -------------------------------------
Fix committed to trunk and 2.4 branch > Issues with Java 6 bytecode > --------------------------- > > Key: CDV-286 > URL: https://jira.terracotta.org/jira//browse/CDV-286 > Project: Community Development > Issue Type: Bug > Components: DSO:L1 > Affects Versions: 2.3 > Reporter: Eugene Kuleshov > Assigned To: Eugene Kuleshov > Attachments: mylar-context.zip > > > We saw some failure when instrumenting bytecode compiled with -target 1.6: > java.lang.IllegalStateException: ClassReader.accept() should be called with > EXPAND_FRAMES flag > at > com.tc.asm.commons.LocalVariablesSorter.visitFrame(LocalVariablesSorter.java:169) > > at com.tc.asm.ClassReader.accept(ClassReader.java:1159) > at com.tc.asm.ClassReader.accept(ClassReader.java:394) > at > com.tc.object.bytecode.hook.impl.DefaultWeavingStrategy.transform(DefaultWeavingStrategy.java:269) > > at > com.tc.object.bytecode.hook.impl.DSOContextImpl.preProcess(DSOContextImpl.java:137) > at > com.tc.object.bytecode.hook.impl.ClassProcessorHelper.defineClass0Pre(ClassProcessorHelper.java:416) > at java.lang.ClassLoader.defineClass(ClassLoader.java:620) > at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) > at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) > at java.net.URLClassLoader.access$100(URLClassLoader.java:56) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.terracotta.org/jira//secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
