Man Cao
|
41c33dafd5
|
8386965: Data race on java.lang.Class.reflectionFactory field
Reviewed-by: liach, alanb, iklam
|
2026-06-23 18:12:57 +00:00 |
|
Naoto Sato
|
fe46d6b1e2
|
8387041: Add a URL link to BCP 47 in the Locale class
Reviewed-by: jlu, iris
|
2026-06-23 16:09:55 +00:00 |
|
Matthias Baesken
|
16d0f161ef
|
8386960: BUILD_LIBVERIFY remove special warning settings
Reviewed-by: erikj, clanger
|
2026-06-23 12:08:06 +00:00 |
|
Hannes Wallnöfer
|
9c3a662c07
|
8386865: Fix links in JDK 27 JavaDoc API documentation
Reviewed-by: iris, naoto, jlu
|
2026-06-22 19:53:11 +00:00 |
|
Justin Lu
|
12d7e61866
|
8385927: JDK 27 RDP1 L10n resource files update
Reviewed-by: naoto
|
2026-06-22 16:54:20 +00:00 |
|
Joel Sikström
|
1fa4eb1b6a
|
8387003: Stale doc comment in TrustFinalFields.java after JDK-8376777
Reviewed-by: shade, alanb
|
2026-06-22 08:04:49 +00:00 |
|
Anthony Scarpino
|
ee28630820
|
8385978: Test javax/net/ssl/SSLSession/TestEnabledProtocols.java failed: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: Too short
Reviewed-by: abarashev
|
2026-06-18 21:48:33 +00:00 |
|
Shawn Emery
|
37856eccb3
|
8386466: DESedeKeySpec.isParityAdjusted spec permits 8-byte key but RI throws InvalidKeyException
Reviewed-by: mullan
|
2026-06-18 17:16:48 +00:00 |
|
Shawn Emery
|
1ad2db7ad1
|
8386473: DESKeySpec and DESedeKeySpec may throw InvalidKeyException instead of ArrayIndexOutOfBoundsException for Integer.MIN_VALUE offset
Reviewed-by: mullan, syan
|
2026-06-18 17:16:21 +00:00 |
|
Weijun Wang
|
33a49d1119
|
8386681: Remove RawKeySpec
Reviewed-by: ascarpino
|
2026-06-18 16:07:48 +00:00 |
|
Viktor Klang
|
7644d4afd4
|
8386085: Livelock in AbstractQueuedSyncronizer.cleanQueue() when multiple threads do tryAcquire() with a short timeout and no permits available
Reviewed-by: dl, alanb
|
2026-06-18 10:34:14 +00:00 |
|
Ashay Rane
|
4411540b09
|
8385024: JLI_Open() doesn't correctly handle paths longer than MAXPATH on Windows
Reviewed-by: alanb, macarte
|
2026-06-17 16:29:07 +00:00 |
|
Adam Sotona
|
ef5b328ce5
|
8386700: Class-File API: StackMapGenerator.setLocalsFromArg leaves stale locals, generating invalid stack maps
Reviewed-by: liach
|
2026-06-17 07:54:25 +00:00 |
|
Vladimir Ivanov
|
b123df7583
|
8385119: Unify boolean value normalization
Reviewed-by: jrose, mhaessig
|
2026-06-15 18:21:27 +00:00 |
|
Chen Liang
|
3bd0923ca8
|
8386601: Rename LANGUAGE_MODEL preview feature to PREVIEW_SUPPORT
Reviewed-by: hannesw, vromero
|
2026-06-12 18:25:24 +00:00 |
|
Hai-May Chao
|
95be3f9520
|
8386600: Fix comparison checks in DHasKEM
Reviewed-by: mullan
|
2026-06-12 17:08:13 +00:00 |
|
Sean Mullan
|
e1ec755882
|
8301626: Capture Named Group information in TLSHandshakeEvent
Reviewed-by: abarashev, coffeys, egahlin
|
2026-06-12 17:05:37 +00:00 |
|
Dusan Balek
|
55a53f945f
|
8357249: Compiler task keeps --system files open
Reviewed-by: alanb, jlahoda
|
2026-06-12 06:27:29 +00:00 |
|
Naoto Sato
|
d84d85f2de
|
8386328: TemporalField.adjustInto Javadoc incorrectly uses 1-argument method signatures
Reviewed-by: jlu, iris
|
2026-06-11 18:26:56 +00:00 |
|
Jatin Bhateja
|
90dc4208f8
|
8370691: Add new Float16Vector type and enable intrinsification of vector operations supported by auto-vectorizer
Co-authored-by: Bhavana Kilambi <bkilambi@openjdk.org>
Reviewed-by: psandoz, epeter, xgong, sherman
|
2026-06-11 03:03:04 +00:00 |
|
Anthony Scarpino
|
dc4bb5acbe
|
8383608: Make BinaryEncodable non-exhaustive
Reviewed-by: mullan
|
2026-06-10 17:35:43 +00:00 |
|
Sruthy Jayan
|
132072077a
|
8380993: [REDO] Incorrect Interpretation of POSIX TZ Environment Variable on AIX
Reviewed-by: naoto
|
2026-06-10 17:22:23 +00:00 |
|
Artur Barashev
|
543c21dde6
|
8386203: Use CRC32C checksum instead of Adler32 for stateless session ticket
Reviewed-by: mullan, ascarpino
|
2026-06-09 17:35:26 +00:00 |
|
Justin Lu
|
7f62474fcb
|
8386200: ListFormat incorrectly escapes single quotes
Reviewed-by: naoto
|
2026-06-09 16:28:45 +00:00 |
|
David Holmes
|
1c1a130856
|
8384844: Remove expired flags in JDK 28
Reviewed-by: jwilhelm, kvn, syan, jsikstro
|
2026-06-08 22:01:56 +00:00 |
|
Naoto Sato
|
177a371109
|
8385834: Tighten ListFormat.getInstance(String[]) behavior for invalid placeholders
Reviewed-by: jlu
|
2026-06-08 16:28:15 +00:00 |
|
Viktor Klang
|
4a84d0414e
|
8385830: ForkJoinTask#get may swallow caller thread's interrupt flag
Co-authored-by: Doug Lea <dl@openjdk.org>
Reviewed-by: alanb
|
2026-06-08 14:17:15 +00:00 |
|
Shawn Emery
|
0dd26b312e
|
8371305: X25519 should utilize x86 intrinsics
Reviewed-by: vpaprotski, ascarpino
|
2026-06-05 16:20:42 +00:00 |
|
Nizar Benalla
|
ca52afa38e
|
8384833: Start of release updates for JDK 28
8384838: Add SourceVersion.RELEASE_28
8384842: Add source 28 and target 28 to javac
Reviewed-by: iris, darcy, erikj, dholmes
|
2026-06-04 16:06:29 +00:00 |
|
Per Minborg
|
c4a3373faa
|
8385885: Clarify comment in LazyConstantImpl
Reviewed-by: vklang
|
2026-06-04 12:54:23 +00:00 |
|
Per Minborg
|
c6f9c23111
|
8385054: Spec: Clarify ofLazy List/Set/Map equals/hashCode/toString Javadoc
Reviewed-by: vklang
|
2026-06-04 08:50:52 +00:00 |
|
Anthony Scarpino
|
e70e691307
|
8377506: Implement JEP 538: PEM Encodings of Cryptographic Objects (Third Preview)
Reviewed-by: weijun, mullan
|
2026-06-03 17:06:31 +00:00 |
|
Per Minborg
|
bf14f24f76
|
8385013: Startup regression ~30% / 7-10ms with noop
Reviewed-by: liach
|
2026-06-03 12:28:18 +00:00 |
|
Erik Gahlin
|
39de79eae2
|
8367584: Implement JEP 536: JFR In-Process Data Redaction
Reviewed-by: mgronlun
|
2026-06-03 06:33:32 +00:00 |
|
Anthony Scarpino
|
43d80fd192
|
8329548: Change KeyUpdate messages from TLS 1.3
Reviewed-by: jnimeh
|
2026-06-02 21:42:24 +00:00 |
|
Naoto Sato
|
4192f9bf2e
|
8385736: Optimize ListFormat custom pattern parsing
Reviewed-by: jlu
|
2026-06-02 20:27:12 +00:00 |
|
Ferenc Rakoczi
|
6253a03af3
|
8383635: Improve performance of ML-KEM's implKyberNttMultJava() method
Reviewed-by: semery, weijun
|
2026-06-02 16:43:57 +00:00 |
|
Roman Marchenko
|
c469bb2cd7
|
8383867: File.getCanonicalPath drops backslash from UNC path with directory junctions
Reviewed-by: alanb
|
2026-06-02 14:54:16 +00:00 |
|
Jaikiran Pai
|
207dc4e82f
|
8322256: Define and document GZIPInputStream concatenated stream semantics
Reviewed-by: lancea, alanb, simonis
|
2026-06-02 04:37:09 +00:00 |
|
Jaikiran Pai
|
9489e12f42
|
8385656: Misplaced comment on enum value in jdk.internal.util.Architecture
Reviewed-by: liach
|
2026-06-01 01:09:28 +00:00 |
|
Volodymyr Paprotski
|
114e3c6106
|
8384353: SHA3 AVX2 and AVX512 intrinsics and improvements
Reviewed-by: sviswanathan, ascarpino, semery
|
2026-05-28 23:18:20 +00:00 |
|
Kirill Shirokov
|
2d97d4e7f8
|
8373426: Remove ffdhe6144 and ffdhe8192 from default list of TLS named groups
Reviewed-by: mullan, jnimeh
|
2026-05-27 18:45:04 +00:00 |
|
Justin Lu
|
e495051635
|
8382031: Update IANA Language Subtag Registry to Version 2026-05-05
Reviewed-by: naoto, iris
|
2026-05-27 17:22:02 +00:00 |
|
Markus Grönlund
|
eb7da8ca81
|
8382332: Large regression (~50%) in SPECjbb2015 when using JFR after JEP 500
Reviewed-by: alanb, egahlin
|
2026-05-27 11:48:12 +00:00 |
|
Manuel Hässig
|
2acf0dc98a
|
8382582: Remove the experimental JVMCI feature
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org>
Co-authored-by: Mikael Vidstedt <mikael@openjdk.org>
Reviewed-by: kvn, thartmann, liach, stefank, coleenp, erikj, vlivanov, cjplummer, alanb
|
2026-05-26 16:34:02 +00:00 |
|
Chen Liang
|
05d925ea56
|
8385114: Prevent creation of invalid TableSwitchInstruction
Reviewed-by: asotona
|
2026-05-22 21:22:53 +00:00 |
|
Weijun Wang
|
3a9cb9a7c2
|
8385092: KeyChainStore entry creation time is always now
Reviewed-by: mullan
|
2026-05-22 15:01:27 +00:00 |
|
Adam Sotona
|
f1caad39e9
|
8384653: Potential null pointer dereference in java.base/share/classes/jdk/internal/classfile/impl/StackMapGenerator.java
Reviewed-by: liach
|
2026-05-22 10:19:27 +00:00 |
|
Yasumasa Suenaga
|
7bbd261978
|
8381233: Linker does not need to be value based class
Reviewed-by: mcimadamore
|
2026-05-22 06:14:07 +00:00 |
|
Anton Artemov
|
05a198af2f
|
8326547: StrictMath.pow returns results outside of a 1 ulp error bound.
Reviewed-by: dsimms, fbredberg
|
2026-05-21 16:26:29 +00:00 |
|