Ian Graves
|
e3076552ec
|
8280403: RegEx: String.split can fail with NPE in Pattern.CharPredicate::match
Reviewed-by: lancea, iris, naoto, rriggs
|
2022-01-24 22:21:22 +00:00 |
|
Joe Darcy
|
8e82d0021c
|
8280492: Use cross-module syntax for cross-module links
Reviewed-by: iris, serb, lancea, dfuchs, aivanov
|
2022-01-24 20:16:38 +00:00 |
|
Aleksey Shipilev
|
d1569111d7
|
8280459: Suspicious integer division in Hashtable.readHashtable
Reviewed-by: rriggs, bpb
|
2022-01-24 09:18:20 +00:00 |
|
Jesper Wilhelmsson
|
4616c13c2f
|
Merge
|
2022-01-20 01:18:38 +00:00 |
|
Andrey Turbanov
|
5af7f25814
|
8274811: Remove superfluous use of boxing in java.base
Reviewed-by: lancea
|
2022-01-19 10:59:40 +00:00 |
|
Weijun Wang
|
4d3663a6d0
|
8272026: Verify Jar Verification
Reviewed-by: rhalade, valeriep, mschoene
|
2022-01-18 23:35:35 +00:00 |
|
Ian Graves
|
aa28430bdd
|
8268813: Better String matching
Reviewed-by: mschoene, rhalade, smarks
|
2022-01-18 23:35:34 +00:00 |
|
Julia Boes
|
5832a34404
|
8270416: Enhance construction of Identity maps
Reviewed-by: dfuchs, chegar, rhalade, ahgross, smarks, robm
|
2022-01-18 23:35:34 +00:00 |
|
Masanori Yano
|
848b16a3f9
|
8272746: ZipFile can't open big file (NegativeArraySizeException)
Reviewed-by: lancea
|
2022-01-18 18:20:57 +00:00 |
|
Pavel Rappo
|
f180530935
|
8279918: Fix various doc typos
Reviewed-by: kevinw, lancea, mullan, sspitsyn, naoto, jlahoda, azvegint, egahlin, jjg
|
2022-01-14 16:10:14 +00:00 |
|
Sean Mullan
|
61b8944327
|
8278851: Correct signer logic for jars signed with multiple digestalgs
Reviewed-by: coffeys, weijun
|
2022-01-14 15:22:31 +00:00 |
|
Naoto Sato
|
0a094d7c28
|
8268081: Upgrade Unicode Data Files to 14.0.0
Reviewed-by: joehw, iris, lancea
|
2022-01-12 19:17:18 +00:00 |
|
Masanori Yano
|
3aaa0982d8
|
8276694: Pattern trailing unescaped backslash causes internal error
Reviewed-by: jlaskey
|
2022-01-11 22:37:15 +00:00 |
|
Naoto Sato
|
9cd709060c
|
8278587: StringTokenizer(String, String, boolean) documentation bug
Backport-of: 8f5fdd864b6f1cf4a2d9d961d8d4118960f0751e
|
2021-12-17 13:48:26 +00:00 |
|
Naoto Sato
|
8f5fdd864b
|
8278587: StringTokenizer(String, String, boolean) documentation bug
Reviewed-by: iris, joehw, lancea, rriggs, darcy
|
2021-12-16 21:41:38 +00:00 |
|
Sergey Tsypanov
|
20db7800a6
|
8277868: Use Comparable.compare() instead of surrogate code
Reviewed-by: rriggs, aivanov
|
2021-12-16 21:39:08 +00:00 |
|
Claes Redestad
|
aae563981c
|
8278642: Refactor java.util.Formatter
Reviewed-by: rriggs, naoto
|
2021-12-16 11:46:02 +00:00 |
|
Eamonn McManus
|
fe2ae8e38b
|
8276904: Optional.toString() is unnecessarily expensive
Reviewed-by: rriggs, smarks
|
2021-12-08 21:24:43 +00:00 |
|
Brent Christian
|
ec7cb6d5d3
|
8276447: Deprecate finalization-related methods for removal
Reviewed-by: rriggs, alanb, lancea, darcy, mchung, serb, smarks, prr
|
2021-12-08 00:23:15 +00:00 |
|
Tim Prinzing
|
652b5f8546
|
8276674: Malformed Javadoc inline tags in JDK source
Reviewed-by: jjg, rriggs, prappo, bchristi
|
2021-12-02 20:47:29 +00:00 |
|
Sergey Tsypanov
|
73a9654c26
|
8276806: Use Objects.checkFromIndexSize where possible in java.base
Reviewed-by: rriggs, lancea
|
2021-12-02 20:00:49 +00:00 |
|
Ravi Reddy
|
1e9ed54d36
|
8193682: Infinite loop in ZipOutputStream.close()
Reviewed-by: lancea, coffeys
|
2021-12-01 15:35:00 +00:00 |
|
Jaikiran Pai
|
0a01baaf2d
|
8277986: Typo in javadoc of java.util.zip.ZipEntry#setTime
Reviewed-by: alanb, iris, lancea
|
2021-12-01 01:17:07 +00:00 |
|
Roger Riggs
|
5e7e2da227
|
8272042: java.util.ImmutableCollections$Map1 and MapN should not be @ValueBased
Reviewed-by: mchung, iris, naoto, smarks
|
2021-11-23 15:02:48 +00:00 |
|
Volker Simonis
|
79350b9b4f
|
8276216: Negated character classes performance regression in Pattern
Reviewed-by: clanger
|
2021-11-23 09:15:20 +00:00 |
|
Sergey Bylokhov
|
e3243ee963
|
8277087: ZipException: zip END header not found at ZipFile#Source.findEND
Reviewed-by: lancea
|
2021-11-23 08:57:34 +00:00 |
|
Jim Laskey
|
8683de5eda
|
8274685: Documentation suggests there are ArbitrarilyJumpableGenerator when none
Co-authored-by: Guy Steele <gls@openjdk.org>
Reviewed-by: rriggs
|
2021-11-22 16:19:23 +00:00 |
|
Jim Laskey
|
6b4fbaedbb
|
8273792: JumpableGenerator.rngs() documentation refers to wrong method
Co-authored-by: Guy Steele <gls@openjdk.org>
Reviewed-by: rriggs
|
2021-11-22 16:17:01 +00:00 |
|
Pavel Rappo
|
fdcd16a38f
|
8277048: Tiny improvements to the specification text for java.util.Properties.load
Reviewed-by: rriggs, iris, naoto
|
2021-11-15 11:25:23 +00:00 |
|
Lance Andersen
|
b85500e524
|
8276123: ZipFile::getEntry will not return a file entry when there is a directory entry of the same name within a Zip File
Reviewed-by: redestad, alanb
|
2021-11-12 17:12:13 +00:00 |
|
Andrey Turbanov
|
5a2452c80e
|
8274835: Remove unnecessary castings in java.base
Reviewed-by: mullan, naoto, lancea, bpb
|
2021-11-12 16:30:56 +00:00 |
|
Naoto Sato
|
0c409cac78
|
8276186: Require getAvailableLocales() methods to include Locale.ROOT
Reviewed-by: prappo, smarks, iris
|
2021-11-10 20:52:11 +00:00 |
|
Eamonn McManus
|
905e3e8813
|
8231490: Ugly racy writes to ZipUtils.defaultBuf
Reviewed-by: lancea
|
2021-11-08 19:57:44 +00:00 |
|
Petr Portnov
|
cc2cac130c
|
8274686: java.util.UUID#hashCode() should use Long.hashCode()
Reviewed-by: rriggs
|
2021-11-08 13:22:37 +00:00 |
|
Ludvig Janiuk
|
d8b0dee65e
|
8276239: Better tables in java.util.random package summary
Reviewed-by: jlaskey
|
2021-11-08 09:44:44 +00:00 |
|
Pavel Rappo
|
615063364a
|
8276348: Use blessed modifier order in java.base
Reviewed-by: dfuchs, darcy, iris, rriggs, martin
|
2021-11-03 10:07:48 +00:00 |
|
Ludvig Janiuk
|
92be9d8c53
|
8276236: Table headers missing in Formatter api docs
Reviewed-by: coffeys, iris
|
2021-11-02 09:46:37 +00:00 |
|
Joe Darcy
|
0761a4b915
|
8275688: Suppress warnings on non-serializable non-transient instance fields in DualPivotQuicksort
Reviewed-by: rriggs
|
2021-10-21 15:26:07 +00:00 |
|
Ian Graves
|
4b9303b77b
|
8273308: PatternMatchTest.java fails on CI
Reviewed-by: dfuchs, smarks
|
2021-10-19 18:26:04 +00:00 |
|
Julia Boes
|
dd199ee063
|
8266097: Better hashing support
Reviewed-by: chegar, dfuchs, ahgross, smarks, rhalade
|
2021-10-19 18:25:58 +00:00 |
|
Weijun Wang
|
34628ff8ac
|
8266115: More Manifest Jar Loading
Reviewed-by: mschoene, ahgross, mullan, rhalade
|
2021-10-19 18:25:58 +00:00 |
|
Lance Andersen
|
831802ddb1
|
8275163: Deflater::deflate methods omit javadoc for ReadOnlyBufferException
Reviewed-by: bpb, iris, naoto
|
2021-10-15 20:38:43 +00:00 |
|
Sean Coffey
|
03a8d342b8
|
8273826: Correct Manifest file name and NPE checks
Reviewed-by: weijun, hchao, mullan
|
2021-10-07 15:12:13 +00:00 |
|
Sergey Tsypanov
|
df7b0c7077
|
8274715: Implement forEach in Collections.CopiesList
Reviewed-by: martin
|
2021-10-05 22:19:35 +00:00 |
|
David Holmes
|
2e542e33b8
|
8274349: ForkJoinPool.commonPool() does not work with 1 CPU
Co-authored-by: Doug Lea <dl@openjdk.org>
Reviewed-by: shade, martin
|
2021-10-04 23:14:12 +00:00 |
|
Joe Darcy
|
2072bc77b4
|
8274391: Suppress more warnings on non-serializable non-transient instance fields in java.util.concurrent
Reviewed-by: lancea, bpb, alanb, iris
|
2021-09-28 21:21:53 +00:00 |
|
Jaikiran Pai
|
af50772d39
|
8231640: (prop) Canonical property storage
Reviewed-by: rriggs, smarks, dfuchs, ihse
|
2021-09-28 05:17:31 +00:00 |
|
Pavel Rappo
|
8799856528
|
8274075: Fix miscellaneous typos in java.base
Reviewed-by: dfuchs, darcy, iris, lancea, bpb
|
2021-09-23 08:08:39 +00:00 |
|
Naoto Sato
|
31667daa50
|
8273491: java.util.spi.LocaleServiceProvider spec contains statement that is too strict
Reviewed-by: joehw, lancea
|
2021-09-14 12:46:08 +00:00 |
|
Ian Graves
|
3d9dc8f824
|
8273430: Suspicious duplicate condition in java.util.regex.Grapheme#isExcludedSpacingMark
Reviewed-by: naoto
|
2021-09-13 21:48:28 +00:00 |
|