This is the mail archive of the java-patches@sourceware.cygnus.com 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]

Re: Patch: another Boolean fix, java.net cleanups


Bryce> * java/net/natPlainSocketImpl.cc: Remove unneccessary sprintf calls
Bryce> for exception messages.

Generally it is a good idea for us to avoid *printf functions in
libjava (unless debugging is enabled).  We do an ok job at this though
I notice that gij has a bunch of them.  The printf functions typically
pull in a lot of code from libc.  For a native build this doesn't
matter, but for embedded systems it does.  So, thanks for doing this.

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]