Hi,

It seems that PrintWriter is really slow under 1.1.7 (green) if you construct it with the autoflush flag on and use tya 1.1v4 as the jit compiler
that is, I construct a printwriter like
 new java.io.PrintWriter( System.out, true )
Howver, the program becomes *really* slow and seem "bumping", esp when dumping large chunks of data.
This didn't happen under jdk1.1.6v5, where there was a continuous flow of data in the stream.
Howver if I export JAVA_COMPILER="",
the flow of data is normal!!!
Has anybody observed something similar?

-- 
Dimitrios Vyzovitis      -- Information Processing Laboratory
[EMAIL PROTECTED] -- Aristotle University of Thessaloniki
[EMAIL PROTECTED] -- Dept. of Electrical and Computer Engineering
                            http://egnatia.ee.auth.gr/~dviz
 


Reply via email to