This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: PR 8415
- From: Andrew Haley <aph at redhat dot com>
- To: tromey at redhat dot com
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>,Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 4 Nov 2002 11:08:16 +0000 (GMT)
- Subject: Patch: PR 8415
- References: <871y65uem4.fsf@fleche.redhat.com>
Tom Tromey writes:
> This patch fixes PR 8415.
>
> Generating different `throws' data in the compiler seemed like the
> best option. The interpreter already has data available in this
> format, so changing to this approach means less runtime allocation
> than the alternatives. Also this approach saves some tiny amount of
> space in the output (2 bytes per `throws').
>
> I have a test case which I'll check in.
>
> Ok to commit?
>
> Tom
>
> Index: gcc/java/ChangeLog
> from Tom Tromey <tromey@redhat.com>
>
> * class.c (make_method_value): Put class name, not signature, into
> `throws' field. For PR java/8415.
OK.
Andrew.