Re: question about possible bug in ByteVector.enlarge(int)
Eric Bruneton <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
David Dunkle wrote: > Hi, > > I found some code that looks suspicious to me. It does not happen very > often, which might explain it not being commonly seen. thanks, there was a bug but not in ByteVector. It was in MethodWriter, here: > newCode.putByte(Opcodes.TABLESWITCH); > newCode.length += (4 - newCode.length % 4) % 4; I fixed it in SVN. Eric
message-footer.txt
(text/plain, 238 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws