Ivan Gerasimov
|
b0e1ee4b3b
|
8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only)
Reviewed-by: prappo
|
2020-03-28 21:07:55 -07:00 |
|
Lance Andersen
|
8a616df8b5
|
8233234: Better Zip Naming
Reviewed-by: alanb, ahgross, redestad, coffeys, mschoene, rhalade
|
2020-01-31 13:52:04 -05:00 |
|
Ivan Gerasimov
|
f77016b935
|
8236201: Better Scanner conversions
Reviewed-by: ahgross, rhalade, rriggs, skoivu, smarks
|
2020-01-29 20:01:34 -08:00 |
|
Ivan Gerasimov
|
d1b506597f
|
8237599: Greedy matching against supplementary chars fails to respect the region
Reviewed-by: rriggs
|
2020-03-25 08:46:31 -07:00 |
|
Pavel Rappo
|
17ff85d4ad
|
8241014: Miscellaneous typos in documentation comments
Reviewed-by: igerasim, prappo, psandoz, rriggs, weijun
|
2020-03-20 20:54:56 +00:00 |
|
Kiran Sidhartha Ravikumar
|
fa069be2f2
|
8161558: ListIterator should not discard cause on exception
Reviewed-by: smarks
|
2020-03-13 18:38:07 +00:00 |
|
Ivan Gerasimov
|
1d4a4fed43
|
8214245: Case insensitive matching doesn't work correctly for some character classes
Reviewed-by: rriggs, darcy
|
2020-03-18 01:04:22 -07:00 |
|
Naoto Sato
|
eeaafbe141
|
8216332: Grapheme regex does not work with emoji sequences
Reviewed-by: rriggs
|
2020-03-12 08:31:26 -07:00 |
|
Claes Redestad
|
ebadfaeb2e
|
8196334: Optimize UUID#fromString
Co-authored-by: Andriy Plokhotnyuk <plokhotnyuk@gmail.com>
Co-authored-by: Jon Chambers <jon.chambers@gmail.com>
Reviewed-by: igerasim, alanb
|
2020-03-02 08:22:48 +01:00 |
|
Stuart Marks
|
5b4d80d106
|
8046362: IdentityHashMap.hash comments should be clarified
Reviewed-by: aph, martin, rriggs
|
2020-02-13 10:00:33 -08:00 |
|
Roger Riggs
|
eccdd8e603
|
8238919: (doc) Broken code snippet in the java.util.stream package documentation
Reviewed-by: mchung, naoto
|
2020-02-12 15:06:39 -05:00 |
|
Ivan Gerasimov
|
987be2bb6d
|
8235812: Unicode linebreak with quantifier does not match valid input
Reviewed-by: rriggs
|
2020-02-10 16:10:45 -08:00 |
|
Claes Redestad
|
ac69c7894d
|
8238684: Override getOrDefault in immutable Map implementation
Reviewed-by: forax, psandoz, smarks
|
2020-02-08 15:21:25 +01:00 |
|
Jesper Wilhelmsson
|
efa4d2f9e1
|
Merge
|
2020-01-28 07:25:31 +01:00 |
|
Roger Riggs
|
42726a87e9
|
8215361: (doc) Cleanup package-info markup - smartcardio, java.sql, java.sql.rowset
Reviewed-by: lancea, prappo, naoto
|
2020-01-24 14:32:04 -05:00 |
|
Ivan Gerasimov
|
6f7f81f794
|
8236034: Use optimized Ques node for curly {0,1} quantifier
Reviewed-by: rriggs
|
2020-01-21 17:52:55 -08:00 |
|
Claes Redestad
|
a19ff9d98a
|
8236641: Improve Set.of(...).iterator() warmup characteristics
Reviewed-by: smarks, jrose, fweimer
|
2020-01-21 22:21:15 +01:00 |
|
Claes Redestad
|
fdbea219a1
|
8237508: Simplify JarFile.isInitializing
Reviewed-by: dfuchs, coffeys, lancea
|
2020-01-20 14:24:21 +01:00 |
|
Ivan Gerasimov
|
1507a1fb67
|
8234423: Modifying ArrayList.subList().subList() resets modCount of subList
Reviewed-by: rriggs
|
2020-01-13 18:00:32 -08:00 |
|
Almaz Mingaleev
|
d3f7666418
|
8235730: Incorrect javadoc in MatchKind
Reviewed-by: martin, prappo
|
2019-12-10 15:50:12 -08:00 |
|
Henry Jen
|
9ac2f8b654
|
8234542: code removal of Pack200 Tools and API
Reviewed-by: alanb, mchung, erikj
|
2019-12-10 00:36:30 +00:00 |
|
Claes Redestad
|
de96aeddf5
|
8236850: Operations on constant List/Set.of(element) instances does not consistently constant fold
Reviewed-by: smarks, jrose, rriggs, psandoz
|
2020-01-14 23:40:42 +01:00 |
|
Sean Coffey
|
2c5167803a
|
8234466: Class loading deadlock involving X509Factory#commitEvent()
Reviewed-by: alanb, chegar, dfuchs
|
2020-01-13 21:16:27 +00:00 |
|
Ivan Gerasimov
|
78c4ab4449
|
8234423: Modifying ArrayList.subList().subList() resets modCount of subList
Reviewed-by: rriggs
|
2020-01-09 15:38:41 -08:00 |
|
Ivan Gerasimov
|
cd589d8469
|
8234147: Avoid looking up standard charsets in core libraries
Reviewed-by: alanb
|
2019-12-01 15:29:37 -08:00 |
|
Julia Boes
|
aa66dd422f
|
8234799: javadoc of java.util.Arrays.compare(T[] a, T[] b) misses the word "less"
Add word "less" to method-level javadoc
Reviewed-by: dfuchs, lancea
|
2019-11-27 15:13:58 +00:00 |
|
Julia Boes
|
a8a2246158
|
8234335: Remove line break in class declaration in java.base
Remove line break in class declarations where applicable
Reviewed-by: rriggs, lancea
|
2019-11-21 09:10:21 +00:00 |
|
Kiran Ravikumar
|
25d3cf9216
|
8233731: repeated typo "fro" for "for"
Reviewed-by: dfuchs
|
2019-11-13 11:27:50 +00:00 |
|
Vladimir Yaroslavskiy
|
de54eb1513
|
8226297: Dual-pivot quicksort improvements
Reviewed-by: dl, lbourges
|
2019-11-12 13:49:40 -08:00 |
|
Ivan Gerasimov
|
f82e4b1b76
|
8235930: java.util.regex.PrintPattern does not print a link to the next node
Reviewed-by: martin
|
2019-12-15 09:33:50 -08:00 |
|
Doug Lea
|
f29d1d172b
|
8231026: Miscellaneous changes imported from jsr166 CVS 2019-11
Reviewed-by: martin
|
2019-11-01 09:07:59 -07:00 |
|
Doug Lea
|
dc7d30d08e
|
8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once
Reviewed-by: martin
|
2019-11-01 09:04:04 -07:00 |
|
Lance Andersen
|
3cc7b5babe
|
8231451: ZipFileInputStream::skip handling of negative values with STORED entries
Reviewed-by: clanger, bpb, alanb
|
2019-10-30 15:54:41 -04:00 |
|
Ivan Gerasimov
|
463d6e9640
|
8231859: Extra dash after the exception name in @throws clause of javadoc
Reviewed-by: weijun
|
2019-10-16 18:47:11 -07:00 |
|
Joe Darcy
|
98c9f8bdc7
|
8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent
Reviewed-by: martin
|
2019-10-16 16:55:52 -07:00 |
|
Henry Jen
|
8d141f1048
|
Merge
|
2019-10-14 21:01:25 +00:00 |
|
Joe Darcy
|
3c9b6d8554
|
8231202: Suppress warnings on non-serializable non-transient instance fields in serializable classes
Reviewed-by: rriggs, chegar
|
2019-10-09 10:17:50 -07:00 |
|
Stuart Marks
|
ba63c30a94
|
8231977: Discuss serializability of collections
Reviewed-by: darcy, plevart, chegar
|
2019-10-07 17:13:59 -07:00 |
|
Julia Boes
|
4dafa3033f
|
8231161: Wrong return type in code sample in Collector API documentation
Correct declaration of container from R to A and add compilation test
Reviewed-by: smarks, lancea
|
2019-10-03 18:59:56 +01:00 |
|
Doug Lea
|
a9254cbcfa
|
8231032: ThreadMXBean locking tests fail after JSR 166 refresh
Reviewed-by: martin, mchung, dholmes
|
2019-09-27 12:20:14 -07:00 |
|
Julia Boes
|
d15a57b842
|
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: bchristi, lancea
|
2019-09-24 09:43:43 +01:00 |
|
Julia Boes
|
b15b322cf3
|
8230648: Replace @exception tag with @throws in java.base
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: prappo, lancea
|
2019-09-20 11:07:52 +01:00 |
|
Doug Lea
|
eb1eadb69f
|
8225490: Miscellaneous changes imported from jsr166 CVS 2019-09
Reviewed-by: martin, alanb
|
2019-09-14 11:26:26 -07:00 |
|
Doug Lea
|
80fe274875
|
8229442: AQS and lock classes refresh
Reviewed-by: martin
|
2019-09-14 11:16:40 -07:00 |
|
Ivan Gerasimov
|
5e7e0e7bbe
|
8230829: Matcher matches a surrogate pair that crosses border of the region
Reviewed-by: naoto
|
2019-09-12 11:07:35 -07:00 |
|
Joe Darcy
|
9d764ee48e
|
8229997: Apply java.io.Serial annotations in java.base
Reviewed-by: alanb, rriggs
|
2019-08-29 16:31:34 -07:00 |
|
Ivan Gerasimov
|
d607548f20
|
8230338: Accurate error message about bad Unicode block name
Reviewed-by: rriggs
|
2019-08-29 07:39:06 -07:00 |
|
Ivan Gerasimov
|
3ed845784d
|
8226831: Use Objects.equals() when appropriate
Reviewed-by: rriggs, bpb
|
2019-08-27 14:44:21 -07:00 |
|
Jesper Wilhelmsson
|
2ce6d6ba36
|
Merge
|
2019-08-07 22:43:49 +02:00 |
|
Lance Andersen
|
5233e25c4c
|
8226530: ZipFile reads wrong entry size from ZIP64 entries
Reviewed-by: bpb, clanger, shade
|
2019-08-07 14:04:10 -04:00 |
|