Volker Simonis
|
e9929e2b5a
|
8259582: Backout JDK-8237578 until all affected tests have been fixed
Reviewed-by: xuelei
|
2021-01-11 21:36:16 +00:00 |
|
Clive Verghese
|
01b2804ef7
|
8237578: JDK-8214339 (SSLSocketImpl wraps SocketException) appears to not be fully fixed
Reviewed-by: xuelei, simonis
|
2021-01-11 12:02:09 +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 |
|
Xue-Lei Andrew Fan
|
b72de3c5fc
|
8259385: Cleanup unused assignment
Reviewed-by: attila
|
2021-01-11 00:33:22 +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 |
|
Xue-Lei Andrew Fan
|
df721f0c69
|
8259291: Cleanup unnecessary local variables
Reviewed-by: mullan
|
2021-01-06 16:57:17 +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 |
|
Maurizio Cimadamore
|
e66187d885
|
8259032: MappedMemorySegmentImpl#makeMappedSegment() ignores Unmapper#pagePosition
Co-authored-by: Uwe Schindler <uschindler@openjdk.org>
Reviewed-by: alanb
|
2021-01-06 12:18:43 +00:00 |
|
Xue-Lei Andrew Fan
|
4d3d59912d
|
8259223: Simplify boolean expression in the SunJSSE provider
Reviewed-by: mullan
|
2021-01-05 19:32:46 +00:00 |
|
Xue-Lei Andrew Fan
|
7ddc2b5606
|
8258852: Arrays.asList() for single item could be replaced with List.of()
Reviewed-by: mullan
|
2021-01-05 18:29:35 +00:00 |
|
Peter Levart
|
85bac8c415
|
8259021: SharedSecrets should avoid double racy reads from non-volatile fields
Reviewed-by: shade, redestad, rriggs, mchung, rrich, alanb
|
2021-01-05 17:41:50 +00:00 |
|
Xue-Lei Andrew Fan
|
2499ac3db5
|
8259069: Fields could be final
Reviewed-by: wetmore
|
2021-01-05 00:11:55 +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 |
|
Jamil Nimeh
|
f5ee356540
|
8179503: Java should support GET OCSP calls
Reviewed-by: xuelei
|
2020-12-31 18:03:54 +00:00 |
|
Sean Coffey
|
a4e082e985
|
8253368: TLS connection always receives close_notify exception
Reviewed-by: xuelei
|
2020-12-23 12:26:44 +00:00 |
|
Xue-Lei Andrew Fan
|
47c9b437af
|
8258828: The method local variable is not really used
Reviewed-by: jnimeh, wetmore
|
2020-12-22 19:43:20 +00:00 |
|
Xue-Lei Andrew Fan
|
39e03a0b2c
|
8258804: Collection.toArray() should use empty array
Reviewed-by: mullan
|
2020-12-22 18:12:37 +00:00 |
|
Xue-Lei Andrew Fan
|
12297a00ef
|
8258736: No break in the loop
Reviewed-by: wetmore
|
2020-12-21 19:09:03 +00:00 |
|
Jesper Wilhelmsson
|
d234388042
|
Merge
|
2020-12-21 09:09:05 +00:00 |
|
Xue-Lei Andrew Fan
|
a4f393caf4
|
8258661: Inner class ResponseCacheEntry could be static
Reviewed-by: jnimeh
|
2020-12-18 19:01:57 +00:00 |
|
Xue-Lei Andrew Fan
|
3c488199c4
|
8169086: DTLS tests fail intermittently with too much loops or timeout
Reviewed-by: ascarpino
|
2020-12-18 18:52:52 +00:00 |
|
Roger Riggs
|
68f2acbf4c
|
8252055: Use java.util.HexFormat in java.security
Reviewed-by: xuelei
|
2020-12-18 16:35:11 +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 |
|
Xue-Lei Andrew Fan
|
efd61c6f53
|
8258514: Replace Collections.unmodifiableList with List.of
Reviewed-by: jnimeh
|
2020-12-16 19:42:03 +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 |
|
Weijun Wang
|
b97fe6c410
|
8258419: RSA cipher buffer cleanup
Reviewed-by: valeriep
|
2020-12-15 22:49:35 +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 |
|
Maurizio Cimadamore
|
7ff9c85639
|
8258242: Type profile pollution occurs when memory segments of different kinds are used
Reviewed-by: vlivanov, redestad
|
2020-12-15 13:50:40 +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 |
|