Sebastian Stenzel
27dd88bf9e
8262957: (fs) Fail fast in UnixFileStore.isExtendedAttributesEnabled
...
Reviewed-by: alanb
2021-04-14 09:55:52 +00:00
Brian Burkhalter
3b576ed99d
8265100: (fs) WindowsFileStore.hashCode() should read cached hash code once
...
Reviewed-by: alanb
2021-04-13 18:43:33 +00:00
Claes Redestad
7006070fa3
8265061: Simplify MethodHandleNatives::canBeCalledVirtual
...
Reviewed-by: jvernee, mchung
2021-04-13 10:39:35 +00:00
Rafael Winterhalter
9dd96257c6
8263763: Synthetic constructor parameters of enum are not considered for annotation indices
...
Reviewed-by: darcy, jfranck
2021-04-12 21:01:08 +00:00
Chris Hegarty
3c9858ddfb
8264827: Large mapped buffer/segment crash the VM when calling isLoaded
...
Reviewed-by: alanb, mcimadamore
2021-04-12 11:21:34 +00:00
Martin Doerr
cb2806db4e
8265018: [AIX] FileDispatcherImpl.c:31:10: fatal error: 'sys/mount.h' file not found
...
Reviewed-by: clanger
2021-04-12 09:03:34 +00:00
Xue-Lei Andrew Fan
5784f6b7f7
8264948: Check for TLS extensions total length
...
Reviewed-by: jnimeh
2021-04-10 03:48:45 +00:00
Naoto Sato
9ebc497b53
8264765: BreakIterator sees bogus sentence boundary in parenthesized “i.e.” phrase
...
Reviewed-by: joehw
2021-04-09 18:12:08 +00:00
Brian Burkhalter
cc54de76ca
8264400: (fs) WindowsFileStore equality depends on how the FileStore was constructed
...
Reviewed-by: alanb
2021-04-09 15:41:52 +00:00
Brian Burkhalter
6de0bb204a
8232861: (fc) FileChannel.force fails on WebDAV file systems (macOS)
...
Reviewed-by: alanb
2021-04-09 15:31:11 +00:00
Conor Cleary
a45733f840
8264779: Fix doclint warnings in java/nio
...
Reviewed-by: chegar, iris, alanb, naoto
2021-04-09 08:50:33 +00:00
Hai-May Chao
719f95e504
8260693: Provide the support for specifying a signer in keytool -genkeypair
...
Reviewed-by: weijun
2021-04-09 01:59:59 +00:00
Weijun Wang
3d2b4cc567
8264864: Multiple byte tag not supported by ASN.1 encoding
...
Reviewed-by: xuelei
2021-04-08 21:26:05 +00:00
Anthony Scarpino
7a99a9874b
8262316: Reducing locks in RSA Blinding
...
Reviewed-by: jnimeh
2021-04-07 17:29:01 +00:00
Xue-Lei Andrew Fan
2f5169965d
8264554: X509KeyManagerImpl calls getProtectionParameter with incorrect alias
...
Reviewed-by: mullan
2021-04-06 15:43:08 +00:00
Aleksei Efimov
a611c462f9
8264048: Fix caching in Jar URL connections when an entry is missing
...
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Reviewed-by: bchristi, dfuchs
2021-04-06 10:43:59 +00:00
Jorn Vernee
b7baca7f32
8264288: Performance issue with MethodHandle.asCollector
...
Reviewed-by: jrose, vlivanov
2021-04-05 20:05:07 +00:00
Jim Laskey
920189918e
8264729: Random check-in failing header checks.
...
Reviewed-by: erikj, bpb
2021-04-05 19:03:18 +00:00
Jim Laskey
a0ec2cb289
8248862: Implement Enhanced Pseudo-Random Number Generators
...
Reviewed-by: darcy
2021-04-05 16:29:18 +00:00
Jim Laskey
a8005efde3
8166727: javac crashed: [jimage.dll+0x1942] ImageStrings::find+0x28
...
Reviewed-by: iklam, alanb
2021-04-05 14:12:26 +00:00
Doug Lea
cec66cf8ef
8264572: ForkJoinPool.getCommonPoolParallelism() reports always 1
...
Reviewed-by: alanb
2021-04-02 22:44:20 +00:00
Naoto Sato
6c145c4768
8264544: Case-insensitive comparison issue with supplementary characters.
...
Co-authored-by: Chris Johnson <chriswjohnson.jdk@gmail.com>
Reviewed-by: joehw, iris, alanb
2021-04-02 16:32:45 +00:00
Christoph Göttschkes
4793557fa8
8264502: (fc) FileDispatcherImpl.setDirect0 might return uninitialized variable on some platforms
...
Reviewed-by: alanb, bpb, michaelm
2021-04-02 09:19:53 +00:00
Joe Darcy
66d9961cbd
8205502: Make exception message from AnnotationInvocationHandler more informative
...
Reviewed-by: bpb, naoto, iris
2021-04-01 23:13:19 +00:00
Joe Darcy
b953386de1
8264609: Number.{byteValue, shortValue} spec should use @implSpec
...
Reviewed-by: psandoz, bpb
2021-04-01 19:46:56 +00:00
Joe Darcy
328e9514a8
8169629: Annotations with lambda expressions cause AnnotationFormatError
...
Reviewed-by: jfranck
2021-04-01 16:46:32 +00:00
Sebastian Stenzel
604b14c43d
8264112: (fs) Reorder methods/constructor/fields in UnixUserDefinedFileAttributeView.java
...
Reviewed-by: alanb
2021-03-31 10:37:02 +00:00
Joe Darcy
815248ab27
8264148: Update spec for exceptions retrofitted for exception chaining
...
Reviewed-by: rriggs, smarks
2021-03-30 19:59:59 +00:00
Brian Burkhalter
353807c5f1
8263898: (fs) Files.newOutputStream on the "NUL" special device throws FileSystemException: "nul: Incorrect function" (win)
...
Reviewed-by: jpai, alanb
2021-03-30 18:18:37 +00:00
Sebastian Stenzel
daeca3fff2
8262958: (fs) UnixUserDefinedFileAttributeView cleanup
...
Reviewed-by: alanb
2021-03-30 13:13:08 +00:00
Sergey Tsypanov
1a681fa743
8263560: Remove needless wrapping with BufferedInputStream
...
Reviewed-by: prr, alanb, dfuchs, serb
2021-03-30 06:47:54 +00:00
Roger Riggs
8cf1c62c34
8263754: HexFormat 'fromHex' methods should be static
...
Reviewed-by: redestad, naoto, chegar
2021-03-29 20:38:10 +00:00
Ziyi Luo
a5d7de2351
8263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RSAKeyFactory.engineGetKeySpec
...
Co-authored-by: Greg Rubin <rubin@amazon.com>
Reviewed-by: valeriep
2021-03-29 20:14:47 +00:00
Andrey Turbanov
fbbd98ba53
8264029: Replace uses of StringBuffer with StringBuilder in java.base
...
Reviewed-by: shade
2021-03-29 13:31:25 +00:00
John Jiang
99b4bab366
8263188: JSSE should fail fast if there isn't supported signature algorithm
...
Reviewed-by: xuelei
2021-03-29 05:53:05 +00:00
Xue-Lei Andrew Fan
c986457f82
8264329: Z cannot be 1 for Diffie-Hellman key agreement
...
Reviewed-by: wetmore
2021-03-28 20:37:26 +00:00
Naoto Sato
7284f013ea
8262110: DST starts from incorrect time in 2038
...
8073446: TimeZone getOffset API does not return a dst offset between years 2038-2137
Reviewed-by: rriggs
2021-03-26 17:13:49 +00:00
Sebastian Stenzel
4e74de4b2e
8264111: (fs) Leaking NativeBuffers in case of errors during UnixUserDefinedFileAttributeView.read/write
...
Reviewed-by: alanb
2021-03-26 14:56:52 +00:00
Joe Darcy
259319669c
8264161: BigDecimal#stripTrailingZeros can throw undocumented ArithmeticException
...
Reviewed-by: bpb
2021-03-25 20:42:34 +00:00
Anton Kozlov
dbc9e4b50c
8253795: Implementation of JEP 391: macOS/AArch64 Port
...
8253816: Support macOS W^X
8253817: Support macOS Aarch64 ABI in Interpreter
8253818: Support macOS Aarch64 ABI for compiled wrappers
8253819: Implement os/cpu for macOS/AArch64
8253839: Update tests and JDK code for macOS/Aarch64
8254941: Implement Serviceability Agent for macOS/AArch64
8255776: Change build system for macOS/AArch64
8262903: [macos_aarch64] Thread::current() called on detached thread
Co-authored-by: Vladimir Kempik <vkempik@openjdk.org>
Co-authored-by: Bernhard Urban-Forster <burban@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Monica Beckwith <mbeckwit@openjdk.org>
Reviewed-by: erikj, ihse, prr, cjplummer, stefank, gziemski, aph, mbeckwit, luhenry
2021-03-25 18:10:18 +00:00
Brian Burkhalter
b006f22f1f
4833719: (bf) Views of MappedByteBuffers are not MappedByteBuffers, and cannot be forced
...
Reviewed-by: adinn
2021-03-25 15:30:50 +00:00
Xue-Lei Andrew Fan
a678a38dd9
8263743: redundant lock in SSLSocketImpl
...
Reviewed-by: jnimeh
2021-03-25 05:16:37 +00:00
Prajwal Kumaraswamy
4155533258
8258753: StartTlsResponse.close() hangs due to synchronization issues
...
Reviewed-by: xuelei
2021-03-25 03:35:49 +00:00
Aleksei Voitylov
133a63b4a1
8263968: CDS: java/lang/ModuleLayer.EMPTY_LAYER should be singleton
...
Reviewed-by: iklam, dholmes, alanb, redestad
2021-03-24 16:32:36 +00:00
Patrick Concannon
329697b02e
8263358: Update java.lang to use instanceof pattern variable
...
Reviewed-by: iris, chegar, mchung, dfuchs
2021-03-24 09:57:22 +00:00
Weijun Wang
0b2aa1b605
8263978: Clarify why 0 argument is ignored in SecureRandom::setSeed
...
Reviewed-by: valeriep
2021-03-23 22:23:37 +00:00
Kim Barrett
2425462a84
8263903: Use Cleaner instead of finalize to auto stop Timer thread
...
Reviewed-by: dholmes, alanb, bchristi, rriggs, mchung
2021-03-23 21:16:35 +00:00
Kim Barrett
47ef038977
8263905: Remove finalize methods for SocketInput/OutputStream
...
Reviewed-by: alanb, vtewari, dfuchs, mchung
2021-03-23 20:54:23 +00:00
Brian Burkhalter
d7268fa3a6
8251942: PrintStream specification is not clear which flush method is automatically invoked
...
Reviewed-by: dfuchs, alanb
2021-03-23 16:06:21 +00:00
Brian Burkhalter
8fa34e4043
8241619: (fs) Files.newByteChannel(path, Set.of(CREATE_NEW, READ)) does not throw a FileAlreadyExistsException when the file exists
...
Reviewed-by: alanb
2021-03-23 16:03:59 +00:00