Jaikiran Pai
8df6b2c4a3
8359830: Incorrect os.version reported on macOS Tahoe 26 (Beta)
...
Reviewed-by: rriggs, lancea, kcr
2025-06-26 13:37:13 +00:00
Doug Lea
ff24088c86
8359919: Minor java.util.concurrent doc improvements
...
8187775: AtomicReferenceFieldUpdater does not support static fields
8254060: SubmissionPublisher close hangs if a publication is pending
8210149: Example in JavaDoc for java.util.concurrent.Flow violates Reactive Streams spec
8199501: Improve documentation of CompletableFuture, CompletionStage
8233050: CompletableFuture `whenComplete` and `thenApply` change exceptional result
8210312: JavaDoc example in SubmissionPublisher will potentially crash
8292365: CompletableFuture and CompletionStage should document Memory Model guarantees
8356304: Define "enabled" in ScheduledExecutorService
8353155: FutureTask#run(): doc implies synchronous, implementation is async
8186959: Clarify that Executors.newScheduledThreadPool() is fixed-size
8190889: TimeUnit.wait should document IllegalMonitorStateException
6351533: CyclicBarrier reset() should return the number of awaiters
6317534: CyclicBarrier should have a cancel() method
8195628: Documentation for lock(), trylock(), lockInterruptibly() of ReentrantReadWriteLock.WriteLock needs to be corrected
8333172: Document a recommendation to use VarHandles instead of java.util.concurrent.atomic.*FieldUpdater
6374942: Improve thread safety of collection .equals() methods
7176957: ExecutorService submit method javaDoc enhancement
8172177: Improve documentation for CompletionException handling
6714849: ReentrantReadWriteLock: Abnormal behavior in non-fair mode
6625724: Allow ReentrantReadWriteLock to not track per-thread read holds
6526284: Improve AbstractExecutorService javadoc
8137156: Javadoc for Future is misleading with respect to cancellation
6663476: FutureTask.get() may return null if set() is not called from run()
8311131: ConcurrentHashMap.forEachKey parallelismThreshold description could be clearer
Reviewed-by: alanb
2025-06-26 12:04:42 +00:00
Chen Liang
f799cf180a
8360303: Remove two unused invoke files
...
Reviewed-by: rriggs, jrose
2025-06-25 18:48:47 +00:00
Kim Barrett
56c75453cd
8352565: Add native method implementation of Reference.get()
...
Reviewed-by: vlivanov, tschatzl, lmesnik
2025-06-25 18:22:06 +00:00
Naoto Sato
7447276475
8360045: StringTokenizer.hasMoreTokens() throws NPE after nextToken(null)
...
Reviewed-by: liach, alanb
2025-06-25 16:02:47 +00:00
Michael McMahon
1fa090524a
8359268: 3 JNI exception pending defect groups in 2 files
...
Reviewed-by: djelinski
2025-06-25 09:45:57 +00:00
Roman Kennke
75ce44aa84
8355319: Update Manpage for Compact Object Headers (Production)
...
Reviewed-by: coleenp, dholmes, phh
2025-06-25 08:09:03 +00:00
David Beaumont
ba0c12231b
8359808: JavaRuntimeURLConnection should only connect to non-directory resources
...
Reviewed-by: alanb, rriggs
2025-06-24 18:40:24 +00:00
Artur Barashev
2af869b193
8156715: TrustStoreManager does not buffer keystore input stream
...
Reviewed-by: ascarpino
2025-06-24 15:32:13 +00:00
Gautham Krishnan
54acadbe66
8294226: Document missing UnsupportedTemporalTypeException
...
Reviewed-by: rriggs, naoto
2025-06-24 14:53:14 +00:00
Michael McMahon
116b8543b0
8351983: HttpCookie Parser Incorrectly Handles Cookies with Expires Attribute
...
Reviewed-by: dfuchs, vyazici
2025-06-24 09:15:58 +00:00
Daniel Jeliński
dbbfa76b73
8131136: java/awt/font/JNICheck/JNICheck.sh issue warning on core-libs code
...
Reviewed-by: aivanov, prr, serb
2025-06-24 06:09:17 +00:00
Naoto Sato
9c3eaa49f7
8359732: Make standard i/o encoding related system properties StaticProperty
...
Reviewed-by: rriggs, alanb, vyazici
2025-06-23 16:16:28 +00:00
Albert Mingkun Yang
516197f50b
8359924: Deprecate and obsolete ParallelRefProcEnabled
...
Reviewed-by: tschatzl, kbarrett, dholmes
2025-06-23 08:27:13 +00:00
Shruthi
8f121a173c
8317801: java/net/Socket/asyncClose/Race.java fails intermittently (aix)
...
Reviewed-by: alanb, jkern
2025-06-20 10:13:01 +00:00
He-Pin(kerr)
f07f5ce984
8359067: Fix typo in DelayScheduler.java
...
Reviewed-by: syan, dl, rriggs, vklang
2025-06-18 11:26:00 +00:00
Jaikiran Pai
57266064a7
8359709: java.net.HttpURLConnection sends unexpected "Host" request header in some cases after JDK-8344190
...
Reviewed-by: dfuchs, djelinski, michaelm, vyazici
2025-06-18 09:03:25 +00:00
Jaikiran Pai
2f63d3aee5
7116990: (spec) Socket.connect(addr,timeout) not clear if IOException because of TCP timeout
...
Reviewed-by: alanb, dfuchs
2025-06-18 02:06:22 +00:00
Thomas Stuefe
afa52e4681
8210549: Runtime.exec: in closeDescriptors(), use FD_CLOEXEC instead of close()
...
Reviewed-by: rriggs
2025-06-17 20:23:20 +00:00
Christian Stein
21b72dea78
8357862: Java argument file is parsed unexpectedly with trailing comment
...
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Reviewed-by: vromero
2025-06-17 14:01:06 +00:00
Jaikiran Pai
f7cd3fad24
8332623: Remove setTTL()/getTTL() methods from DatagramSocketImpl/MulticastSocket and MulticastSocket.send(DatagramPacket, byte)
...
Reviewed-by: dfuchs, alanb
2025-06-17 08:32:17 +00:00
Brian Burkhalter
9a1c1f2efb
8357847: (ch) AsynchronousFileChannel implementations should support FFM Buffers
...
Reviewed-by: alanb
2025-06-16 17:56:27 +00:00
Stuart Marks
06d804a0f0
8338140: (str) Add notes to String.trim and String.isEmpty pointing to newer APIs
...
Reviewed-by: naoto, bpb
2025-06-16 15:56:08 +00:00
Erik Gahlin
fedd0a0ee3
8359248: JFR: Help text for-XX:StartFlightRecording:report-on-exit should explain option can be repeated
...
Reviewed-by: mgronlun
2025-06-16 09:09:55 +00:00
Volkan Yazici
eacfcd86d3
8357995: Use "stdin.encoding" for reading System.in with InputStreamReader/Scanner [core]
...
Reviewed-by: naoto, cjplummer
2025-06-16 07:27:05 +00:00
Raffaello Giulietti
26848a7d6c
8358804: Improve the API Note of BigDecimal.valueOf(double)
...
Reviewed-by: bpb, darcy, iris
2025-06-14 08:15:12 +00:00
Sean Mullan
b5334fe237
8314180: Disable XPath in XML Signatures
...
Reviewed-by: weijun
2025-06-13 12:15:27 +00:00
Alan Bateman
9aeacf2de5
8358958: (aio) AsynchronousByteChannel.read/write should throw IAE if buffer is thread-confined
...
Reviewed-by: jpai, bpb
2025-06-13 06:33:42 +00:00
Brian Burkhalter
0dd7c69b9e
8357286: (bf) Remove obsolete instanceof checks in CharBuffer.append
...
Reviewed-by: alanb
2025-06-12 20:21:50 +00:00
Koushik Thirupattur
db7af2b3c3
8349550: Improve SASL random usage
...
Reviewed-by: mullan
2025-06-12 19:31:15 +00:00
Rohitash Kumar
e5ce5c57c8
8357959: (bf) ByteBuffer.allocateDirect initialization can result in large TTSP spikes
...
Reviewed-by: shade, alanb
2025-06-12 12:23:42 +00:00
kabutz
91fdd72c97
8355726: LinkedBlockingDeque fixes and improvements
...
Reviewed-by: vklang, dl
2025-06-12 11:44:04 +00:00
Naoto Sato
e9216efefc
8358734: Remove JavaTimeSupplementary resource bundles
...
Reviewed-by: jlu, joehw, iris
2025-06-11 16:04:26 +00:00
Alan Bateman
e5196fc24d
8358764: (sc) SocketChannel.close when thread blocked in read causes connection to be reset (win)
...
Reviewed-by: jpai, vyazici
2025-06-11 14:09:45 +00:00
Rajan Halade
9586817cea
8359170: Add 2 TLS and 2 CS Sectigo roots
...
Reviewed-by: mullan
2025-06-10 21:59:29 +00:00
Varada M
3ff83ec49e
8358159: Empty mode/padding in cipher transformations
...
Reviewed-by: amitkumar, valeriep
2025-06-10 08:17:52 +00:00
David Holmes
bcf860703d
8355792: Remove expired flags in JDK 26
...
Reviewed-by: coleenp, kvn
2025-06-09 22:25:20 +00:00
Justin Lu
cd9b1bc820
8358426: Improve lazy computation in Locale
...
Reviewed-by: naoto, liach
2025-06-09 20:49:33 +00:00
Magnus Ihse Bursie
156187accc
8356978: Convert unicode sequences in Java source code to UTF-8
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: naoto, prr, joehw
2025-06-09 17:58:49 +00:00
Phil Race
eb8ee8bdc7
8358731: Remove jdk.internal.access.JavaAWTAccess.java
...
Reviewed-by: dfuchs, serb
2025-06-09 16:01:18 +00:00
Per Minborg
52338c94f6
8358520: Improve lazy computation in BreakIteratorResourceBundle and related classes
...
Reviewed-by: naoto, jlu
2025-06-09 07:00:51 +00:00
Stuart Marks
d024f58e61
8358809: Improve link to stdin.encoding from java.lang.IO
...
Reviewed-by: naoto
2025-06-06 20:07:43 +00:00
Volkan Yazici
e918a59b1d
8357821: Revert incorrectly named JavaLangAccess::unchecked* methods
...
Reviewed-by: pminborg
2025-06-06 06:26:09 +00:00
Jaikiran Pai
029e3bf8f5
8349914: ZipFile::entries and ZipFile::getInputStream not consistent with each other when there are duplicate entries
...
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Reviewed-by: lancea
2025-06-06 02:07:51 +00:00
Anthony Scarpino
78158f30ae
8358099: PEM spec updates
...
Reviewed-by: mullan
2025-06-05 22:13:24 +00:00
Nizar Benalla
af87035b71
8355746: Start of release updates for JDK 26
...
8355748: Add SourceVersion.RELEASE_26
8355751: Add source 26 and target 26 to javac
Co-authored-by: Joe Darcy <darcy@openjdk.org>
Reviewed-by: iris, coleenp, darcy
2025-06-05 16:01:32 +00:00
Erik Gahlin
eb770a060a
8351594: JFR: Rate-limited sampling of Java events
...
Reviewed-by: mgronlun, alanb
2025-06-05 11:36:08 +00:00
Aleksey Shipilev
dc949003de
8358588: ThreadSnapshot.ThreadLock should be static nested class
...
Reviewed-by: alanb, sspitsyn, amenkov
2025-06-05 09:02:23 +00:00
Justin Lu
8a79ac8863
8358449: Locale.getISOCountries does not specify the returned set is unmodifiable
...
Reviewed-by: naoto
2025-06-04 16:40:22 +00:00
Stuart Marks
ef47635d5a
8358015: Fix SequencedMap sequenced view method specifications
...
Reviewed-by: jpai, bchristi
2025-06-04 16:14:31 +00:00