Maurizio Cimadamore
|
03e84178eb
|
8329948: Remove string template feature
Reviewed-by: jlahoda
|
2024-04-17 14:10:28 +00:00 |
|
Viktor Klang
|
8a5b86c529
|
8196106: Support nested infinite or recursive flat mapped streams
Reviewed-by: psandoz
|
2024-04-16 11:09:59 +00:00 |
|
Per Minborg
|
b71acc704a
|
8329089: Empty immutable list throws the wrong exception type for remove(first | last) operations
Reviewed-by: rriggs
|
2024-04-05 07:38:43 +00:00 |
|
Viktor Klang
|
28216aa971
|
8328366: Thread.setContextClassloader from thread in FJP commonPool task no longer works after JDK-8327501
Reviewed-by: mchung, alanb
|
2024-04-04 18:32:59 +00:00 |
|
Raffaello Giulietti
|
19a0151a52
|
8328700: Unused import and variable should be deleted in regex package
Reviewed-by: redestad, rriggs, bpb, naoto, iris
|
2024-03-25 08:47:14 +00:00 |
|
Nizar Benalla
|
4d932d615c
|
8326853: Missing @since tags for Charset related methods added in Java 10
Reviewed-by: jlu, naoto
|
2024-03-22 16:11:30 +00:00 |
|
Viktor Klang
|
ab28045d77
|
8328316: Finisher cannot emit if stream is sequential and integrator returned false
Reviewed-by: psandoz
|
2024-03-21 19:20:01 +00:00 |
|
Archie Cobbs
|
d3f3011d56
|
7036144: GZIPInputStream readTrailer uses faulty available() test for end-of-stream
Reviewed-by: jpai
|
2024-03-20 15:01:30 +00:00 |
|
Naoto Sato
|
7f6b7ebbcc
|
8327242: Document supported CLDR versions in the javadoc
Reviewed-by: joehw, iris, jlu
|
2024-03-13 20:27:28 +00:00 |
|
Naoto Sato
|
87b40c6ad2
|
8327167: Clarify the handling of Leap year by Calendar
Reviewed-by: bpb, joehw, lancea, jlu, iris, rriggs
|
2024-03-08 18:38:39 +00:00 |
|
Eirik Bjørsnøs
|
d0d4912c3b
|
8326096: Deprecate getTotalIn, getTotalOut methods of java.util.zip.Inflater, java.util.zip.Deflater
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: lancea, alanb
|
2024-03-08 09:38:30 +00:00 |
|
Viktor Klang
|
53c4714aab
|
8327501: Common ForkJoinPool prevents class unloading in some cases
Reviewed-by: alanb
|
2024-03-07 09:44:35 +00:00 |
|
Naoto Sato
|
809995b526
|
8174269: Remove COMPAT locale data provider from JDK
Reviewed-by: ihse, joehw
|
2024-03-05 19:32:29 +00:00 |
|
Eirik Bjørsnøs
|
e9adcebaf2
|
8327208: Remove unused method java.util.jar.Manifest.make72Safe
Reviewed-by: lancea, iris, jpai
|
2024-03-05 08:39:43 +00:00 |
|
Naoto Sato
|
f615ac4bdf
|
8309622: Re-examine the cache mechanism in BaseLocale
Reviewed-by: dfuchs, rriggs
|
2024-03-04 18:40:50 +00:00 |
|
Lance Andersen
|
38ad514589
|
8326687: Inconsistent use of "ZIP", "Zip" and "zip" in java.util.zip/jar zipfs javadoc
Reviewed-by: dfuchs, jpai, gli
|
2024-02-28 17:14:08 +00:00 |
|
Viktor Klang
|
60cbf29250
|
8325754: Dead AbstractQueuedSynchronizer$ConditionNodes survive minor garbage collections
Reviewed-by: alanb
|
2024-02-27 10:38:36 +00:00 |
|
Lance Andersen
|
20c71ceacd
|
8321156: Improve the handling of invalid UTF-8 byte sequences for ZipInputStream::getNextEntry and ZipFile::getComment
Reviewed-by: jpai, alanb
|
2024-02-26 15:31:55 +00:00 |
|
Eirik Bjørsnøs
|
bb6b04897b
|
8326099: GZIPOutputStream should use Deflater.getBytesRead() instead of Deflater.getTotalIn()
Reviewed-by: jpai
|
2024-02-26 14:15:24 +00:00 |
|
Korov
|
1799ffeaa9
|
8310351: Typo in ImmutableCollections
Reviewed-by: jlaskey, jpai
|
2024-02-25 11:52:19 +00:00 |
|
Brian Burkhalter
|
7a76252007
|
8325990: Remove use of snippet @replace annotation in java.base
Reviewed-by: jlu, naoto
|
2024-02-16 16:06:56 +00:00 |
|
Eirik Bjørsnøs
|
628cd8a489
|
8303866: Allow ZipInputStream.readEnd to parse small Zip64 ZIP files
Reviewed-by: lancea, jpai
|
2024-02-13 16:26:37 +00:00 |
|
Thiago Henrique Hüpner
|
d91fb17a80
|
8325505: Fix Javadoc ResourceBundle::getString
Reviewed-by: jlu, naoto
|
2024-02-08 21:56:16 +00:00 |
|
Jaikiran Pai
|
1fb9e3d674
|
8325304: Several classes in java.util.jar and java.util.zip don't specify the behaviour for null arguments
Reviewed-by: lancea, alanb
|
2024-02-08 06:35:47 +00:00 |
|
Joe Darcy
|
fbd15b2087
|
8325189: Enable this-escape javac warning in java.base
Reviewed-by: alanb, erikj, naoto, smarks, ihse, joehw, lancea, weijun
|
2024-02-07 20:05:11 +00:00 |
|
Magnus Ihse Bursie
|
18e24d0619
|
8325109: Sort method modifiers in canonical order
Reviewed-by: aivanov, rriggs, darcy, prappo
|
2024-02-07 15:50:40 +00:00 |
|
Shaojin Wen
|
50b17d9846
|
8316704: Regex-free parsing of Formatter and FormatProcessor specifiers
Reviewed-by: redestad, rgiulietti
|
2024-02-06 15:16:40 +00:00 |
|
Eirik Bjørsnøs
|
f613e13397
|
8313739: ZipOutputStream.close() should always close the wrapped stream
Reviewed-by: jpai, lancea
|
2024-02-02 20:20:36 +00:00 |
|
Joshua Cao
|
c432dc008b
|
8322149: ConcurrentHashMap smarter presizing for copy constructor and putAll
Reviewed-by: shade, simonis
|
2024-01-24 18:52:38 +00:00 |
|
Chris Hegarty
|
ee4d9aa4c1
|
8323659: LinkedTransferQueue add and put methods call overridable offer
Reviewed-by: alanb
|
2024-01-16 12:13:57 +00:00 |
|
Naoto Sato
|
376051a9be
|
8320919: Clarify Locale related system properties
Reviewed-by: smarks, rriggs
|
2024-01-09 23:11:21 +00:00 |
|
Justin Lu
|
15cf8f8531
|
8319626: Override toString() for ZipFile
Reviewed-by: jpai, alanb, coffeys
|
2024-01-04 17:16:22 +00:00 |
|
ANUPAM DEV
|
d4fb30885b
|
8317846: Typo in API documentation of classes IdentityHashMap
Reviewed-by: mli, jpai
|
2024-01-02 11:10:15 +00:00 |
|
Naoto Sato
|
0c178beb69
|
8321206: Make Locale related system properties StaticProperty
Reviewed-by: rriggs
|
2023-12-08 18:47:40 +00:00 |
|
Lance Andersen
|
0eb299af79
|
8316141: Improve CEN header validation checking
Reviewed-by: alanb
|
2023-12-08 16:37:53 +00:00 |
|
Hannes Wallnöfer
|
9a87e52c0c
|
8320538: Obsolete CSS styles in collection framework doc-file
Reviewed-by: alanb
|
2023-12-07 09:23:21 +00:00 |
|
Doug Lea
|
cc25d8b12b
|
8319662: ForkJoinPool trims worker threads too slowly
8319498: ForkJoinPool.invoke(ForkJoinTask) does not specify behavior when task throws checked exception
Reviewed-by: alanb
|
2023-12-06 16:12:59 +00:00 |
|
Viktor Klang
|
33b26f79a9
|
8319123: Implement JEP 461: Stream Gatherers (Preview)
Reviewed-by: tvaleev, alanb, psandoz
|
2023-11-30 14:45:23 +00:00 |
|
Eirik Bjorsnos
|
99f870c43f
|
8320781: Fix whitespace in j.l.Double and j.u.z.ZipInputStream @snippets
Reviewed-by: lancea, bpb, darcy, jpai
|
2023-11-28 10:20:11 +00:00 |
|
David Holmes
|
c75c38871e
|
8318776: Require supports_cx8 to always be true
Reviewed-by: eosterlund, shade, dcubed
|
2023-11-23 22:23:42 +00:00 |
|
Shaojin Wen
|
61d81d6496
|
8317742: ISO Standard Date Format implementation consistency on DateTimeFormatter and String.format
Reviewed-by: rriggs, naoto
|
2023-11-21 17:00:18 +00:00 |
|
Claes Redestad
|
7d25f1c6cb
|
8319423: Improve Year.isLeap by checking divisibility by 16
Reviewed-by: naoto, rriggs
|
2023-11-08 15:18:53 +00:00 |
|
Justin Lu
|
cc4b0d9217
|
8319378: Spec for j.util.Timer::purge and j.util.Timer::cancel could be improved
Reviewed-by: naoto, jpai, rriggs
|
2023-11-07 21:33:33 +00:00 |
|
Lance Andersen
|
82747132b0
|
8314891: Additional Zip64 extra header validation
Reviewed-by: coffeys
|
2023-11-07 16:52:22 +00:00 |
|
Hannes Wallnöfer
|
2d4a4d04b8
|
8315921: Invalid CSS declarations in java.lang class documentation
Reviewed-by: jpai, alanb
|
2023-11-02 11:53:54 +00:00 |
|
Doug Lea
|
667cca9d7a
|
8288899: java/util/concurrent/ExecutorService/CloseTest.java failed with "InterruptedException: sleep interrupted"
Reviewed-by: alanb
|
2023-10-27 10:08:59 +00:00 |
|
Viktor Klang
|
5224e979a1
|
8293713: java/net/httpclient/BufferingSubscriberTest.java fails in timeout, blocked in submission publisher
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: alanb
|
2023-10-24 10:38:58 +00:00 |
|
Sean Coffey
|
8d9a4b43f4
|
8317678: Fix up hashCode() for ZipFile.Source.Key
Reviewed-by: lancea, alanb, jpai
|
2023-10-23 17:12:41 +00:00 |
|
Viktor Klang
|
21215753c0
|
8318421: AbstractPipeline.sourceStageSpliterator() chases pointers needlessly
Reviewed-by: psandoz
|
2023-10-20 16:32:11 +00:00 |
|
Viktor Klang
|
200b5a27d4
|
8318420: AbstractPipeline invokes overridden method in constructor
Reviewed-by: psandoz
|
2023-10-20 16:31:46 +00:00 |
|