PATCH: Fix Java name mangling bug: PR java/12586
Bryce McKinlay
bryce@mckinlay.net.nz
Sun Oct 12 10:49:00 GMT 2003
This patch fixes a Java name mangling bug that Michael Koch reported.
We were incorrectly matching partial package names in compression
records.
For example,
java.net.ServerSocket(gnu.java.net.PlainSocketImpl)
was being mangled to:
java.net.ServerSocket(java.net.PlainSocketImpl)
For more details:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12586
OK?
Bryce.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 454 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20031012/59ea6952/attachment.bin>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mangle.patch.txt
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20031012/59ea6952/attachment.txt>
More information about the Java-patches
mailing list