Shaojin Wen
839cede1a4
8357289: Break down the String constructor into smaller methods
...
Reviewed-by: liach, rriggs
2025-06-27 14:06:12 +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
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
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
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
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
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
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
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
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
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
Justin Lu
cd9b1bc820
8358426: Improve lazy computation in Locale
...
Reviewed-by: naoto, liach
2025-06-09 20:49:33 +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
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
Sean Coffey
42f48a39e8
8350689: Turn on timestamp and thread metadata by default for java.security.debug
...
Reviewed-by: mullan
2025-06-04 09:41:51 +00:00
He-Pin(kerr)
f141674d16
8347491: IllegalArgumentationException thrown by ThreadPoolExecutor doesn't have a useful message
...
Reviewed-by: vklang, liach, pminborg
2025-06-04 08:28:29 +00:00
Magnus Ihse Bursie
edf92721c2
8356977: UTF-8 cleanups
...
Reviewed-by: naoto, prr
2025-06-04 08:10:42 +00:00
Jaikiran Pai
b5cfd76c04
8358456: ZipFile.getInputStream(ZipEntry) throws unspecified IllegalArgumentException
...
Reviewed-by: lancea
2025-06-04 06:38:06 +00:00
Aleksey Shipilev
683319f25c
8357798: ReverseOrderListView uses Boolean boxes after JDK-8356080
...
Reviewed-by: liach, smarks
2025-06-04 06:04:05 +00:00
Michael McMahon
b6f827ef05
8348986: Improve coverage of enhanced exception messages
...
Reviewed-by: dfuchs
2025-06-03 15:36:29 +00:00
Alan Bateman
ac9af69eee
8357637: Native resources cached in thread locals not released when FJP common pool threads clears thread locals
...
Reviewed-by: vklang
2025-06-01 06:17:50 +00:00
Jaikiran Pai
84002d12ed
8228773: URLClassLoader constructors should include API note warning that the parent should not be null
...
Reviewed-by: alanb, mullan
2025-05-31 13:02:58 +00:00
Mohamed Issa
0df8c9684b
8353686: Optimize Math.cbrt for x86 64 bit platforms
...
Reviewed-by: sviswanathan, sparasa, jbhateja
2025-05-30 21:47:20 +00:00
Shaojin Wen
727412d1b5
8357690: Add @Stable and final to java.lang.CharacterDataLatin1 and other CharacterData classes
...
Reviewed-by: naoto
2025-05-29 20:09:58 +00:00
Justin Lu
e509997fe8
8357275: Locale.Builder.setLanguageTag should mention conversions made on language tag
...
Reviewed-by: naoto
2025-05-29 17:39:08 +00:00
Brian Burkhalter
79aff26c28
8354724: Methods in java.io.Reader to read all characters and all lines
...
Reviewed-by: rriggs, smarks, jpai, alanb
2025-05-29 15:20:39 +00:00
Adam Sotona
d43f588db1
8357955: java.lang.classfile.Signature.ArrayTypeSig.of IAE not thrown for dims > 255
...
Reviewed-by: jlahoda
2025-05-29 07:03:26 +00:00
Shaojin Wen
b7f0f480ce
8357681: Fixed the DigitList::toString method causing incorrect results during debugging
...
Reviewed-by: jlu, naoto
2025-05-28 20:36:44 +00:00
Anthony Scarpino
bb2c80c0e9
8298420: Implement JEP 470: PEM Encodings of Cryptographic Objects (Preview)
...
Reviewed-by: weijun, mr, mullan, jnimeh
2025-05-28 19:52:18 +00:00
Naoto Sato
b2a61a9972
8356985: Use "stdin.encoding" in Console's read*() methods
...
Reviewed-by: jlu, smarks, alanb, vyazici
2025-05-28 16:24:04 +00:00
gauthamkrishnanibm
4ced4e73fc
8334742: Change java.time month/day field types to 'byte'
...
Reviewed-by: rriggs
2025-05-28 15:38:00 +00:00
Viktor Klang
18285fc136
8356553: Incorrect uses of {@link} in AbstractQueuedLongSynchronizer and AbstractQueuedSynchronizer
...
Reviewed-by: alanb
2025-05-28 14:23:23 +00:00
Fabio Romano
c9e6c4d017
8356891: Some code simplifications in BigInteger
...
Reviewed-by: rgiulietti
2025-05-28 12:48:47 +00:00
Andrew Haley
4e1878ca45
8355022: Implement JEP 506: Scoped Values
...
Reviewed-by: liach, alanb
2025-05-28 09:41:37 +00:00
Steffen Nießing
4cad437956
8357597: Proxy.getInvocationHandler throws NullPointerException instead of IllegalArgumentException for null
...
Reviewed-by: rriggs, jpai, liach
2025-05-28 01:54:48 +00:00
Brian Burkhalter
4755276f36
8357912: (fs) Remove @since tag from java.nio.file.FileSystems.newFileSystem(Path,ClassLoader)
...
Reviewed-by: lancea, alanb
2025-05-27 19:47:56 +00:00
Per Minborg
da228e0693
8357145: CRC/Inflater/Deflater/Adler32 methods that take a ByteBuffer throw UOE if backed by shared memory segment
...
Reviewed-by: alanb
2025-05-27 19:15:40 +00:00