This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: buffer flushing?
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Andrew> Is it not possible to open the file with a mode that stops
Andrew> this from happening?
Adam> Yes, although unfortunately Sun's JDK (1.4) does not do this. So
Adam> it's probably a bad idea for libgcj to do it. Argh.
I think it would be fine for us to do this, if it is what we want.
Java programs shouldn't be relying on this behavior. Are there other
tradeoffs? For instance, does doing this cause strange behavior in
other situations?
Tom