This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: PrintStream - Fix PR 11778
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <bryce at mckinlay dot net dot nz>
- Cc: java-patches at gcc dot gnu dot org
- Date: 09 Aug 2003 23:29:52 -0600
- Subject: Re: Patch: PrintStream - Fix PR 11778
- References: <C9E0373C-CADD-11D7-921E-003065F97F7C@mckinlay.net.nz>
- Reply-to: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <bryce@mckinlay.net.nz> writes:
Bryce> I'm not entirely happy with our current PrintStream
Bryce> implementation - there are several layers of indirection and
Bryce> too much synchronization going on. The old code was better.
I think we ought to revert (but preserving the javadoc). One
additional reason is that we have a Mauve regression with the new
code, since a subclass can no longer change the filtered stream by
setting the `out' field.
I think we can change Classpath to follow our old approach as well, on
this basis.
Tom