This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Backtrace is broken without -g
Andrew> Do we need to make libgcj compatible with java binaries
Andrew> compiled with an earlier compiler?
Per> In my opinion: Not yet.
I agree.
I don't see how we can promise binary compatibility before finishing
Bryce's java-style binary compatibility work. I think this is the
logical consequence of the facts that Java binary compatibility is
different from what we implement now and that Sun can and does add new
methods and such with every release.
Tom