Brian Burkhalter
|
049c574933
|
8221597: A typo in the Java API doc for File.getUsableSpace()
Reviewed-by: lancea, darcy
|
2019-04-05 08:37:33 -07:00 |
|
Martin Buchholz
|
df4f28c041
|
8219196: DataOutputStream.writeUTF may throw unexpected exceptions
Reviewed-by: martin, darcy, rriggs
|
2019-03-27 07:21:18 -07:00 |
|
Brian Burkhalter
|
954c66afed
|
8078860: (spec) InputStream.read(byte[] b, int off, int len) claims to not affect element b[off]
Reviewed-by: lancea, darcy, rriggs
|
2019-03-22 08:18:26 -07:00 |
|
Jonathan Gibbons
|
2df0f4b4dd
|
8220249: fix headings in java.compiler
Reviewed-by: erikj, darcy
|
2019-03-20 15:35:26 -07:00 |
|
Roger Riggs
|
0ec2218c50
|
8202675: Replace process-wide terminology in serial filtering to be consistent
Reviewed-by: alanb, lancea
|
2019-01-15 15:56:41 -05:00 |
|
Brian Burkhalter
|
8b0048861b
|
8216172: File.renameTo(File dest) should check for NPE at the very beginning
Reviewed-by: lancea
|
2019-01-11 08:20:25 -08:00 |
|
Claes Redestad
|
346018251f
|
8215412: Optimize PrintStream.println methods
Reviewed-by: rriggs, dfuchs, forax
|
2019-01-04 20:58:35 +01:00 |
|
Ivan Gerasimov
|
d76c772d2f
|
6996807: FieldReflectorKey hash code computation can be improved
Reviewed-by: rriggs
|
2019-01-02 15:33:32 -08:00 |
|
Claes Redestad
|
a3df1d618e
|
8215281: Use String.isEmpty() when applicable in java.base
Reviewed-by: dfuchs, alanb
|
2018-12-13 15:31:05 +01:00 |
|
Roger Riggs
|
938b844088
|
8214971: Replace use of string.equals("") with isEmpty()
Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
|
2018-12-07 11:51:17 -05:00 |
|
Brian Burkhalter
|
4a028afe5e
|
6516099: InputStream.skipFully(int k) to skip exactly k bytes
Reviewed-by: rriggs, bchristi, serb, dfuchs
|
2018-12-05 15:58:46 -08:00 |
|
Martin Buchholz
|
7212bf0a77
|
8213406: (fs) More than one instance of built-in FileSystem observed in heap
Reviewed-by: alanb, cushon, weijun
|
2018-11-28 14:28:28 -08:00 |
|
Mandy Chung
|
9ffe7e1205
|
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn
|
2018-11-06 10:01:16 -08:00 |
|
Mandy Chung
|
5e6d6b8642
|
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
Reviewed-by: dholmes, thartmann
|
2018-10-22 17:00:04 -07:00 |
|
Roger Riggs
|
8dd0b1f061
|
8192939: Remove Finalize methods from FileInputStream and FileOutputStream
Reviewed-by: alanb, iris, mchung
|
2018-10-16 10:55:28 -04:00 |
|
Claes Redestad
|
02a3be9920
|
8211859: Avoid initializing AtomicBoolean from RandomAccessFile
Reviewed-by: alanb
|
2018-10-09 14:30:06 +02:00 |
|
Claes Redestad
|
5ddac96c10
|
8209837: Avoid initializing ExpiringCache during bootstrap
Reviewed-by: sundar, forax
|
2018-08-24 14:04:34 +02:00 |
|
Brent Christian
|
c7a1b6431d
|
8207005: Disable the file canonicalization cache by default
Reviewed-by: alanb, bpb
|
2018-07-11 14:32:42 -07:00 |
|
Patrick Reinhart
|
f44956330d
|
8204930: Reader:nullReader() spec does not match the behavior
Reviewed-by: bpb, rriggs
|
2018-06-25 14:36:16 -07:00 |
|
Roger Riggs
|
474a1253bb
|
8203368: ObjectInputStream filterCheck method throws NullPointerException
Reviewed-by: bpb, smarks
|
2018-05-25 13:29:25 -04:00 |
|
Jan Lahoda
|
f7afa8ff53
|
8202105: Console echo is disabled when exiting jshell
Preserving original terminal echo state when Console.readPassword finishes.
Reviewed-by: sherman, martin
|
2018-04-30 15:03:08 +02:00 |
|
Claes Redestad
|
dce2872700
|
8202324: Avoid loading FileInput-/OutputStream$AltFinalizer
Reviewed-by: alanb
|
2018-04-26 17:14:04 +02:00 |
|
Xueming Shen
|
1775d925de
|
8194750: Console.readPassword does not save/restore tty settings
Reviewed-by: martin, alanb
|
2018-04-17 11:20:50 -07:00 |
|
Roger Riggs
|
e50e03e199
|
8197595: Serialization javadoc should link to security best practices
Reviewed-by: lancea, mullan, ahgross
|
2018-03-28 14:15:41 -04:00 |
|
Brian Burkhalter
|
6670f60a21
|
8180410: ByteArrayOutputStream should not throw IOExceptions
Add ByteArrayOutputStream.writeBytes()
Reviewed-by: rriggs, smarks
|
2018-03-23 15:05:43 -07:00 |
|
Brian Burkhalter
|
68cf42d465
|
8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo
Reviewed-by: bchristi, rriggs, psandoz
|
2018-03-23 10:09:45 -07:00 |
|
Patrick Reinhart
|
4c7f1ac52c
|
8196298: Add null Reader and Writer
Reviewed-by: bpb, forax, smarks, alanb, rriggs
|
2018-03-19 09:58:41 -04:00 |
|
Joe Wang
|
e5a5c2a832
|
8183554: Add constructors with Charset parameter for FileReader and FileWriter
Reviewed-by: alanb, rriggs, smarks
|
2018-03-15 14:54:10 -07:00 |
|
Brian Burkhalter
|
516fa74ca5
|
8182684: Further clarify InputStream#available()
Reviewed-by: alanb, rriggs
|
2018-03-13 12:24:39 -07:00 |
|
Roger Riggs
|
cfe9ad4608
|
8189330: Cleanup FileDescriptor implementation
Reviewed-by: bpb
|
2018-02-23 14:26:29 -05:00 |
|
Brian Burkhalter
|
697c3fc073
|
8139206: Add InputStream readNBytes(int len)
Reviewed-by: alanb, chegar, plevart, apetcher, rriggs, weijun
|
2018-02-01 09:40:38 -08:00 |
|
Brian Burkhalter
|
49beab63c8
|
4358774: Add null InputStream and OutputStream
Reviewed-by: alanb, prappo, reinhapa, rriggs
|
2018-01-12 11:06:24 -08:00 |
|
Brian Burkhalter
|
7be1368ad8
|
8194649: Minor cleanup of parameter checking in ByteArrayOutputStream and ObjectInputStream
Reviewed-by: rriggs
|
2018-01-05 12:46:22 -08:00 |
|
Brian Burkhalter
|
1924909d78
|
8193861: Typos in API documentation of File.toPath() and InetSocketAddress.getAddress()
Reviewed-by: chegar, rriggs, lancea
|
2018-01-05 12:45:52 -08:00 |
|
Brian Burkhalter
|
1209c4bcb3
|
8193832: Performance of InputStream.readAllBytes() could be improved
Read into a list of fixed-size buffers which are gathered at the end
Reviewed-by: alanb, chegar, plevart, jrose, psandoz
|
2017-12-22 14:00:03 -08:00 |
|
Joe Wang
|
4f080a83af
|
8183743: Umbrella: add overloads that take a Charset parameter
Reviewed-by: alanb, rriggs
|
2017-12-12 11:10:12 -08:00 |
|
Roger Riggs
|
f29e21abb1
|
8080225: FileInput/OutputStream/FileChannel cleanup should be improved
Reviewed-by: mchung, plevart, bpb
|
2017-12-01 16:40:08 -05:00 |
|
Patrick Reinhart
|
5eafe731b0
|
8191706: Add Reader::transferTo(Writer)
Reviewed-by: alanb, bpb, briangoetz
|
2017-12-06 14:39:15 -08:00 |
|
Brian Burkhalter
|
adb156a9b2
|
8191516: OutputStream.write(byte[],int,int) could have fewer parameter bounds checks
Reduce parameter bounds checks from five to three as in InputStream::read
Reviewed-by: psandoz
|
2017-11-22 08:12:45 -08:00 |
|
Christoph Dreis
|
5d7c797278
|
8190733: Use Class::getPackageName in java.base implementation
Reviewed-by: mchung, rriggs
|
2017-11-08 13:38:00 -08:00 |
|
Christoph Dreis
|
7f79fffba6
|
8190382: fix small typographic errors in comments
Reviewed-by: martin
|
2017-10-30 17:49:33 -07:00 |
|
Brian Burkhalter
|
18cbe428c1
|
8189963: Remove version of FileChannelImpl::open without the 'direct' parameter
Remove old version of FileChannelImpl::open and update call sites
Reviewed-by: rriggs
|
2017-10-26 11:08:31 -07:00 |
|
Jesper Wilhelmsson
|
65db4f42d0
|
8187556: Backout of a fix reintroduced a dependency that had since been removed
Reviewed-by: duke
|
2017-09-14 22:57:36 +02:00 |
|
Stuart Marks
|
7d547d0ee4
|
8174109: Better queuing priorities
Reviewed-by: chegar, dfuchs, rriggs, alanb, robm, rhalade, jeff, ahgross
|
2017-08-02 10:34:35 -07:00 |
|
Roger Riggs
|
74b07b599e
|
8181597: Process Proxy presentation
Reviewed-by: dfuchs, ahgross, rhalade, skoivu
|
2017-06-19 17:38:33 -04:00 |
|
Daniel Fuchs
|
020204a972
|
8180024: Improve construction of objects during deserialization
Reviewed-by: rriggs, skoivu, ahgross, rhalade
|
2017-05-19 11:18:49 +01:00 |
|
Roger Riggs
|
5e55e5e2ee
|
8187631: Refactor FileDescriptor close implementation
Reviewed-by: bpb, alanb
|
2017-09-21 11:41:12 -04:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|