Roger Riggs
|
17c52789b7
|
8286378: Address possibly lossy conversions in java.base
Reviewed-by: naoto, xuelei, bpb, alanb
|
2022-05-12 16:50:36 +00:00 |
|
Maurizio Cimadamore
|
2c5d136260
|
8282191: Implementation of Foreign Function & Memory API (Preview)
Reviewed-by: erikj, jvernee, psandoz, dholmes, mchung
|
2022-05-12 16:17:45 +00:00 |
|
Weijun Wang
|
752ad1c410
|
8286422: Add OIDs for RC2 and Blowfish
Reviewed-by: hchao, ascarpino
|
2022-05-12 13:27:45 +00:00 |
|
Daniel Jeliński
|
96d48f386b
|
8286433: Cache certificates decoded from TLS session tickets
Reviewed-by: coffeys, xuelei
|
2022-05-12 06:48:38 +00:00 |
|
Claes Redestad
|
3fa1c40439
|
8286298: Remove unused methods in sun.invoke.util.VerifyType
Reviewed-by: bpb, alanb, mchung
|
2022-05-10 09:01:40 +00:00 |
|
Weijun Wang
|
397d095f66
|
8285743: Ensure each IntegerPolynomial object is only created once
Reviewed-by: xuelei, ascarpino
|
2022-05-09 17:18:34 +00:00 |
|
Xue-Lei Andrew Fan
|
034f20fe86
|
8212136: Remove finalizer implementation in SSLSocketImpl
Reviewed-by: wetmore
|
2022-05-09 14:15:18 +00:00 |
|
Xue-Lei Andrew Fan
|
36e4df9d66
|
8285516: clearPassword should be called in a finally try block
Reviewed-by: mullan, hchao
|
2022-05-09 14:13:50 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Joe Darcy
|
59ef76a365
|
8285497: Add system property for Java SE specification maintenance version
Reviewed-by: mullan, jpai, iris
|
2022-05-05 22:23:41 +00:00 |
|
Zdenek Zambersky
|
7e88ff8a82
|
8282600: SSLSocketImpl should not use user_canceled workaround when not necessary
Reviewed-by: xuelei, wetmore
|
2022-05-05 12:13:20 +00:00 |
|
Tyler Steele
|
1bb4de2e28
|
8285956: (fs) Excessive default poll interval in PollingWatchService
Reviewed-by: stuefe, bpb
|
2022-05-05 04:05:55 +00:00 |
|
Hai-May Chao
|
09e6ee96bd
|
8255552: Add DES/3DES/MD5 to jdk.security.legacyAlgorithms
Reviewed-by: mullan, weijun
|
2022-05-04 20:35:16 +00:00 |
|
Brian Burkhalter
|
17cc7131ab
|
8274112: (fc) Tune FileChannel.transferTo()
Reviewed-by: alanb, lancea, rriggs
|
2022-05-04 14:33:16 +00:00 |
|
Weijun Wang
|
075ce8a0d0
|
8286069: keytool prints out wrong key algorithm for -importpass command
Reviewed-by: hchao, valeriep
|
2022-05-04 02:56:18 +00:00 |
|
Weijun Wang
|
50a4df87c8
|
8286024: PKCS12 keystore shows "DES/CBC" as the algorithm of a DES SecretKeyEntry
Reviewed-by: valeriep
|
2022-05-02 22:37:32 +00:00 |
|
Naoto Sato
|
3d07b3c7f0
|
8282227: Locale information for nb is not working properly
Reviewed-by: rriggs
|
2022-04-29 17:20:41 +00:00 |
|
Daniel Jeliński
|
47951655ac
|
8285696: AlgorithmConstraints:permits not throwing IllegalArgumentException when 'alg' is null
Reviewed-by: jpai, xuelei
|
2022-04-28 06:20:34 +00:00 |
|
Weijun Wang
|
c1173c24bf
|
8285493: ECC calculation error
Reviewed-by: xuelei, ascarpino
|
2022-04-28 02:52:41 +00:00 |
|
Weijun Wang
|
14e7d91199
|
8285404: RSA signature verification should reject non-DER OCTET STRING
Reviewed-by: valeriep
|
2022-04-26 20:47:59 +00:00 |
|
Michael McMahon
|
67755edd6f
|
8284890: Support for Do not fragment IP socket options
Reviewed-by: erikj, ihse, dfuchs
|
2022-04-26 13:49:58 +00:00 |
|
Daniel Jeliński
|
00e9c96d51
|
8285398: Cache the results of constraint checks
Reviewed-by: coffeys, xuelei
|
2022-04-26 05:55:52 +00:00 |
|
Daniel Jeliński
|
d8446b4f60
|
8284694: Avoid evaluating SSLAlgorithmConstraints twice
Reviewed-by: redestad, xuelei, coffeys
|
2022-04-20 18:15:16 +00:00 |
|
Joe Darcy
|
e6c5f2886c
|
8280594: Refactor annotation invocation handler handling to use Objects.toIdentityString
Reviewed-by: bpb
|
2022-04-20 16:20:36 +00:00 |
|
Joe Darcy
|
ee0743801e
|
8277672: Better invocation handler handling
Reviewed-by: skoivu, mchung, rhalade
|
2022-04-19 22:18:33 +00:00 |
|
Weijun Wang
|
9ce2d75d0b
|
8278449: Improve keychain support
Reviewed-by: ahgross, rhalade, mullan
|
2022-04-19 22:18:33 +00:00 |
|
Valerie Peng
|
e6c926e028
|
8277227: Better identification of OIDs
Reviewed-by: ahgross, weijun, rhalade
|
2022-04-19 22:18:32 +00:00 |
|
Weijun Wang
|
e2f8ce9c3f
|
8277233: Improve ECDSA signature support
Reviewed-by: ascarpino, ahgross, rhalade
|
2022-04-19 22:18:32 +00:00 |
|
Anthony Scarpino
|
11faf5395f
|
8275151: Improved Object Identification
Reviewed-by: rhalade, jnimeh
|
2022-04-19 22:18:31 +00:00 |
|
Weijun Wang
|
0592e71b72
|
8274221: More definite BER encodings
Reviewed-by: valeriep, rhalade
|
2022-04-19 22:18:31 +00:00 |
|
Claes Redestad
|
5df8bd6b4e
|
8284880: Re-examine sun.invoke.util.Wrapper hash tables
Reviewed-by: erikj, mchung
|
2022-04-19 20:34:45 +00:00 |
|
Magnus Ihse Bursie
|
fb469fb894
|
8284893: Fix typos in java.base
Reviewed-by: iris, wetmore, lancea, mullan, naoto
|
2022-04-19 20:07:57 +00:00 |
|
XenoAmess
|
87faa85c59
|
8186958: Need method to create pre-sized HashMap
Reviewed-by: chegar, naoto, joehw, lancea, wetmore, smarks
|
2022-04-19 00:03:56 +00:00 |
|
John Jiang
|
d970820616
|
8284796: sun.security.ssl.Finished::toString misses a line feed in the message format pattern
Reviewed-by: xuelei
|
2022-04-15 02:09:30 +00:00 |
|
Sean Mullan
|
dc6ec2a467
|
8284105: Update security libraries to use sealed classes
Reviewed-by: darcy, weijun, xuelei
|
2022-04-11 18:01:47 +00:00 |
|
Andrey Turbanov
|
f4edb59a6e
|
8284567: Collapse identical catch branches in java.base
Reviewed-by: darcy, iris, wetmore
|
2022-04-11 09:32:24 +00:00 |
|
John Jiang
|
40ddb7558c
|
8284641: Doc errors in sun.security.ssl.SSLSessionContextImpl
Reviewed-by: xuelei, ssahoo
|
2022-04-11 06:39:18 +00:00 |
|
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 |
|
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 |
|
Alisen Chung
|
38df5701ff
|
8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: naoto
|
2022-03-31 22:59:21 +00:00 |
|
Andrey Turbanov
|
9bb916db0a
|
8283800: Simplify String.indexOf/lastIndexOf calls
Reviewed-by: xuelei, bpb, lmesnik
|
2022-03-30 07:07:56 +00:00 |
|
Aleksei Efimov
|
9591306760
|
8283772: Make sun.net.dns.ResolverConfiguration sealed
Reviewed-by: jpai, dfuchs
|
2022-03-29 17:06:20 +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 |
|
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 |
|