Joe Darcy
|
f3208bfcd0
|
8199424: consider removing ObjectInputStream and ObjectOutputStream native methods
Reviewed-by: bpb, rriggs, redestad
|
2019-09-20 09:32:45 -07:00 |
|
Julia Boes
|
b15b322cf3
|
8230648: Replace @exception tag with @throws in java.base
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: prappo, lancea
|
2019-09-20 11:07:52 +01:00 |
|
Brian Burkhalter
|
4285853d91
|
8230342: LineNumberReader.getLineNumber() returns inconsistent results after EOF
Reviewed-by: rriggs, dfuchs
|
2019-09-11 12:32:01 -07:00 |
|
Joe Darcy
|
10f1f10f2e
|
8230723: Remove default constructors from java.lang and java.io
Reviewed-by: bpb, rriggs
|
2019-09-09 10:13:42 -07:00 |
|
Brian Burkhalter
|
4d70cdac4f
|
8187898: PrintStream should override FilterOutputStream#write(byte[]) with a method that has no throws clause
Reviewed-by: alanb, rriggs, lancea, darcy
|
2019-09-05 16:26:53 -07:00 |
|
Joe Darcy
|
cebd13dbaa
|
8230681: Add @since tag to java.io.Serial
Reviewed-by: lancea, bpb
|
2019-09-05 15:55:57 -07:00 |
|
Joe Darcy
|
9d764ee48e
|
8229997: Apply java.io.Serial annotations in java.base
Reviewed-by: alanb, rriggs
|
2019-08-29 16:31:34 -07:00 |
|
Arthur Eubanks
|
916c2e3cf3
|
8229899: Make java.io.File.isInvalid() less racy
Reviewed-by: alanb, martin, shade
|
2019-08-19 16:08:28 -07:00 |
|
Joe Darcy
|
792a6d1645
|
8202385: Annotation to mark serial-related fields and methods
Reviewed-by: rriggs, chegar, alanb
|
2019-08-19 18:12:09 -07:00 |
|
Brian Burkhalter
|
62c2d1fbd9
|
8078891: java.io.SequenceInputStream.close is not atomic and not idempotent
Reviewed-by: prappo, dfuchs, alanb
|
2019-07-29 09:09:23 -07:00 |
|
Brian Burkhalter
|
ba9c952f87
|
8228392: Backout incorrect change done by JDK-8067801
Reviewed-by: lancea
|
2019-07-18 17:10:33 -07:00 |
|
Brian Burkhalter
|
ba761b4cbd
|
8073213: javadoc of PushbackInputStream methods should specify NullPointerExceptions
Reviewed-by: lancea, darcy
|
2019-07-17 15:12:47 -07:00 |
|
Brian Burkhalter
|
a7016e3b5d
|
8067801: Enforce null check for underlying I/O streams
Reviewed-by: lancea
|
2019-07-17 14:24:37 -07:00 |
|
Brian Burkhalter
|
60530bae7c
|
8131664: Javadoc for PrintStream is now incorrect
Reviewed-by: lancea, darcy
|
2019-07-17 14:24:24 -07:00 |
|
Brian Burkhalter
|
618afc3fa2
|
8219992: Correct the documentation of PrintWriter to refer System.lineSeparator
Reviewed-by: darcy, lancea, rriggs
|
2019-06-06 08:11:25 -07:00 |
|
Andrey Turbanov
|
9eda28e6ea
|
6394787: Typos in javadoc of OIS.readObjectOverride and OOS.writeObjectOverride
Reviewed-by: alanb, chegar
|
2019-06-04 15:52:26 +01:00 |
|
Deepak Kejriwal
|
9a193f38a3
|
8214563: Use {@systemProperty} in specification of system properties in java.nio packages
8214565: Use {@systemProperty} for definitions of system properties
Reviewed-by: alanb, rriggs
|
2019-05-23 12:36:54 +05:30 |
|
Ivan Gerasimov
|
218204b1a3
|
8223593: Refactor code for reallocating storage
Reviewed-by: prappo, plevart, rriggs, smarks
|
2019-05-21 18:40:29 -07:00 |
|
Roger Riggs
|
e6c52060dc
|
8220166: Performance regression in deserialization (4-6% in SPECjbb)
Reviewed-by: shade, dholmes, alanb
|
2019-05-17 10:48:02 -04:00 |
|
Brian Burkhalter
|
daa6cc9267
|
8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer
Reviewed-by: dfuchs, prappo
|
2019-04-29 07:39:16 -07:00 |
|
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 |
|