Patch: java.io.PrintStream

Tom Tromey tromey@redhat.com
Sun Jun 8 22:29:00 GMT 2003


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Michael> I would like to merge java.io.PrintStream from
Michael> classpath. This basically uses a PrintWriter object
Michael> internally instead of doing it all alone.

Could you verify that this doesn't cause a performance regression?  I
ask only because System.out is a PrintStream, so it is probably used
pretty frequently.

I suspect this change won't matter.  But I'd rather we know that ahead
of time.  If it doesn't cause a regression, go ahead.

Thanks for this and all your other merge work.

Tom



More information about the Java-patches mailing list