This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: java instance initializers
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: PATCH: java instance initializers
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Tue, 3 Jul 2001 21:12:48 -0400 (EDT)
- cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
On 3 Jul 2001, Tom Tromey wrote:
> Jeff> If a java class contains instance initializers called through a
> Jeff> constructor invoking `this', the initializers are executed twice:
>
> Could you check your test case in to libjava/testsuite/libjava.lang ?
Done.
Jeff