RE: java.io.IOException: Broken pipe

On Fri, 9 Feb 2001, Dan Hansen wrote:

> I think the problem is this - a stacktrace was put in for debugging but not
> surrounded by the debug statement.  BTW, this debugging technique is only
> efficient if the compiler (or jit) is smart enough to know what to do with
> final static variables :)  Are they all?  I don't know.

I tried this with javac, and the compiler removes it directly, this method
acts like a #if DEBUG in C, I didn't use many other compiler, but it is
really a straightforward optimisation.

> So, I put in the debug "if" test - see the "HERE" statements below.  I think
> that is it - will let you know if it was not.

Ok, I made the changes in CVS, thank you!

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Friday, 9 February 2001 10:40:50 UTC