Joe Darcy
|
8758b554a0
|
8265591: Remove vestiages of intermediate JSR 175 annotation format
Reviewed-by: jfranck
|
2021-04-22 16:21:54 +00:00 |
|
Raffaello Giulietti
|
fa82d47591
|
8264514: HexFormat implementation tweaks
Reviewed-by: rriggs
|
2021-04-22 13:54:41 +00:00 |
|
Patrick Concannon
|
28af31db34
|
8263668: Update java.time to use instanceof pattern variable
Reviewed-by: lancea, ryadav, naoto, rriggs, dfuchs, scolebourne, chegar
|
2021-04-22 10:17:43 +00:00 |
|
Joe Darcy
|
9e7c748db5
|
8265700: Regularize throws clauses in BigDecimal
Reviewed-by: bpb
|
2021-04-21 22:04:17 +00:00 |
|
Ian Graves
|
b337f63361
|
8037397: RegEx pattern matching loses character class after intersection (&&) operator
Reviewed-by: rriggs
|
2021-04-21 15:45:52 +00:00 |
|
Peter Levart
|
98cb81b381
|
8265237: String.join and StringJoiner can be improved further
Reviewed-by: rriggs, redestad
|
2021-04-21 10:32:03 +00:00 |
|
Sean Mullan
|
91b08b733e
|
8261779: JCK test api/javax_crypto/EncryptedPrivateKeyInfo/Ctor4.html is failing with assertion error when assertions enabled
Reviewed-by: rhalade, pkoppula, mschoene, weijun
|
2021-04-20 21:45:53 +00:00 |
|
Brian Burkhalter
|
2fcd920adc
|
8261183: Follow on to Make lists of normal filenames
Reviewed-by: alanb, rriggs, rhalade
|
2021-04-20 21:45:53 +00:00 |
|
Sean Mullan
|
ddc56d1dbe
|
8259428: AlgorithmId.getEncodedParams() should return copy
Reviewed-by: weijun, valeriep
|
2021-04-20 21:45:52 +00:00 |
|
Sean Mullan
|
ae33d2a2f0
|
8258247: Couple of issues in fix for JDK-8249906
Reviewed-by: rhalade, weijun
|
2021-04-20 21:45:52 +00:00 |
|
Roger Riggs
|
e56e087290
|
8250568: Less ambiguous processing
Reviewed-by: alanb, rhalade
|
2021-04-20 21:45:52 +00:00 |
|
Brian Burkhalter
|
4471789aca
|
8253799: Make lists of normal filenames
Reviewed-by: alanb, rhalade
|
2021-04-20 21:45:52 +00:00 |
|
Sean Mullan
|
7232e3c704
|
8249906: Enhance opening JARs
Reviewed-by: weijun, rhalade, mschoene
|
2021-04-20 21:45:52 +00:00 |
|
Aleksei Efimov
|
17a741d6bc
|
8244473: Contextualize registration for JNDI
Also reviewed by Chris Ries <chris.ries@oracle.com>
Reviewed-by: dfuchs, rriggs, rhalade, skoivu, mullan
|
2021-04-20 21:45:52 +00:00 |
|
Rafael Winterhalter
|
f47faf283b
|
8228988: AnnotationParser throws NullPointerException on incompatible member type
Reviewed-by: darcy
|
2021-04-20 21:33:19 +00:00 |
|
Erik Gahlin
|
4dcaac1feb
|
8265036: JFR: Remove use of -XX:StartFlightRecording= and -XX:FlightRecorderOptions=
Reviewed-by: cjplummer
|
2021-04-20 15:53:45 +00:00 |
|
Weijun Wang
|
8bec6fe6dc
|
8264277: java.xml.crypto module should be granted FilePermission and SocketPermission
Reviewed-by: mullan
|
2021-04-19 16:11:54 +00:00 |
|
Claes Redestad
|
5303ccb885
|
8265135: Reduce work initializing VarForms
Reviewed-by: psandoz, mchung
|
2021-04-19 14:39:31 +00:00 |
|
Jorn Vernee
|
c88714875d
|
8265079: Implement VarHandle invoker caching
Reviewed-by: redestad, vlivanov, psandoz, mchung
|
2021-04-19 11:36:55 +00:00 |
|
Michael McMahon
|
d9e19f16f0
|
8265226: (dc) API note in DatagramChannel.open should link to StandardProtocolFamily.UNIX
Reviewed-by: iris, alanb
|
2021-04-19 09:31:52 +00:00 |
|
Ian Graves
|
0bdc3e7a41
|
8262744: Formatter '%g' conversion uses wrong format for BigDecimal rounding up to limits
Reviewed-by: rriggs, bpb
|
2021-04-16 20:05:48 +00:00 |
|
Brian Burkhalter
|
1c3fd46d7d
|
8265175: (fs) Files.copy(Path,Path,CopyOption...) should use sendfile on Linux
Reviewed-by: alanb
|
2021-04-16 15:46:37 +00:00 |
|
Jaikiran Pai
|
64e21307a8
|
8262108: SimpleDateFormat formatting broken for sq_MK Locale
Reviewed-by: naoto
|
2021-04-16 06:45:39 +00:00 |
|
Naoto Sato
|
f6e54f2f9a
|
8258794: Support for CLDR version 39
Reviewed-by: joehw, erikj
|
2021-04-15 21:28:22 +00:00 |
|
Brian Burkhalter
|
e89fd15189
|
8261301: StringWriter.flush() is NOOP but documentation does not indicate it
Reviewed-by: naoto, rriggs
|
2021-04-15 20:19:40 +00:00 |
|
Yumin Qi
|
e7cbeba866
|
8259070: Add jcmd option to dump CDS
Reviewed-by: ccheung, iklam, mli
|
2021-04-15 05:21:24 +00:00 |
|
Aleksey Shipilev
|
94067446ba
|
8264976: Minor numeric bug in AbstractSplittableWithBrineGenerator.makeSplitsSpliterator
Reviewed-by: psandoz, jlaskey
|
2021-04-14 16:16:41 +00:00 |
|
Joe Darcy
|
80026d81a4
|
8265174: Update Class.getDeclaredMethods to discuss synthetic and bridge methods
Reviewed-by: jfranck
|
2021-04-14 16:15:54 +00:00 |
|
Michael McMahon
|
4661690981
|
8262883: doccheck: Broken links in java.base
Reviewed-by: lancea
|
2021-04-14 15:00:14 +00:00 |
|
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 |
|