[Bug libgcj/19621] Network-performance issue in java.io.PrintStream

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19621

Andrew Pinski  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Andrew Pinski  ---
Closing as won't fix as libgcj (and the java front-end) has been removed from
the trunk.

[Bug libgcj/19621] Network-performance issue in java.io.PrintStream

2005-04-30 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-30 
16:12 ---
Confirmed.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-04-30 16:12:19
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19621


[Bug libgcj/19621] Network-performance issue in java.io.PrintStream

2005-01-28 Thread mckinlay at redhat dot com

--- Additional Comments From mckinlay at redhat dot com  2005-01-29 00:26 
---
This is probably due to the 100-byte character conversion buffer in
java/io/PrintStream.java. The buffer size could be increased if it will improve
network efficiency. Any idea what size the Sun implementation uses?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19621