Lance Andersen
|
6247736fc9
|
8256018: Adler32/CRC32/CRC32C missing reachabilityFence
Reviewed-by: naoto, alanb
|
2020-11-11 15:34:03 +00:00 |
|
Jorn Vernee
|
0a41ca6b75
|
8254354: Add a withInvokeExactBehavior() VarHandle combinator
Reviewed-by: psandoz, chegar
|
2020-11-10 23:26:02 +00:00 |
|
Andrew Haley
|
17f04fc9e7
|
8254078: DataOutputStream is very slow post-disabling of Biased Locking
Reviewed-by: rriggs, shade, alanb
|
2020-11-09 16:02:30 +00:00 |
|
Pavel Rappo
|
c5462bb95d
|
8255989: Remove explicitly unascribed authorship from Java source files
Reviewed-by: redestad, mr, mchung, iris, serb
|
2020-11-07 12:11:43 +00:00 |
|
Brian Burkhalter
|
a50fdd5484
|
8219014: (bf) Add absolute bulk put methods which accept a source Buffer
Reviewed-by: psandoz, alanb
|
2020-11-05 16:27:49 +00:00 |
|
Kiran Sidhartha Ravikumar
|
b65ff60a8e
|
8255226: (tz) Upgrade time-zone data to tzdata2020d
Reviewed-by: naoto
|
2020-11-05 11:29:19 +00:00 |
|
Jan Lahoda
|
18bc95ba51
|
8250625: Compiler implementation of Pattern Matching for instanceof (Final)
Reviewed-by: vromero
|
2020-11-05 08:01:33 +00:00 |
|
Andy Herrick
|
26e7ef78fb
|
8252870: Finalize (remove "incubator" from) jpackage
Reviewed-by: kcr, erikj, almatvee, asemenyuk, prr, ihse
|
2020-11-04 20:27:11 +00:00 |
|
Brian Burkhalter
|
c287170c94
|
8254742: InputStream::readNBytes(int) result may contain zeros not in input
Reviewed-by: shade, bchristi
|
2020-11-04 16:50:02 +00:00 |
|
Kim Barrett
|
6023f6b1bf
|
8188055: (ref) Add Reference::refersTo predicate
Reviewed-by: mchung, pliden, rriggs, dholmes, ihse, smarks, alanb
|
2020-11-04 09:18:23 +00:00 |
|
Magnus Ihse Bursie
|
622f72bc8b
|
8255853: Update all nroff manpages for JDK 16 release
Reviewed-by: erikj
|
2020-11-03 22:12:56 +00:00 |
|
Brian Burkhalter
|
450452bb8c
|
8254876: (fs) NullPointerException not thrown when first argument to Path.of or Paths.get is null
Reviewed-by: rriggs, alanb
|
2020-11-03 19:39:28 +00:00 |
|
Jorn Vernee
|
b8d4e02ce7
|
8255374: Add a dropReturn MethodHandle combinator
Reviewed-by: redestad
|
2020-11-03 12:10:48 +00:00 |
|
Lance Andersen
|
05bcd67e65
|
8255529: Remove unused methods from java.util.zip.ZipFile
Reviewed-by: naoto, redestad
|
2020-11-02 18:24:48 +00:00 |
|
Naoto Sato
|
6dac8d2780
|
8255671: Bidi.reorderVisually has misleading exception messages
Reviewed-by: joehw
|
2020-11-02 16:48:16 +00:00 |
|
Jan Lahoda
|
d05df7c17a
|
8236842: Surprising 'multiple elements' behaviour from getTypeElement when cross-compiling with --release
Reviewed-by: vromero
|
2020-11-02 10:15:16 +00:00 |
|
Christoph Langer
|
64feeab70a
|
8255603: Memory/Performance regression after JDK-8210985
Reviewed-by: simonis, xuelei, aph
|
2020-11-01 23:24:47 +00:00 |
|
Christian Stein
|
f61ce32770
|
8255576: (fs) Files.isHidden() throws ArrayIndexOutOfBoundsException (unix)
Reviewed-by: alanb
|
2020-11-01 12:39:43 +00:00 |
|
Weijun Wang
|
80380d51d2
|
8255494: PKCS7 should use digest algorithm to verify the signature
Reviewed-by: valeriep
|
2020-10-31 03:22:35 +00:00 |
|
Brent Christian
|
98a69edec7
|
8255690:   in StringBuilder.subSequence
Reviewed-by: lancea
|
2020-10-30 20:35:06 +00:00 |
|
Weijun Wang
|
a7563207f6
|
8255536: Remove the directsign property and option
Reviewed-by: mullan
|
2020-10-30 13:29:41 +00:00 |
|
Weijun Wang
|
f77a658557
|
8153005: Upgrade the default PKCS12 encryption/MAC algorithms
Reviewed-by: mullan
|
2020-10-30 13:23:33 +00:00 |
|
Mandy Chung
|
5782a2a309
|
8254975: lambda proxy fails to access a protected member inherited from a split package
Reviewed-by: rriggs
|
2020-10-29 21:11:37 +00:00 |
|
Jorn Vernee
|
2a2fa134c3
|
8255449: Improve the exception message of MethodHandles::permuteArguments
Reviewed-by: chegar, mchung
|
2020-10-29 18:32:48 +00:00 |
|
Igor Ignatyev
|
7e305ad1d4
|
8255405: sun/net/ftp/imp/FtpClient uses SimpleDateFormat in not thread-safe manner
Reviewed-by: chegar, ryadav, dfuchs
|
2020-10-28 23:53:51 +00:00 |
|
Naoto Sato
|
790d6e2d25
|
8255533: Incorrect javadoc in DateTimeFormatterBuilder.appendPattern() for 'uu'/'yy'
Reviewed-by: lancea, rriggs
|
2020-10-28 20:01:51 +00:00 |
|
Michael McMahon
|
01eb69035e
|
8255554: Bad copyright header in AbstractFileSystemProvider.java
Reviewed-by: bpb, alanb, iris
|
2020-10-28 18:27:08 +00:00 |
|
Vicente Romero
|
8ad7f383c1
|
8255014: Record Classes javax.lang.model changes, follow-up
Reviewed-by: jlahoda
|
2020-10-28 17:34:10 +00:00 |
|
Michael McMahon
|
6bb7e45e8e
|
8245194: Unix domain socket channel implementation
Reviewed-by: erikj, dfuchs, alanb, chegar
|
2020-10-28 17:26:26 +00:00 |
|
Vicente Romero
|
8bde2f4e3d
|
8255013: implement Record Classes as a standard feature in Java, follow-up
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: jlahoda
|
2020-10-28 17:18:46 +00:00 |
|
Sergey Tsypanov
|
3c4fc79326
|
8255299: Drop explicit zeroing at instantiation of Atomic* objects
Reviewed-by: redestad, serb, prr
|
2020-10-28 12:11:53 +00:00 |
|
Eric Liu
|
a804c6a6ef
|
8254871: Remove unnecessary string copy in NetworkInterface.c
Reviewed-by: michaelm
|
2020-10-28 02:15:36 +00:00 |
|
Alexey Bakhtin
|
7a7ce021de
|
8007632: DES/3DES keys support in PKCS12 keystore
Reviewed-by: weijun
|
2020-10-27 18:41:44 +00:00 |
|
Magnus Ihse Bursie
|
504cb00568
|
8252113: Move jfr man page into jfr module
Reviewed-by: erikj
|
2020-10-27 13:57:56 +00:00 |
|
Claes Redestad
|
f7c59c661c
|
8255231: Avoid upcalls when initializing the statSampler
Reviewed-by: iklam, dholmes
|
2020-10-27 10:31:21 +00:00 |
|
Naoto Sato
|
57d903bdd9
|
8255242: Bidi.requiresBidi has misleading exception message
Reviewed-by: bchristi
|
2020-10-25 18:22:10 +00:00 |
|
Igor Ignatyev
|
6545e19fcc
|
8255078: sun/net/ftp/imp/FtpClient$MLSxParser uses wrong datetime format
Reviewed-by: dfuchs
|
2020-10-23 22:31:18 +00:00 |
|
Naoto Sato
|
ff5f2265d2
|
8255086: Update the root locale display names
Reviewed-by: bchristi, joehw
|
2020-10-23 01:13:36 +00:00 |
|
Jonathan Gibbons
|
0aa3c92577
|
8255262: Remove use of legacy custom @spec tag
Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
|
2020-10-22 19:42:01 +00:00 |
|
Severin Gehwolf
|
a0b687bfb2
|
8254854: [cgroups v1] Metric limits not properly detected on some join controller combinations
Reviewed-by: bobv
|
2020-10-22 16:36:29 +00:00 |
|
Jan Lahoda
|
211bb62a90
|
8255124: KeepAliveStreamCleaner may crash with java.lang.IllegalMonitorStateException: current thread is not owner
Reviewed-by: alanb, chegar, dfuchs
|
2020-10-22 07:29:37 +00:00 |
|
Fei Yang
|
b25d894015
|
8252204: AArch64: Implement SHA3 accelerator/intrinsic
Co-authored-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Co-authored-by: Dong Bo <dongbo4@huawei.com>
Reviewed-by: aph, kvn
|
2020-10-22 04:38:39 +00:00 |
|
Valerie Peng
|
1191a633fe
|
8199697: FIPS 186-4 RSA Key Generation
Reviewed-by: xuelei
|
2020-10-21 22:42:07 +00:00 |
|
Raffaello Giulietti
|
0efdde188b
|
8238669: Long.divideUnsigned is extremely slow for certain values (Needs to be Intrinsic)
Reviewed-by: bpb
|
2020-10-21 16:32:59 +00:00 |
|
Fernando Guallini
|
f813a28b95
|
8254692: (se) Clarify the behaviour of the non-abstract SelectorProvider::inheritedChannel
Reviewed-by: chegar, bpb, alanb
|
2020-10-21 14:54:19 +00:00 |
|
Weijun Wang
|
839f01ddf5
|
8242068: Signed JAR support for RSASSA-PSS and EdDSA
Reviewed-by: valeriep
|
2020-10-21 14:18:43 +00:00 |
|
Igor Ignatyev
|
6bd05b12a0
|
8255074: sun.nio.fs.WindowsPath::getPathForWin32Calls synchronizes on String object
Reviewed-by: bpb
|
2020-10-21 02:34:47 +00:00 |
|
Roger Riggs
|
0d35235723
|
8249927: Specify limits of jdk.serialProxyInterfaceLimit
corrections to limits defined by 8236862 implemented by 8248183
Reviewed-by: smarks, rhalade, skoivu
|
2020-10-20 14:58:39 -07:00 |
|
Jamil Nimeh
|
d6cef99050
|
8245417: Improve certificate chain handling
Co-authored-by: Hai-may Chao <hai-may.chao@oracle.com>
Reviewed-by: mullan, jnimeh
|
2020-10-20 14:58:39 -07:00 |
|
Roger Riggs
|
036da9950b
|
8236862: Enhance support of Proxy class
Reviewed-by: smarks, chegar, skoivu, rhalade
|
2020-10-20 14:58:39 -07:00 |
|