History log of /openjdk10/jdk/src/java.base/share/classes/java/io/FileOutputStream.java
Revision Date Author Comments
# 17678:f59720adabf8 01-Sep-2017 jjg

8187021: Remove 2 redundant <p> tags in java.base API docs
Reviewed-by: darcy


# 17283:54e8bad0022c 23-May-2017 bpb

8180353: FileOutputStream documentation does not indicate properly whether files get truncated or not
Summary: Update documentation of FileOutputStream(String)
Reviewed-by: chegar, dfuchs


# 16989:9289f04ddb54 05-Apr-2017 rriggs

8165641: Deprecate Object.finalize
Reviewed-by: mchung, smarks


# 15916:8bb97435f7de 26-Oct-2016 redestad

8168640: (fc) Avoiding AtomicBoolean in FileInput/-OutputStream improves startup
Reviewed-by: alanb, plevart


# 12808:d8bae0a5bdd2 28-Sep-2015 chegar

8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs


# 12519:9d6f8c37e857 06-Aug-2015 avstepan

8132468: docs: replace <tt> tags (obsolete in html5) for java.io, java.lang, java.math
Reviewed-by: lancea, dfuchs, smarks


# 11102:655c81c02331 15-Dec-2014 bpb

8025619: (fc) FileInputStream.getChannel on closed stream returns FileChannel that doesn't know that stream is closed
Summary: If the stream is closed ensure getChannel() returns a closed channel. Also, FileKey.create() should throw an IOException directly instead of wrapping it in an Error.
Reviewed-by: alanb


# 10878:5a60db1cbd3c 28-Oct-2014 igerasim

8023173: FileDescriptor should respect append flag
Reviewed-by: martin, alanb, rriggs


# 10525:0aa1bc5db42c 20-Aug-2014 bpb

8054720: Modifications of I/O methods for instrumentation purposes
Summary: Wrap some native methods in Java methods.
Reviewed-by: rriggs


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com