Claes Redestad
|
072f2c461e
|
8283782: Redundant verification of year in LocalDate::ofEpochDay
Reviewed-by: rriggs, naoto
|
2022-03-29 19:48:43 +00:00 |
|
Aleksei Efimov
|
9591306760
|
8283772: Make sun.net.dns.ResolverConfiguration sealed
Reviewed-by: jpai, dfuchs
|
2022-03-29 17:06:20 +00:00 |
|
Claes Redestad
|
0e788e0ecb
|
8283781: Avoid allocating unused lastRulesCaches
Reviewed-by: rriggs, naoto
|
2022-03-29 09:33:07 +00:00 |
|
Ian Graves
|
f01cce235b
|
8264160: Regex \b is not consistent with \w without UNICODE_CHARACTER_CLASS
Reviewed-by: lancea, bpb, naoto
|
2022-03-29 00:01:57 +00:00 |
|
Alisen Chung
|
634800a536
|
8283806: [BACKOUT] JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: kcr, naoto
|
2022-03-28 23:37:35 +00:00 |
|
Alisen Chung
|
c0aecd15ae
|
8280400: JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: naoto, kizune
|
2022-03-28 18:31:17 +00:00 |
|
Roger Riggs
|
f0282d7def
|
8279488: ProcessBuilder inherits contextClassLoader when spawning a process reaper thread
Reviewed-by: alanb
|
2022-03-28 15:44:54 +00:00 |
|
Michael McMahon
|
7f2a3ca289
|
8281561: Disable http DIGEST mechanism with MD5 and SHA-1 by default
Reviewed-by: weijun, dfuchs
|
2022-03-28 13:51:55 +00:00 |
|
Jaikiran Pai
|
8567266795
|
8283683: Make ThreadLocalRandom a final class
Reviewed-by: smarks, chegar
|
2022-03-28 11:07:14 +00:00 |
|
Joe Darcy
|
f520b4f891
|
8283668: Update IllegalFormatException to use sealed classes
Reviewed-by: iris, jpai
|
2022-03-25 23:29:56 +00:00 |
|
Claes Redestad
|
7bac0a878d
|
8283681: Improve ZonedDateTime offset handling
Reviewed-by: scolebourne, naoto, rriggs
|
2022-03-25 22:37:55 +00:00 |
|
Weijun Wang
|
e97cf157cf
|
8283691: Classes in java.security still reference deprecated classes in spec
Reviewed-by: hchao, mullan, wetmore
|
2022-03-25 21:21:05 +00:00 |
|
Valerie Peng
|
313bc7f64f
|
8267319: Use larger default key sizes and algorithms based on CNSA
Reviewed-by: weijun, xuelei
|
2022-03-24 22:50:26 +00:00 |
|
Andrey Turbanov
|
dc5a65ab37
|
8283426: Fix 'exeption' typo
Reviewed-by: xuelei, iris, dholmes, wetmore, aivanov
|
2022-03-24 19:52:16 +00:00 |
|
Joe Darcy
|
f16244509d
|
8283416: Update java.lang.invoke.MethodHandle to use sealed classes
Reviewed-by: sundar, mchung
|
2022-03-24 19:08:23 +00:00 |
|
Brian Burkhalter
|
b36cf35ad9
|
8283417: Update java.nio buffers to use sealed classes
Reviewed-by: rriggs, darcy, iris, alanb
|
2022-03-24 16:11:57 +00:00 |
|
Aleksei Efimov
|
929b6a3556
|
8282917: Remove InetAddressImplFactory from InetAddress
Reviewed-by: dfuchs, jpai
|
2022-03-24 13:50:50 +00:00 |
|
Naoto Sato
|
0ee65e1ff3
|
8283465: Character.UnicodeBlock.NUM_ENTITIES is out of date
Reviewed-by: bpb, iris, smarks
|
2022-03-23 19:44:04 +00:00 |
|
Sean Mullan
|
138460c004
|
8163327: Remove 3DES from the default enabled cipher suites list
Reviewed-by: xuelei
|
2022-03-23 18:32:55 +00:00 |
|
liach
|
3e73a0b726
|
8283237: CallSite should be a sealed class
Reviewed-by: jkuhn, mchung
|
2022-03-23 16:43:06 +00:00 |
|
Aleksei Efimov
|
2b291d837e
|
8282536: java.net.InetAddress should be a sealed class
Reviewed-by: dfuchs, jpai, rriggs, michaelm
|
2022-03-23 14:57:36 +00:00 |
|
Jaikiran Pai
|
91fab6ad59
|
8283411: InflaterInputStream holds on to a temporary byte array of 512 bytes
Reviewed-by: lancea, vtewari, alanb
|
2022-03-23 09:47:44 +00:00 |
|
Sibabrata Sahoo
|
86015e15a5
|
8282293: Domain value for system property jdk.https.negotiate.cbt should be case-insensitive
Reviewed-by: weijun, rhalade
|
2022-03-23 06:45:37 +00:00 |
|
Joe Darcy
|
f7d21c3523
|
8283480: Make AbstractStringBuilder sealed
Reviewed-by: jjg, rriggs, jlaskey, dfuchs
|
2022-03-22 16:26:23 +00:00 |
|
Jim Laskey
|
557ff4b355
|
8282625: Formatter caches Locale/DecimalFormatSymbols poorly
Reviewed-by: naoto, rriggs, jpai
|
2022-03-22 15:32:46 +00:00 |
|
Magnus Ihse Bursie
|
f8878cb0cc
|
8257733: Move module-specific data from make to respective module
Reviewed-by: jjg, weijun, naoto, erikj, prr, alanb, mchung
|
2022-03-21 21:34:09 +00:00 |
|
Joe Darcy
|
14b9e80b8a
|
8283415: Update java.lang.ref to use sealed classes
Reviewed-by: kbarrett, alanb
|
2022-03-21 16:57:17 +00:00 |
|
Naoto Sato
|
c4dc58e12e
|
8283277: ISO 4217 Amendment 171 Update
Reviewed-by: iris, joehw
|
2022-03-21 15:33:09 +00:00 |
|
Xue-Lei Andrew Fan
|
4df67426ed
|
8282723: Add constructors taking a cause to JSSE exceptions
Reviewed-by: wetmore, iris
|
2022-03-20 06:46:13 +00:00 |
|
Andrey Turbanov
|
80415e04c5
|
8282534: Remove redundant null check in ChaCha20Cipher.engineInit
Reviewed-by: xuelei
|
2022-03-19 13:31:50 +00:00 |
|
Ravi Reddy
|
ff0b0927a2
|
8278794: Infinite loop in DeflaterOutputStream.finish()
Reviewed-by: coffeys, lancea
|
2022-03-18 15:31:30 +00:00 |
|
Claes Redestad
|
002e366744
|
8283325: US_ASCII decoder relies on String.decodeASCII being exhaustive
Reviewed-by: rriggs, dcubed
|
2022-03-17 21:15:36 +00:00 |
|
Joe Darcy
|
5ef1990d6c
|
8283274: Improve @jvms usage in java.base
Reviewed-by: iris
|
2022-03-17 16:37:20 +00:00 |
|
Claes Redestad
|
beedae1141
|
8281146: Replace StringCoding.hasNegatives with countPositives
Co-authored-by: Lutz Schmidt <lucy@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: kvn, lucy, rriggs
|
2022-03-17 09:20:24 +00:00 |
|
XenoAmess
|
3e393047e1
|
8281631: HashMap copy constructor and putAll can over-allocate table
Reviewed-by: smarks
|
2022-03-16 16:48:49 +00:00 |
|
Joe Darcy
|
0cf291bc31
|
8283234: Improve @jls usage in java.base
Reviewed-by: iris
|
2022-03-16 16:17:50 +00:00 |
|
Joe Darcy
|
4df24c5df3
|
8283230: Improve @jls usage in ElementType
Reviewed-by: jjg, iris
|
2022-03-16 02:02:10 +00:00 |
|
Joe Darcy
|
32f8437d85
|
8283075: Bad IllegalArgumentException message for out of range rank from ClassDesc.arrayType(int)
Reviewed-by: vromero, alanb
|
2022-03-15 17:33:45 +00:00 |
|
Joe Darcy
|
05a83e03ca
|
8283124: Add constant for tau to Math and StrictMath
Reviewed-by: bpb, iris
|
2022-03-15 16:22:11 +00:00 |
|
Joe Darcy
|
671b6efd61
|
8283143: Use minimal-length literals to initialize PI and E constants
Reviewed-by: smarks
|
2022-03-15 16:05:37 +00:00 |
|
Hai-May Chao
|
f43ffe211f
|
8282633: jarsigner output does not explain why an EC key is disabled if its curve has been disabled
Reviewed-by: weijun
|
2022-03-15 15:54:47 +00:00 |
|
Carter Kozak
|
70bd57ed35
|
8283049: Fix non-singleton LoggerFinder error message: s/on/one
Reviewed-by: dfuchs
|
2022-03-14 17:54:19 +00:00 |
|
Naoto Sato
|
c96085eaab
|
8282929: Localized monetary symbols are not reflected in toLocalizedPattern return value
Reviewed-by: joehw, lancea
|
2022-03-14 16:28:15 +00:00 |
|
Brian Burkhalter
|
13cebffe61
|
8058924: FileReader(String) documentation is insufficient
Reviewed-by: naoto, lancea
|
2022-03-14 16:10:15 +00:00 |
|
Zdenek Zambersky
|
08573cc3b2
|
8282529: Fix API Note in javadoc for javax.net.ssl.SSLSocket
Reviewed-by: wetmore, xuelei
|
2022-03-14 14:21:58 +00:00 |
|
Jaikiran Pai
|
3cf83a671e
|
8282572: EnumSet should be a sealed class
Reviewed-by: sundar
|
2022-03-14 03:17:57 +00:00 |
|
Brian Burkhalter
|
b13cacc575
|
8254574: PrintWriter handling of InterruptedIOException should be removed
Reviewed-by: alanb
|
2022-03-10 18:25:53 +00:00 |
|
John Jiang
|
1f295239b9
|
8282932: a space is needed for the unsupported protocol exception message in ProtocolVersion
Reviewed-by: xuelei, mullan
|
2022-03-10 18:25:06 +00:00 |
|
Brian Burkhalter
|
fdce97df5f
|
8267820: (fs) Files.copy should attempt to copy POSIX attributes when target file in custom file system
Reviewed-by: lancea, alanb
|
2022-03-10 17:36:51 +00:00 |
|
Weijun Wang
|
70318e1d17
|
8282884: Provide OID aliases for MD2, MD5, and OAEP
Reviewed-by: xuelei
|
2022-03-09 16:47:03 +00:00 |
|