aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/io
AgeCommit message (Collapse)Author
2016-01-228144430: Improve JMX connectionssjiang
Reviewed-by: dfuchs, jbachorik, skoivu
2016-01-258129952: Ensure thread consistencyrobm
Reviewed-by: chegar
2015-09-088135043: ObjectStreamClass.getField(String) too restrictiveigerasim
Reviewed-by: igerasim, chegar
2015-07-038130253: ObjectStreamClass.getFields too restrictiveigerasim
Reviewed-by: igerasim, skoivu
2015-06-308103671: More objective stream classesigerasim
Reviewed-by: rriggs, igerasim
2015-04-208076405: Improve serial serializationigerasim
Reviewed-by: alanb, chegar
2015-04-208076401: Serialize OIS dataigerasim
Reviewed-by: alanb, chegar
2014-03-137011804: SequenceInputStream with lots of empty substreams can cause ↵igerasim
StackOverflowError Reviewed-by: chegar, alanb
2014-09-178055949: ByteArrayOutputStream capacity should be maximal array size ↵igerasim
permitted by VM Summary: Try to resize to "well-known" hotspot max array size first. Reviewed-by: alanb, mduigou
2014-08-228055785: Modifications of I/O methods for instrumentation purposesbpb
Summary: Wrap some native methods in Java methods. Reviewed-by: rriggs
2014-04-168039396: NPE when writing a class descriptor object to a custom ↵igerasim
ObjectOutputStream Reviewed-by: alanb
2014-02-108033917: Keep track of file paths in file streams and channels for ↵sla
instrumentation purposes Reviewed-by: alanb, dsamersoff
2014-02-108033911: Simplify instrumentation of FileInputStream and RandomAccessFilesla
Reviewed-by: alanb, dsamersoff, jbachorik
2013-12-268029235: Update copyright year to match last edit in jdk8 jdk repository for ↵lana
2013 Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
2013-12-048029434: Spliterator of Stream returned by BufferedReader.lines() should ↵henryjen
have NONNULL characteristic Reviewed-by: mduigou
2013-12-038029483: BufferedReader.lines() javadoc typo should be fixedhenryjen
Reviewed-by: mduigou
2013-11-188028049: Tidy warnings cleanup for packages java.nio/java.ioyan
Reviewed-by: alanb, darcy Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
2013-11-128028229: Fix more raw types lint warning in core librariesdarcy
Reviewed-by: chegar, forax, lancea, alanb, jfranck
2013-11-08Mergelana
2013-11-078024458: DataInput.readDouble refers to "readlong" instead of "readLong"rriggs
Summary: fix the typo Reviewed-by: lancea, chegar, dxu
2013-10-31Mergelana
2013-10-298022746: List of spelling errors in API docmalenkov
Reviewed-by: alexsch, smarks
2013-10-228026982: javadoc errors in core libsrriggs
Summary: Cleanup of javadoc -Xlint errors Reviewed-by: lancea, mduigou, darcy, mullan, mchung
2013-10-218022658: Revisit FunctionalInterface on some core libs typesdarcy
Reviewed-by: briangoetz, mduigou, mr
2013-10-15Mergechegar
2013-10-03Mergechegar
2013-09-06Mergechegar
2013-09-278025128: File.createTempFile fails if prefix is absolute pathdxu
Summary: Use only the file name from the supplied prefix for backward compatibility Reviewed-by: alanb, chegar
2013-09-046341345: (spec) Console.reader() should make it clear that the reader ↵sherman
requires line termination Summary: to clarify the spec Reviewed-by: alanb
2013-08-30Mergechegar
2013-08-257129312: BufferedInputStream calculates negative array size with large ↵igerasim
streams and mark Reviewed-by: alanb
2013-08-198023203: Wrap RandomAccessFile.seek native method into a Java helper methoddxu
Reviewed-by: alanb, chegar
2013-08-09Mergechegar
2013-07-25Mergechegar
2013-07-258021408: Fix misc doclint issues in java.util and java.iodarcy
Reviewed-by: dholmes, chegar, psandoz
2013-07-188020426: Fix doclint accessibility issues in java.iojuh
Reviewed-by: mduigou, darcy, chegar
2013-07-118014987: Augment serialization handlingsmarks
Reviewed-by: alanb, coffeys, skoivu
2013-07-038019395: Consolidate StreamSupport.{stream,parallelStream} into a single methodpsandoz
Reviewed-by: henryjen, briangoetz
2013-07-118017212: File.createTempFile requires unnecessary "read" permissiondxu
Summary: Directly call FileSystem method to check a file existence. Also reviewed by tom.hawtin@oracle.com Reviewed-by: alanb
2013-07-088020091: Fix HTML doclint issues in java.iojuh
Reviewed-by: darcy
2013-06-17Mergechegar
2013-06-108013827: File.createTempFile hangs with temp file starting with 'com1.4'dxu
8011950: java.io.File.createTempFile enters infinite loop when passed invalid data Reviewed-by: alanb
2013-06-108016217: More javadoc warningsalanb
Reviewed-by: lancea, chegar, psandoz
2013-05-028012243: about 30% regression on specjvm2008.serial on 7u25 comparing 7u21dfuchs
Reviewed-by: alanb, skoivu, smarks, mchung
2013-06-10Mergechegar
2013-05-23Mergechegar
2013-05-068003258: BufferedReader.lines()mduigou
Reviewed-by: alanb, mduigou, psandoz Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Henry Jen <henry.jen@oracle.com>
2013-05-068003992: File and other classes in java.io do not handle embedded nulls properlydxu
Summary: Have every file operation done with File, FileInputStream, FileOutputStream, or RandomAccessFile that involves a file path containing NUL fail. Also reviewed by fweimer@redhat.com Reviewed-by: alanb, sherman, ahgross, mduigou, dholmes, aph, plevart, martin
2013-04-228012917: ObjectStreamClass and ObjectStreamField should be CallerSensitive awarechegar
Reviewed-by: mchung
2013-04-228008132: Better serialization supportsmarks
Reviewed-by: alanb, hawtin