Jaikiran Pai
|
f9d15b891e
|
8370995: Enhance ZipFile usage
Reviewed-by: rhalade, sherman, lancea
|
2026-04-22 12:14:03 +05:30 |
|
Xueming Shen
|
16548cd3d2
|
8370986: Enhance Zip file reading
Reviewed-by: rriggs, lancea, jpai
|
2026-04-22 12:14:03 +05:30 |
|
Valerie Peng
|
9866650b64
|
8371935: Enhance key generation
Reviewed-by: rhalade, jnibedita, ahgross, ascarpino, weijun
|
2026-04-22 12:14:03 +05:30 |
|
Valerie Peng
|
99e854c53f
|
8369575: Enhance crypto algorithm support
Reviewed-by: rhalade, ahgross, ascarpino, weijun
|
2026-04-22 12:14:03 +05:30 |
|
Artur Barashev
|
0fa512eb26
|
8371830: Enhance certificate chain validation
Reviewed-by: jnibedita, rhalade, pkumaraswamy, ahgross, weijun, mullan
|
2026-04-22 12:14:03 +05:30 |
|
Per Minborg
|
152a497007
|
8367463: Improved Arena allocations
Reviewed-by: rhalade, rriggs, jvernee
|
2026-04-22 12:14:02 +05:30 |
|
Anthony Scarpino
|
3f242123e0
|
8348014: Enhance certificate processing
Reviewed-by: jnimeh, mschoene, rhalade, jnibedita, valeriep, weijun
|
2026-04-22 12:14:02 +05:30 |
|
Jasmine Karthikeyan
|
76a44b3e03
|
8378180: Compiling OpenJDK with C23 C-Compiler gives warning: initialization discards ‘const’ qualifier from pointer target type
Reviewed-by: djelinski, alanb
|
2026-04-22 03:30:57 +00:00 |
|
James Nord
|
97ccabb28e
|
8379567: URL documentation about encoding/decoding is hard to read
Reviewed-by: vyazici
|
2026-04-21 17:40:07 +00:00 |
|
Per Minborg
|
eac3968618
|
8381012: Add warning for == for MemorySegment.NULL
Reviewed-by: liach
|
2026-04-20 08:11:51 +00:00 |
|
Per Minborg
|
61849f47ad
|
8381935: Improve numChunks range in the PPC64 CallAranger
Reviewed-by: mdoerr
|
2026-04-20 08:08:49 +00:00 |
|
Artur Barashev
|
0a8dbed7ef
|
8370656: Re-examine use of InterruptedIOException in sun.security.ssl code
Reviewed-by: weijun, alanb
|
2026-04-17 17:02:59 +00:00 |
|
Viktor Klang
|
b418cbcdd4
|
8381418: Clarifying the identity Parameter in the Java Stream.reduce() Method Documentation
Reviewed-by: liach, alanb
|
2026-04-17 14:03:47 +00:00 |
|
Artur Barashev
|
8a710ae201
|
8372526: Add support for ZLIB TLS Certificate Compression
Co-authored-by: Xue-Lei Andrew Fan <xuelei@openjdk.org>
Reviewed-by: jnimeh, xuelei
|
2026-04-17 13:27:25 +00:00 |
|
Kieran Farrell
|
f2f8828188
|
8364182: Add jcmd VM.security_properties command
Reviewed-by: coffeys, kevinw, alanb
|
2026-04-14 07:36:55 +00:00 |
|
Jaikiran Pai
|
51cd741573
|
8381670: Revert the changes to GZIPInputStream related to InputStream.available() usage
Reviewed-by: lancea, iris
|
2026-04-14 04:45:15 +00:00 |
|
Mark Powers
|
531dad0cd7
|
8369917: LMS/HSS RFC 9858 Support
Reviewed-by: weijun
|
2026-04-13 20:37:18 +00:00 |
|
Vladimir Ivanov
|
121165ec91
|
8290892: C2: Intrinsify Reference.reachabilityFence
Co-authored-by: Tobias Holenstein <tholenstein@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Reviewed-by: dlong, epeter
|
2026-04-13 16:49:57 +00:00 |
|
Alan Bateman
|
e893f4cf84
|
8196182: ServiceLoader.iterator().hasNext()/.next() may throw a LinkageError
8350481: ServiceLoader throws NCDEF instead of ServiceConfigurationError
Reviewed-by: liach, jpai
|
2026-04-11 04:49:31 +00:00 |
|
Eirik Bjørsnøs
|
d89bd4c980
|
8380542: ZipOutputStream.setComment and ZipEntry.setComment spec updates for rejecting unmappable characters and allowing null or empty comments
Reviewed-by: alanb, lancea, jpai
|
2026-04-10 05:29:18 +00:00 |
|
Eirik Bjørsnøs
|
67a71249a1
|
8381772: Remove mention of "mutable strings" in java.lang.String Javadocs
Reviewed-by: alanb, liach
|
2026-04-08 19:06:40 +00:00 |
|
Naoto Sato
|
13633c0825
|
8381379: Support std/dstOffset attributes in CLDR's metazone definitions
Reviewed-by: jlu
|
2026-04-08 18:35:40 +00:00 |
|
Justin Lu
|
67f590d8ba
|
8381681: Clarify locale usage in Javadoc for the Locale display methods
Reviewed-by: naoto
|
2026-04-08 16:08:02 +00:00 |
|
Daniel Jeliński
|
547ebe7236
|
8381316: HttpClient / Http3: poor exception messages on SSL handshake errors
Reviewed-by: dfuchs
|
2026-04-07 11:48:01 +00:00 |
|
Jaikiran Pai
|
f40a359df3
|
8373778: java.util.NoSuchElementException in HttpURLConnection.doTunneling0 when connecting via HTTPS
Reviewed-by: michaelm, vyazici
|
2026-04-06 13:21:44 +00:00 |
|
Naoto Sato
|
410b3e816a
|
8381606: Javadoc typo in ResourceBundle example
Reviewed-by: iris, jlu
|
2026-04-03 19:37:33 +00:00 |
|
Daniel Jeliński
|
06c9aebce3
|
8377550: [REDO] Need to keep leading zeros in TlsPremasterSecret of TLS1.3 DHKeyAgreement
Reviewed-by: hchao, mullan
|
2026-04-02 13:40:51 +00:00 |
|
Weijun Wang
|
9131c72d63
|
8368692: Restrict Password::readPassword from reading from System.in
Reviewed-by: mullan
|
2026-04-01 17:49:31 +00:00 |
|
Paul Hübner
|
f3a1c67b1c
|
8381464: Typo in Linker::captureCallState JavaDoc
Reviewed-by: liach, pminborg
|
2026-04-01 13:03:01 +00:00 |
|
Eirik Bjørsnøs
|
3459f6b124
|
8380452: ZipOutputStream::putNextEntry(ZipEntry) throws unspecified IllegalArgumentException for unmappable entry name
Reviewed-by: jpai, lancea, alanb
|
2026-04-01 09:50:37 +00:00 |
|
Daniel Gredler
|
f46a698113
|
8381015: CharsetEncoder.canEncode(CharSequence) is slow for UTF-8, UTF-16, UTF-32
Reviewed-by: naoto, vyazici
|
2026-03-31 21:46:05 +00:00 |
|
Alan Bateman
|
4a335f878c
|
8381002: Thread dump should convert longs to json numbers if possible
Reviewed-by: kevinw, amenkov, sspitsyn, lmesnik
|
2026-03-31 06:56:56 +00:00 |
|
Kirill Shirokov
|
3aab518285
|
8380074: Reflection::areNestMates should be used by Class::isNestmateOf
Reviewed-by: liach, dholmes
|
2026-03-31 05:07:04 +00:00 |
|
Jan Lahoda
|
2449dc2e80
|
8377004: Java Launcher incorrectly allows inheriting a package-private main from another package
Reviewed-by: jpai, alanb
|
2026-03-30 13:06:40 +00:00 |
|
Daisuke Yamazaki
|
d58fb1e290
|
8374202: Simplify significand normalization in BigDecimal(double, MathContext) constructor
Reviewed-by: rgiulietti
|
2026-03-30 12:58:07 +00:00 |
|
Koushik Thirupattur
|
7e0a1499ee
|
8345954: Revisit Class Initializers and Locking in X509TrustManagerImpl
Reviewed-by: weijun
|
2026-03-30 12:50:42 +00:00 |
|
Thomas Stuefe
|
ca3fe721ba
|
8357089: Remove VFORK launch mechanism from Process implementation (linux)
Reviewed-by: rriggs, andrew
|
2026-03-30 04:54:17 +00:00 |
|
Benjamin Peterson
|
426547d2c8
|
8380968: classfile package doc mentions nonexistent UtfEntry
Reviewed-by: liach
|
2026-03-27 14:56:54 +00:00 |
|
Yasumasa Suenaga
|
2994524025
|
8380956: HexFormat shoud have @ValueBased
Reviewed-by: rriggs, stuefe, liach
|
2026-03-27 13:26:49 +00:00 |
|
Benjamin Peterson
|
53c864a881
|
8380960: "Foreign function access" discussion links to wrong downcallHandle overload
Reviewed-by: mcimadamore
|
2026-03-27 08:18:47 +00:00 |
|
Brian Burkhalter
|
40d65f1063
|
8379583: (fs) Files.copy use of posix_fadvise is problematic on Linux
Reviewed-by: alanb
|
2026-03-26 18:38:04 +00:00 |
|
Naoto Sato
|
aecc16358f
|
8230421: Java cannot handle Euro sign at the Simplified Chinese Windows Command Prompt
Reviewed-by: sherman
|
2026-03-26 17:53:53 +00:00 |
|
Arno Zeller
|
e07ab7fb9b
|
8380288: [BACKOUT] Incorrect Interpretation of POSIX TZ Environment Variable on AIX
Reviewed-by: mbaesken, mdoerr
|
2026-03-26 11:17:18 +00:00 |
|
Hai-May Chao
|
cf424480f4
|
8375275: Error handling to raise illegal_parameter or internal_error alert in hybrid key exchange
Reviewed-by: wetmore, mpowers
|
2026-03-25 15:29:34 +00:00 |
|
Naoto Sato
|
4b38e7bcd3
|
8346133: Refactor java.time.ZoneOffset caching
Reviewed-by: jlu, liach, rriggs
|
2026-03-24 21:35:17 +00:00 |
|
Jaikiran Pai
|
e58e576f80
|
8369181: InflaterOutputStream: writing after finish() results in IllegalStateException instead of an IOException
Reviewed-by: alanb, sherman, lancea
|
2026-03-21 02:21:09 +00:00 |
|
Hai-May Chao
|
cdd64dbb5d
|
8379433: Throwing proper exception for invalid encapsulation length in Hybrid
Reviewed-by: weijun
|
2026-03-19 19:12:27 +00:00 |
|
Thomas Stuefe
|
deccad2e95
|
8377907: (process) Race in ProcessBuilder can cause JVM hangs
Reviewed-by: simonis, rriggs
|
2026-03-19 05:04:00 +00:00 |
|
Eirik Bjørsnøs
|
0379c0b005
|
8379557: Further optimize URL.toExternalForm
Reviewed-by: vyazici
|
2026-03-18 14:36:58 +00:00 |
|
Volkan Yazici
|
706fbb3044
|
8378431: Move input validation checks to Java for java.lang.StringUTF16 intrinsics
Reviewed-by: dfenacci, rgiulietti, rriggs
|
2026-03-18 08:25:29 +00:00 |
|