DO NOT REPLY [Bug 29275] - Corrupted instruction list created on valid class file
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29275>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=29275 Corrupted instruction list created on valid class file ------- Additional Comments From [email protected] 2004-05-28 12:17 ------- Final comment: a compiler should not create on its own a LDC_W instruction if an LDC was enough but the code that triggered the bug was obfuscated to compress it. Then an offset that was "long" becomes "short". Obfuscators prefer not to change the rest of the code so they let the initial LDC_W instruction.