DO NOT REPLY [Bug 9246] - constant pool does not have unused entries removed after calling getFinalConstantPool
| 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=9246>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9246 constant pool does not have unused entries removed after calling getFinalConstantPool [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [email protected] 2002-05-20 15:54 ------- This is due to the fact that it would impose reordering the whole constant pool which is out of the scope of the API. To many places may reference CP entries which are sometimes hard to find. There are however tools based on BCEL that will do this for you, in particular JOpt, the URL is on the project page.