Alan Bateman
|
5f2e280cab
|
8259865: (fs) test/jdk/java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java failing on macOS 10.13
Reviewed-by: dcubed
|
2021-01-17 18:13:08 +00:00 |
|
Sebastian Stenzel
|
afd3f78aec
|
8030048: (fs) Support UserDefinedFileAttributeView/extended attributes on OS X / HFS+
Reviewed-by: alanb
|
2021-01-16 08:36:05 +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 |
|
Xue-Lei Andrew Fan
|
65bed6470c
|
8253635: Implement toString() for SSLEngineImpl
Reviewed-by: coffeys, wetmore
|
2021-01-13 01:10:29 +00:00 |
|
Martin Balao
|
4be2173478
|
8259319: Illegal package access when SunPKCS11 requires SunJCE's classes
Reviewed-by: valeriep, mullan
|
2021-01-12 23:44:19 +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 |
|
Jesper Wilhelmsson
|
b378f54df3
|
Merge
|
2021-01-12 01:08:14 +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 |
|
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 |
|
Michael McMahon
|
fb68395dcd
|
8259014: (so) ServerSocketChannel.bind(UnixDomainSocketAddress)/SocketChannel.bind(UnixDomainSocketAddress) will have unknown user and group owner (win)
Reviewed-by: alanb
|
2021-01-08 15:59:45 +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 |
|
Mat Carter
|
7e01bc967d
|
8255264: Support for identifying the full range of IPv4 localhost addresses on Windows
Reviewed-by: alanb
|
2021-01-06 10:39:07 +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 |
|
Anton Kozlov
|
d4c7db5060
|
8257620: Do not use objc_msgSend_stret to get macOS version
Reviewed-by: ihse, rriggs
|
2020-12-21 08:44:59 +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 |
|