Eirik Bjorsnos
|
05294802c4
|
8259867: Move encoding checks into ZipCoder
Reviewed-by: redestad, lancea
|
2021-01-20 12:02:39 +00:00 |
|
Jesper Wilhelmsson
|
cf25383d19
|
Merge
|
2021-01-19 22:49:44 +00:00 |
|
Kim Barrett
|
33dcc00c55
|
8132984: incorrect type for Reference.discovered
Use unbounded wildcard placeholders, plus a new helper to get back to the Reference<T> domain.
Reviewed-by: rkennke, plevart, rriggs, mchung
|
2021-01-19 19:14:30 +00:00 |
|
Martin Buchholz
|
f7b96d347a
|
8259796: timed CompletableFuture.get may swallow InterruptedException
Reviewed-by: dl, alanb
|
2021-01-19 18:41:08 +00:00 |
|
Jaikiran Pai
|
db9c114d40
|
7146776: deadlock between URLStreamHandler.getHostAddress and file.Handler.openconnection
Reviewed-by: alanb, chegar
|
2021-01-18 11:53:22 +00:00 |
|
Sergey Tsypanov
|
27a39c8d3f
|
8193031: Collections.addAll is likely to perform worse than Collection.addAll
Reviewed-by: plevart
|
2021-01-15 17:38:08 +00:00 |
|
Conor Cleary
|
707bce080d
|
8257212: (bf spec) Clarify byte order of the buffer returned by CharBuffer.subsequence(int,int)
Reviewed-by: chegar, bpb, alanb
|
2021-01-15 14:06:38 +00:00 |
|
Tagir F. Valeev
|
2c8e337dff
|
8259622: TreeMap.computeIfAbsent deviates from spec
Reviewed-by: smarks
|
2021-01-15 04:11:31 +00:00 |
|
Naoto Sato
|
aba3431c4e
|
8258956: Memory Leak in StringCoding on ThreadLocal resultCached StringCoding.Result
Reviewed-by: rriggs, alanb
|
2021-01-14 16:58:37 +00:00 |
|
Jamil Nimeh
|
8554fe6ebc
|
8253866: Security Libs Terminology Refresh
Reviewed-by: erikj, weijun, mullan
|
2021-01-14 16:36:51 +00:00 |
|
Sergey Tsypanov
|
c822eda1d8
|
8259699: Reduce char[] copying in URLEncoder.encode(String, Charset)
Reviewed-by: attila, redestad, chegar
|
2021-01-14 14:18:12 +00:00 |
|
Jesper Wilhelmsson
|
51e14f2e2a
|
Merge
|
2021-01-14 01:29:47 +00:00 |
|
Maurizio Cimadamore
|
17b4db31cb
|
8259636: Check for buffer backed by shared segment kicks in in unexpected places
Reviewed-by: sundar, alanb, chegar
|
2021-01-12 21:06:03 +00:00 |
|
Maurizio Cimadamore
|
b03880e33b
|
8259634: MemorySegment::asByteBuffer does not respect spatial bounds
Reviewed-by: alanb, chegar
|
2021-01-12 17:09:05 +00:00 |
|
Stuart Marks
|
8a81cf154f
|
8259298: broken link in Stream::toList spec
Reviewed-by: bchristi, iris, lancea, naoto
|
2021-01-12 17:04:34 +00:00 |
|
Andrey Turbanov
|
022bc9f0cb
|
8258422: Cleanup unnecessary null comparison before instanceof check in java.base
Reviewed-by: chegar, aefimov
|
2021-01-11 23:30:44 +00:00 |
|
Naoto Sato
|
cd73939b79
|
8259528: Broken Link for [java.text.Normalizer.Form]
Reviewed-by: lancea, joehw, iris
|
2021-01-11 22:02:46 +00:00 |
|
Jan Lahoda
|
235488215b
|
8250768: javac should be adapted to changes in JEP 12
Reviewed-by: mcimadamore, erikj, jjg, ihse
|
2021-01-11 10:10:47 +00:00 |
|
Martin Buchholz
|
9154f64349
|
8254973: CompletableFuture.ThreadPerTaskExecutor does not throw NPE in #execute
Reviewed-by: dl
|
2021-01-10 23:47:04 +00:00 |
|
Martin Buchholz
|
e7c174083a
|
8258187: IllegalMonitorStateException in ArrayBlockingQueue
Reviewed-by: dl
|
2021-01-10 18:38:00 +00:00 |
|
Martin Buchholz
|
11d5b04791
|
8258217: PriorityBlockingQueue constructor spec and behavior mismatch
Reviewed-by: dl
|
2021-01-10 18:20:16 +00:00 |
|
Martin Buchholz
|
270014ab4e
|
8234131: Miscellaneous changes imported from jsr166 CVS 2021-01
8257671: ThreadPoolExecutor.Discard*Policy: rejected tasks are not cancelled
Reviewed-by: alanb, prappo, dl
|
2021-01-09 21:59:27 +00:00 |
|
Martin Buchholz
|
63e3bd7613
|
8246677: LinkedTransferQueue and SynchronousQueue synchronization updates
Reviewed-by: alanb, dl
|
2021-01-09 21:08:32 +00:00 |
|
Martin Buchholz
|
5cfa8c94d6
|
8246585: ForkJoin updates
8229253: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
Reviewed-by: dl
|
2021-01-09 20:57:52 +00:00 |
|
Claes Redestad
|
fc1d2a1e8e
|
8259065: Optimize MessageDigest.getInstance
Reviewed-by: valeriep
|
2021-01-08 09:20:42 +00:00 |
|
Jesper Wilhelmsson
|
555641ede5
|
Merge
|
2021-01-07 21:17:35 +00:00 |
|
Joe Darcy
|
80544e4d5f
|
8250564: Remove terminally deprecated constructor in GSSUtil
8250565: Remove terminally deprecated constructor in java.net.URLDecoder
Reviewed-by: bpb, smarks, alanb, mullan
|
2021-01-06 18:05:33 +00:00 |
|
Rafael Winterhalter
|
d25a1bed56
|
8259224: (ann) getAnnotatedReceiverType should not parameterize owner(s) of statically nested classes
Reviewed-by: jfranck
|
2021-01-06 15:46:33 +00:00 |
|
Chris Hegarty
|
73f5415363
|
8258955: (bf) slice(int, int) on view buffers fails to adjust index according to primitive size
Reviewed-by: alanb
|
2021-01-02 19:29:50 +00:00 |
|
Jesper Wilhelmsson
|
d234388042
|
Merge
|
2020-12-21 09:09:05 +00:00 |
|
Joel Borggrén-Franck
|
1cc98bde67
|
8256693: getAnnotatedReceiverType parameterizes types too eagerly
Reviewed-by: vromero
|
2020-12-18 13:34:36 +00:00 |
|
Stuart Marks
|
cbc3feeb89
|
8258259: Unicode linebreak matching behavior is incorrect; backout JDK-8235812
Reviewed-by: naoto
|
2020-12-18 00:36:33 +00:00 |
|
Jesper Wilhelmsson
|
f15528eb64
|
Merge
|
2020-12-17 20:41:37 +00:00 |
|
Hai-May Chao
|
b0b70df4ad
|
8246005: KeyStoreSpi::engineStore(LoadStoreParameter) spec mismatch to its behavior
Reviewed-by: xuelei
|
2020-12-17 20:10:54 +00:00 |
|
Brian Burkhalter
|
143998e46c
|
8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array
Reviewed-by: naoto, smarks, rriggs
|
2020-12-17 16:29:57 +00:00 |
|
Julia Boes
|
952dc70402
|
8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect
Reviewed-by: darcy
|
2020-12-17 11:32:58 +00:00 |
|
Jesper Wilhelmsson
|
11bd7a814f
|
Merge
|
2020-12-17 03:04:19 +00:00 |
|
Brent Christian
|
b2f035549a
|
8253497: Core Libs Terminology Refresh
Reviewed-by: naoto, kcr, rriggs, joehw, bpb, smarks, alanb
|
2020-12-16 23:09:20 +00:00 |
|
Roger Riggs
|
aa9c136d67
|
8251989: Hex formatting and parsing utility
Reviewed-by: tvaleev, chegar, naoto, darcy
|
2020-12-16 20:29:49 +00:00 |
|
Julia Boes
|
72dfba8053
|
8257637: Update usage of "type" terminology in java.lang.annotation
Reviewed-by: darcy
|
2020-12-16 10:46:39 +00:00 |
|
Joe Darcy
|
e9113517d4
|
8258140: Update @jls tags in java.base for renamed/renumbered sections
Reviewed-by: psandoz
|
2020-12-15 16:48:31 +00:00 |
|
Jesper Wilhelmsson
|
381021aebf
|
Merge
|
2020-12-15 03:40:30 +00:00 |
|
Sergey Tsypanov
|
15481041e0
|
8255477: Remove unused method URL.set(String protocol, String host, int port, String file, String ref)
Reviewed-by: dfuchs
|
2020-12-14 13:03:55 +00:00 |
|
Martin Buchholz
|
43dc3f7992
|
8254350: CompletableFuture.get may swallow InterruptedException
Reviewed-by: alanb, dl
|
2020-12-13 19:17:36 +00:00 |
|
Mandy Chung
|
2001da3dd4
|
8257596: Clarify trusted final fields for record classes
Reviewed-by: hseigel, chegar, psandoz
|
2020-12-11 22:44:48 +00:00 |
|
Vicente Romero
|
b7ac32d6ee
|
8257598: Clarify what component values are used in Record::equals
Reviewed-by: darcy, chegar
|
2020-12-11 19:16:34 +00:00 |
|
John Lin
|
37dc675cd0
|
8247402: Documentation for Map::compute contains confusing implementation requirements
Reviewed-by: prappo, martin
|
2020-12-11 00:26:10 +00:00 |
|
Harold Seigel
|
d33a689b96
|
8256867: Classes with empty PermittedSubclasses attribute cannot be extended
Reviewed-by: lfoltan, mchung, jlahoda, chegar
|
2020-12-09 19:07:11 +00:00 |
|
Mandy Chung
|
5f03341211
|
8052260: Reference.isEnqueued() spec does not match the long-standing behavior returning true iff it's in the ref queue
Reviewed-by: kbarrett, alanb
|
2020-12-09 17:27:02 +00:00 |
|
Julia Boes
|
5bdce9b995
|
8257639: Update usage of "type" terminology in java.lang.Enum & java.lang.Record
Reviewed-by: chegar, dfuchs
|
2020-12-09 09:32:22 +00:00 |
|