Weijun Wang
|
57f5cfdeb5
|
8296399: crlNumExtVal might be null inside X509CRLSelector::match
Reviewed-by: xuelei
|
2022-11-21 15:25:18 +00:00 |
|
Jaikiran Pai
|
906f1ca4d7
|
8292317: Missing null check for Iterator.forEachRemaining implementations
Reviewed-by: sundar, smarks
|
2022-11-19 00:55:14 +00:00 |
|
Joe Darcy
|
6fd1442123
|
8296743: Tighten Class.getModifiers spec for array classes
Reviewed-by: rriggs, mchung, heidinga
|
2022-11-18 21:51:55 +00:00 |
|
Jaikiran Pai
|
2f2d40465b
|
8297129: Inflater documentation refers to 'deflate' methods
Reviewed-by: alanb, lancea
|
2022-11-18 12:04:10 +00:00 |
|
Naoto Sato
|
8b140e2d74
|
8297152: Add a @sealedGraph tag to ZoneId
Reviewed-by: iris, joehw
|
2022-11-17 16:59:08 +00:00 |
|
Raffaello Giulietti
|
35acb89166
|
8296292: Document the default behavior of '$' in regular expressions correctly
Reviewed-by: lancea
|
2022-11-17 12:46:19 +00:00 |
|
Coleen Phillimore
|
d8c809b196
|
8296492: Remove ObjectLocker in JVMTI get_subgroups call
Reviewed-by: dholmes, alanb, sspitsyn
|
2022-11-17 11:58:00 +00:00 |
|
Per Minborg
|
171553a611
|
8297194: Add a @sealedGraph tag to Buffer
Reviewed-by: alanb
|
2022-11-17 11:46:51 +00:00 |
|
Brian Burkhalter
|
b97fc93437
|
7132279: (ch) SeekableByteChannel operation may throw Non{Readable,Writable}ChannelException
Reviewed-by: lancea, jpai
|
2022-11-16 17:33:14 +00:00 |
|
Per Minborg
|
51f690decb
|
8297134: Add a @sealedGraph tag to InetAddress
Reviewed-by: jpai, aefimov
|
2022-11-16 16:41:30 +00:00 |
|
Lance Andersen
|
6aef3a4a3d
|
8262435: Clarify the behavior of a few inherited ZipInputStream methods
Reviewed-by: alanb, bpb, jpai
|
2022-11-15 16:44:14 +00:00 |
|
Markus Karg
|
95b84050fc
|
8296431: PushbackInputStream should override transferTo
Reviewed-by: bpb
|
2022-11-14 18:03:18 +00:00 |
|
Ryan Wallace
|
ff2c987669
|
8294378: URLPermission constructor exception when using tr locale
Reviewed-by: dfuchs, jpai, aefimov
|
2022-11-12 01:37:46 +00:00 |
|
Adam Sotona
|
e802b124b7
|
8296196: Class.getEnumConstants() throws undocumented ClassCastException and NullPointerException
Reviewed-by: darcy
|
2022-11-10 06:20:57 +00:00 |
|
Sean Coffey
|
102b2b32fe
|
8292033: Move jdk.X509Certificate event logic to JCA layer
Reviewed-by: mullan
|
2022-11-09 21:46:56 +00:00 |
|
Andrey Turbanov
|
82cbfb5fb0
|
8296140: Drop unused field java.util.Calendar.DATE_MASK
Reviewed-by: naoto
|
2022-11-09 08:58:30 +00:00 |
|
Weijun Wang
|
671f84bd86
|
8296143: CertAttrSet's set/get mechanism is not type-safe
Reviewed-by: mullan
|
2022-11-08 22:35:29 +00:00 |
|
Matthias Baesken
|
8836b92593
|
8296226: Add constructors (String,Throwable) and (Throwable) to InvalidParameterException
Reviewed-by: mullan, mdoerr
|
2022-11-07 07:50:12 +00:00 |
|
Markus Karg
|
581133a0c8
|
8294696: BufferedInputStream.transferTo should drain buffer when mark set
Reviewed-by: bpb, alanb
|
2022-11-04 21:07:59 +00:00 |
|
Daniel Fuchs
|
4338f527aa
|
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
|
2022-11-03 17:18:14 +00:00 |
|
Lance Andersen
|
72f74df49a
|
8292427: Improve specification of InflaterInputStream.fill()
Reviewed-by: bpb, alanb, simonis
|
2022-11-03 17:02:33 +00:00 |
|
Stuart Marks
|
53905e600a
|
8178355: IdentityHashMap uses identity-based comparison for values everywhere except remove(K,V) and replace(K,V,V)
Reviewed-by: smarks
|
2022-11-03 16:36:29 +00:00 |
|
Brian Burkhalter
|
50d91a31d4
|
8057113: (fs) Path should have a method to obtain the filename extension
Reviewed-by: rriggs, lancea, mr, alanb
|
2022-11-01 21:35:54 +00:00 |
|
Brian Burkhalter
|
4999f2cb16
|
8156593: DataOutput.write(byte[],int,int) and its implementations do not specify index out bounds
Reviewed-by: alanb, aturbanov
|
2022-10-31 22:18:26 +00:00 |
|
Naoto Sato
|
590de37bd7
|
8284842: Update Unicode Data Files to Version 15.0.0
8284844: Update ICU4J to Version 72.1
Reviewed-by: joehw
|
2022-10-31 17:57:30 +00:00 |
|
Ioi Lam
|
fd668dc44f
|
8295537: Enhance TRACE_METHOD_LINKAGE to show the target MethodHandle
Reviewed-by: jvernee, redestad, mchung
|
2022-10-27 22:07:54 +00:00 |
|
Michael McMahon
|
182c215888
|
8295994: Remove left over InetAddressContainer class
Co-authored-by: Andrey Turbanov <aturbanov@openjdk.org>
Reviewed-by: dfuchs
|
2022-10-27 21:05:44 +00:00 |
|
Daniel Fuchs
|
9d0cfd1130
|
8294948: Document IllegalArgumentException and NullPointerException thrown by URLStreamHandler::parseURL and URLStreamHandler::setURL
Reviewed-by: jpai, aefimov, alanb, michaelm
|
2022-10-20 08:54:45 +00:00 |
|
Ioi Lam
|
8d4c077218
|
8295302: Do not use ArrayList when LambdaForm has a single ClassData
Reviewed-by: vlivanov, redestad, mchung
|
2022-10-19 21:11:36 +00:00 |
|
Naoto Sato
|
e238920bb6
|
8295372: CompactNumberFormat handling of number one with decimal part
Reviewed-by: joehw
|
2022-10-19 16:24:15 +00:00 |
|
Jamil Nimeh
|
48cc9a8717
|
8285662: Better permission resolution
Reviewed-by: rhalade, weijun, mullan
|
2022-10-18 22:41:14 +00:00 |
|
Joe Darcy
|
25e88b21af
|
8282252: Improve BigInteger/Decimal validation
Reviewed-by: jboes, rhalade, skoivu, bpb, smarks
|
2022-10-18 22:41:14 +00:00 |
|
Joe Darcy
|
95baf83dd6
|
8295517: Fix stutter typo in JDK-8294539
Reviewed-by: naoto, bpb, lancea
|
2022-10-18 21:00:41 +00:00 |
|
Brian Burkhalter
|
d1f794587c
|
6924219: (fc spec) FileChannel.write(ByteBuffer, position) behavior when file opened for append not specified
Reviewed-by: alanb
|
2022-10-18 16:58:45 +00:00 |
|
Daniel Fuchs
|
bd41428a56
|
8293590: Some syntax checks performed by URL.openConnection() could be performed earlier, at URL construction
Reviewed-by: jpai, michaelm
|
2022-10-18 14:30:51 +00:00 |
|
Sean Coffey
|
8c40b7dc8c
|
8292177: InitialSecurityProperty JFR event
Reviewed-by: mullan
|
2022-10-18 11:41:07 +00:00 |
|
Raffaello Giulietti
|
0b7d811c98
|
8294730: Add @throws and @implNote clauses to BigInteger::isProblablePrime and BigInteger::nextProblablePrime
Reviewed-by: darcy, bpb
|
2022-10-18 09:56:03 +00:00 |
|
Sergey Tsypanov
|
74a51ccc86
|
8292698: Improve performance of DataInputStream
Reviewed-by: dfuchs
|
2022-10-17 04:41:12 +00:00 |
|
Roger Riggs
|
2087424736
|
8295370: Update java.io.ObjectStreamField to use Class.descriptorString
Reviewed-by: bpb, mchung
|
2022-10-14 23:45:03 +00:00 |
|
Brian Burkhalter
|
18dd9ee701
|
8295025: (bf) ByteBuffer "Access to binary data" section suggests putFloat is void
Reviewed-by: alanb
|
2022-10-13 18:39:48 +00:00 |
|
Smita Kamath
|
07946aa49c
|
8289552: Make intrinsic conversions between bit representations of half precision values and floats
Reviewed-by: kvn, sviswanathan, jbhateja
|
2022-10-11 17:06:19 +00:00 |
|
Markus Karg
|
619cd825b5
|
8294702: BufferedInputStream uses undefined value range for markpos
Reviewed-by: alanb, bpb
|
2022-10-11 16:07:31 +00:00 |
|
Pavel Rappo
|
eb90c4fc04
|
8294377: Prepare to stop auto-inheriting documentation for subclasses of exceptions whose documentation is inherited
Reviewed-by: jjg
|
2022-10-10 16:54:57 +00:00 |
|
Justin Lu
|
d39d8c856a
|
8170389: java.text.DigitList.getDouble() : Controversy between javadoc and code
Reviewed-by: naoto, lancea
|
2022-10-07 22:58:26 +00:00 |
|
Brian Burkhalter
|
4cbac40de9
|
8294717: (bf) DirectByteBuffer constructor will leak if allocating Deallocator or Cleaner fails with OOME
Reviewed-by: alanb
|
2022-10-07 17:43:00 +00:00 |
|
Justin Lu
|
d4c9a88073
|
6560981: (cal) unused local variables in GregorianCalendar, etc.
Reviewed-by: naoto, bchristi, iris
|
2022-10-06 23:16:06 +00:00 |
|
Stuart Marks
|
d4142d8441
|
8290036: Define and specify Runtime shutdown sequence
Reviewed-by: dholmes, alanb
|
2022-10-05 23:43:02 +00:00 |
|
Justin Lu
|
87acfee3c3
|
8294397: Replace StringBuffer with StringBuilder within java.text
Reviewed-by: lancea, naoto, bchristi
|
2022-10-05 18:42:00 +00:00 |
|
Joe Darcy
|
536c9a512e
|
8294618: Update openjdk.java.net => openjdk.org
Reviewed-by: mikael, iris, joehw, prr, ihse
|
2022-10-05 16:48:09 +00:00 |
|
Joe Darcy
|
1dafbe3f94
|
8294539: Augment discussion of equivalence relations on floating-point values
Reviewed-by: psandoz, smarks
|
2022-10-05 00:18:55 +00:00 |
|