This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ problem on RS/6000
I did read over the discussions before posting my latest note.
The main question seems to be where in the compiler this mangling should
occur.
Apparently the $ in inner classes also affects Java class
serialization. One cannot hide the $ too early. On the other hand, the
C++ mangling includes character counts, so any single character to
multiple character transformations need to occur early enough for the
character count and characters to be self-consistent.
David