Doug Lea
|
d2b6c7c082
|
Undo unrelated change
|
2026-01-08 13:48:32 -05:00 |
|
Doug Lea
|
59e7a4ddda
|
Re-introduce acquiring array reads; re-arrange to rely on volatile base index
|
2026-01-08 13:29:46 -05:00 |
|
Doug Lea
|
b0d99c2f5e
|
Change signalWork fencing; in-progress activation changes
|
2026-01-08 10:11:37 -05:00 |
|
Doug Lea
|
54a8672ae9
|
Merge branch 'openjdk:master' into JDK-8373118
|
2026-01-06 17:48:46 -05:00 |
|
Doug Lea
|
4328645c97
|
Split external push
|
2026-01-06 17:46:52 -05:00 |
|
David Beaumont
|
7c979c1487
|
8374308: ImageBufferCache has no effect and can be removed
Reviewed-by: alanb, rriggs
|
2026-01-06 19:54:49 +00:00 |
|
Weijun Wang
|
fbc59ac0a1
|
8374555: No need for visible input warning in s.s.u.Password when not reading from System.in
Reviewed-by: coffeys, hchao
|
2026-01-06 18:05:27 +00:00 |
|
Fernando Guallini
|
532a0a65b1
|
8372950: Pem.pemEncoded should cache the Pattern
Reviewed-by: ascarpino
|
2026-01-06 10:53:27 +00:00 |
|
Johny Jose
|
5df183be6c
|
8373476: (tz) Update Timezone Data to 2025c
Reviewed-by: coffeys, naoto
|
2026-01-06 10:36:41 +00:00 |
|
Fabian Meumertzheim
|
2fbc4162e8
|
8374441: (fs) FileSystemProvider.readAttributesIfExists throws "Not a directory" when element in path is not directory should return null for ENOTDIR (unix)
Reviewed-by: alanb
|
2026-01-06 08:09:42 +00:00 |
|
Daisuke Yamazaki
|
eee58545c8
|
8366058: Outdated comment in WinCAPISeedGenerator
Reviewed-by: mullan
|
2026-01-05 13:19:32 +00:00 |
|
Doug Lea
|
2a5807473b
|
Undo/redo ordering changes
|
2026-01-05 08:09:43 -05:00 |
|
Matthias Baesken
|
163038222a
|
8373704: Improve "SocketException: Protocol family unavailable" message
Reviewed-by: lucy, jpai
|
2026-01-05 08:27:37 +00:00 |
|
Doug Lea
|
f077eb9eb0
|
Strengthen some orderings
|
2026-01-03 10:46:15 -05:00 |
|
Doug Lea
|
556c5201e4
|
Merge branch 'openjdk:master' into JDK-8373118
|
2026-01-02 15:41:52 -05:00 |
|
Doug Lea
|
a59c4adbdf
|
Fix deactivate; faster quiescence
|
2026-01-02 15:38:51 -05:00 |
|
Artur Barashev
|
3439512401
|
8374317: Change GCM IV size to 12 bytes when encrypting/decrypting TLS session ticket
Reviewed-by: djelinski, mpowers, ascarpino
|
2026-01-02 13:28:15 +00:00 |
|
Alan Bateman
|
d9bd300c6e
|
8374382: (aio) AsynchronousFileChannel writes wrong content using heap ByteBuffer when position != 0
Reviewed-by: jpai
|
2026-01-01 07:49:49 +00:00 |
|
Sergey Bylokhov
|
2d1be8a9e6
|
8374391: Update the copyright year to 2025 in the remaining files under src/ where it was missed
Reviewed-by: aivanov
|
2025-12-31 17:15:34 +00:00 |
|
Sergey Bylokhov
|
36d2c277c4
|
8374327: Update copyright year to 2025 for files in java.base added/updated by commits in 2025
Reviewed-by: jpai
|
2025-12-31 09:13:32 +00:00 |
|
Doug Lea
|
9aeff4b047
|
recheck avoiding cross-class offsets
|
2025-12-24 14:16:40 -05:00 |
|
Doug Lea
|
63ed23c582
|
Merge branch 'openjdk:master' into JDK-8373118
|
2025-12-23 14:55:34 -05:00 |
|
Doug Lea
|
ac619505e8
|
Check reworked ordering control
|
2025-12-23 14:54:08 -05:00 |
|
Chen Liang
|
ecb42341a9
|
8373447: Suspicious sign extension after integer promotion in imageDecompressor.cpp
Reviewed-by: alanb
|
2025-12-23 00:12:55 +00:00 |
|
Jaikiran Pai
|
45cf042099
|
8374082: net_util.c should use logical && when setting IPv6_available
Reviewed-by: alanb
|
2025-12-19 09:30:41 +00:00 |
|
Doug Lea
|
2d8cff2bc1
|
Merge branch 'openjdk:master' into JDK-8373118
|
2025-12-18 08:47:20 -05:00 |
|
Doug Lea
|
3370c0bf34
|
Check diagnosis
|
2025-12-18 08:41:32 -05:00 |
|
Ioi Lam
|
232b41b222
|
8373392: Replace CDS object subgraphs with @AOTSafeClassInitializer
Reviewed-by: liach, heidinga
|
2025-12-17 22:16:38 +00:00 |
|
Doug Lea
|
45f8a9a614
|
Avoid double-filtering
|
2025-12-17 09:38:35 -05:00 |
|
Doug Lea
|
9b2f082d28
|
Merge branch 'openjdk:master' into JDK-8373118
|
2025-12-17 07:57:42 -05:00 |
|
Doug Lea
|
debaf274b9
|
Another diagnostic
|
2025-12-17 07:51:14 -05:00 |
|
Aggelos Biboudis
|
9a23f8aa33
|
8373552: ExactConversionsSupport: bad JLS links in javadoc
Reviewed-by: liach, iris
|
2025-12-17 10:31:23 +00:00 |
|
Michael McMahon
|
4924b29fa5
|
8370655: Check EINTR handling InetAddress implementation and NET_ThrowNew
Reviewed-by: alanb
|
2025-12-17 08:54:56 +00:00 |
|
Damon Nguyen
|
fb99ba6ccd
|
8373119: JDK 26 RDP1 L10n resource files update
Reviewed-by: jlu, asemenyuk, almatvee
|
2025-12-16 21:19:33 +00:00 |
|
Doug Lea
|
7cc2dd1a0d
|
Relax orderings in push
|
2025-12-16 14:06:14 -05:00 |
|
Justin Lu
|
81e3757688
|
8373566: Performance regression with java.text.MessageFormat subformat patterns
Reviewed-by: liach, rriggs, naoto
|
2025-12-16 18:11:37 +00:00 |
|
Kieran Farrell
|
6aeabd4bfa
|
8370910: Cleanup terminology of UUID vs Global Identifiers in UUID
Reviewed-by: alanb, rriggs, jpai
|
2025-12-15 20:51:08 +00:00 |
|
Doug Lea
|
61adb1dc2a
|
Reduce fencing
|
2025-12-15 11:21:22 -05:00 |
|
Daniel Jeliński
|
895232fc65
|
8372731: Detailed authentication failure messages
Reviewed-by: dfuchs, michaelm
|
2025-12-15 08:40:05 +00:00 |
|
David Holmes
|
d03e7cb87a
|
8373522: Remove expired flags in JDK 27
Reviewed-by: kvn, ayang
|
2025-12-14 20:45:18 +00:00 |
|
Doug Lea
|
76dd5ddd06
|
Adjust runworker for previous update
|
2025-12-14 08:00:36 -05:00 |
|
Doug Lea
|
e3f012fcd9
|
Reorder signalWork filter
|
2025-12-14 07:23:19 -05:00 |
|
Doug Lea
|
685a3ebb8e
|
Revert topLevelExec
|
2025-12-13 13:52:42 -05:00 |
|
Doug Lea
|
357a3cb79d
|
Merge branch 'openjdk:master' into JDK-8373118
|
2025-12-13 10:25:58 -05:00 |
|
Doug Lea
|
496cef3815
|
Address review comments
|
2025-12-13 10:24:55 -05:00 |
|
Ferenc Rakoczi
|
6ec36d348b
|
8373059: Test sun/security/provider/acvp/ML_DSA_Intrinsic_Test.java should pass on Aarch64
Reviewed-by: weijun, vpaprotski
|
2025-12-12 16:04:56 +00:00 |
|
Artur Barashev
|
a99f340e1b
|
8371721: Refactor checkTrusted methods in X509TrustManagerImpl
Reviewed-by: coffeys, djelinski
|
2025-12-12 14:39:42 +00:00 |
|
Jaikiran Pai
|
325cdb7fc5
|
8373517: Revert the macos Tahoe specific change done in JDK-8359830
Reviewed-by: rriggs, bpb
|
2025-12-12 05:46:33 +00:00 |
|
Doug Lea
|
094d7d758d
|
signalWork diagnostic
|
2025-12-11 15:12:31 -05:00 |
|
Brian Burkhalter
|
74dca863c2
|
8371718: (sc) Channels.new{Input,Output}Stream can allocate unbounded memory for a socket channel
Reviewed-by: alanb
|
2025-12-10 22:46:35 +00:00 |
|