Andrey Turbanov
|
8e58d4a589
|
8284415: Collapse identical catch branches in security libs
Reviewed-by: coffeys, xuelei, wetmore
|
2022-04-07 10:00:08 +00:00 |
|
Claes Redestad
|
a385142398
|
8177107: Reduce memory footprint of java.lang.reflect.Constructor/Method
Reviewed-by: darcy, shade, coleenp
|
2022-04-06 14:26:58 +00:00 |
|
Naoto Sato
|
526e73498e
|
8282819: Deprecate Locale class constructors
Reviewed-by: lancea, rriggs
|
2022-04-05 15:38:36 +00:00 |
|
Andrey Turbanov
|
648efd7abc
|
8284275: Remove unused sun.nio.fs.Reflect
Reviewed-by: alanb, bpb
|
2022-04-05 13:08:54 +00:00 |
|
Thomas Stuefe
|
9561b5e041
|
8284165: Add pid to process reaper thread name
Reviewed-by: rriggs
|
2022-04-05 03:39:39 +00:00 |
|
Brian Burkhalter
|
f76f5da016
|
5087440: java.io bulk read(...) end-of-stream return value descriptions ambiguous
Reviewed-by: rriggs, lancea
|
2022-04-04 18:54:36 +00:00 |
|
Vicente Romero
|
36b9baa70d
|
8282508: Updating ASM to 9.2 for JDK 19
Reviewed-by: lancea, egahlin, mchung
|
2022-04-04 15:05:00 +00:00 |
|
Jatin Bhateja
|
003ec21f3c
|
8279508: Auto-vectorize Math.round API
Reviewed-by: sviswanathan, aph
|
2022-04-02 18:00:33 +00:00 |
|
Bradford Wetmore
|
0b09f70a73
|
8273553: sun.security.ssl.SSLEngineImpl.closeInbound also has similar error of JDK-8253368
Reviewed-by: xuelei, rhalade, coffeys
|
2022-04-02 00:30:48 +00:00 |
|
Valerie Peng
|
028fbf474b
|
8254935: Deprecate the PSSParameterSpec(int) constructor
Reviewed-by: mullan
|
2022-04-01 18:37:39 +00:00 |
|
Luis Pinto
|
63fec5da27
|
8283525: http://tools.ietf.org/html/* URLs return 404
Reviewed-by: coffeys
|
2022-04-01 13:26:20 +00:00 |
|
Dan Heidinga
|
fc7a17c79b
|
8284103: AsVarargsCollector::asCollectorCache incorrectly marked @stable
Reviewed-by: jvernee, shade
|
2022-04-01 12:50:21 +00:00 |
|
Xin Liu
|
bab431cc12
|
8282429: StringBuilder/StringBuffer.toString() skip compressing for UTF16 strings
Reviewed-by: djelinski, redestad
|
2022-04-01 04:42:03 +00:00 |
|
Alisen Chung
|
38df5701ff
|
8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: naoto
|
2022-03-31 22:59:21 +00:00 |
|
Claes Redestad
|
1a5f5da050
|
8283996: Reduce cost of year and month calculations
Reviewed-by: bpb, scolebourne, naoto, rriggs
|
2022-03-31 08:45:06 +00:00 |
|
Mandy Chung
|
1ddab6fe4e
|
8283060: RawNativeLibraries should allow multiple clients to load/unload the same library
Reviewed-by: sundar, jvernee, jpai
|
2022-03-31 00:51:11 +00:00 |
|
Mandy Chung
|
e61ccfba7f
|
8283470: Update java.lang.invoke.VarHandle to use sealed classes
Reviewed-by: darcy, psandoz
|
2022-03-30 17:37:42 +00:00 |
|
Stuart Marks
|
ae57258b46
|
8283715: Update ObjectStreamClass to be final
Reviewed-by: darcy, jpai, mchung, dfuchs
|
2022-03-30 15:50:31 +00:00 |
|
Andrey Turbanov
|
9bb916db0a
|
8283800: Simplify String.indexOf/lastIndexOf calls
Reviewed-by: xuelei, bpb, lmesnik
|
2022-03-30 07:07:56 +00:00 |
|
Andrey Turbanov
|
b323f54fee
|
8283846: Remove unused jdk.internal.reflect.SignatureIterator
Reviewed-by: bpb, mchung, iris
|
2022-03-30 06:56:08 +00:00 |
|
Mandy Chung
|
489b27d2c0
|
8282776: Bad NullPointerException message when invoking an interface MethodHandle on a null receiver
Reviewed-by: psandoz
|
2022-03-29 19:57:53 +00:00 |
|
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 |
|