This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[BC] Patch: FYI: make -verbose:class work
- From: Andrew Haley <aph at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Tue, 16 Nov 2004 16:49:24 +0000
- Subject: [BC] Patch: FYI: make -verbose:class work
- References: <m33bzhinwx.fsf@localhost.localdomain>
Tom Tromey writes:
> I'm checking this in on the BC branch.
>
> -verbose:class was a casualty of the linker rewrite on the BC branch.
> This makes it work again for compiled classes. It will now
> distinguish between BC and normal ABI classes in the debug output.
That's nice. Could it also say where the class was being loaded from?
The codeSource?
Andrew.