This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
"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.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |