git: openjdk/jdk8u: 10 new changesets
Andrew John Hughes
andrew at openjdk.org
Wed Oct 19 00:49:20 UTC 2022
Changeset: 987c7384
Author: Ekaterina Vergizova <evergizova at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date: 2022-06-23 11:51:13 +0000
URL: https://git.openjdk.org/jdk8u/commit/987c7384267be18fe86d3bd2514d389a5d62306c
8282252: Improve BigInteger/Decimal validation
Reviewed-by: mbalao, andrew
Backport-of: e863e256f9e7465a97d3fb2a109299987e990b7c
! jdk/src/share/classes/java/math/BigDecimal.java
! jdk/src/share/classes/java/math/BigInteger.java
+ jdk/test/java/math/BigDecimal/ConstructorUnscaledValue.java
! jdk/test/java/math/BigDecimal/SerializationTests.java
+ jdk/test/java/math/BigInteger/SerializationTests.java
Changeset: b916428d
Author: Aleksei Voitylov <avoitylov at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date: 2022-09-12 22:40:37 +0000
URL: https://git.openjdk.org/jdk8u/commit/b916428d331b2513041002b76613e447dc88485b
8285662: Better permission resolution
Reviewed-by: mbalao, andrew
Backport-of: 18c17a1391aaa67c71da13f034674fc294c25d5a
! jdk/src/share/classes/java/security/UnresolvedPermission.java
Changeset: f793489d
Author: Sergey Bylokhov <serb at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date: 2022-07-22 04:30:14 +0000
URL: https://git.openjdk.org/jdk8u/commit/f793489d9d5780cb4a2387f9d877756b6f9f5111
8286511: Improve macro allocation
Reviewed-by: mbalao, andrew
Backport-of: 4ab7ce961a95d7ba350b1cbca584a8e698186047
! jdk/src/share/native/common/sizecalc.h
Changeset: d9f1978b
Author: David Alvarez <alvdavi at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date: 2022-10-03 07:21:10 +0000
URL: https://git.openjdk.org/jdk8u/commit/d9f1978b82a1d2fad89c84b04686b163c4ac30e7
8286519: Better memory handling
Co-authored-by: Oli Gillespie <ogillesp at amazon.com>
Reviewed-by: mbalao, andrew
Backport-of: adfc2b195a84867fc2a66e00fad7f3c95693bc3b
! hotspot/src/share/vm/runtime/os.cpp
Changeset: 62b1b3e5
Author: Martin Balao <mbalao at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date: 2022-09-01 17:13:59 +0000
URL: https://git.openjdk.org/jdk8u/commit/62b1b3e5de6285a95a912d5bc62331bad35c151c
8286526: Improve NTLM support
Reviewed-by: andrew
Backport-of: 2d1bc2e55c7ed5f123f3ab5d505b7866a28ba4c7
! jdk/src/share/classes/com/sun/security/ntlm/Client.java
! jdk/src/share/classes/com/sun/security/ntlm/NTLM.java
! jdk/src/share/classes/com/sun/security/ntlm/NTLMException.java
! jdk/src/share/classes/com/sun/security/ntlm/Server.java
! jdk/test/sun/net/www/protocol/http/NULLTargetInfoTest.java
Changeset: e09162ae
Author: Alexey Bakhtin <abakhtin at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date: 2022-09-09 07:20:00 +0000
URL: https://git.openjdk.org/jdk8u/commit/e09162aec2a124325126720bf559eb31a16d03ed
8286533: Key X509 usages
Reviewed-by: mbalao, andrew
Backport-of: c2a13eef3642987386db1b4759507e30796c0acc
! jdk/src/share/classes/sun/security/util/DerInputStream.java
Changeset: a2fb4c15
Author: David Alvarez <alvdavi at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date: 2022-10-03 05:01:01 +0000
URL: https://git.openjdk.org/jdk8u/commit/a2fb4c151714ae4203cb6d024fcbf9c1ea590bdb
8286910: Improve JNDI lookups
Reviewed-by: mbalao, andrew
Backport-of: daf133f773ea567d66663ce6916541bc0df1421a
! jdk/src/share/classes/com/sun/jndi/dns/DNSDatagramSocketFactory.java
Changeset: 83d9d818
Author: Martin Balao <mbalao at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date: 2016-01-24 22:27:16 +0000
URL: https://git.openjdk.org/jdk8u/commit/83d9d81848772805aac2a70deed0f36b38d0d824
8147862: Null check too late in sun.net.httpserver.ServerImpl
Reviewed-by: andrew
Backport-of: 1cbdf12c056362cc6ac85239de7c8d93a356ee0f
! jdk/src/share/classes/sun/net/httpserver/ServerImpl.java
Changeset: c0d68041
Author: Martin Balao <mbalao at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date: 2022-09-08 10:11:45 +0000
URL: https://git.openjdk.org/jdk8u/commit/c0d680413deb88912bbc4ba706fa1d2056d90169
8286918: Better HttpServer service
Reviewed-by: andrew
Backport-of: 6f2ad19b82f90c11a16b4f33ecf130190e2cf616
! jdk/src/share/classes/sun/net/httpserver/HttpConnection.java
! jdk/src/share/classes/sun/net/httpserver/SSLStreams.java
! jdk/src/share/classes/sun/net/httpserver/ServerConfig.java
! jdk/src/share/classes/sun/net/httpserver/ServerImpl.java
- jdk/src/share/classes/sun/net/httpserver/TimeSource.java
! jdk/test/com/sun/net/httpserver/bugs/6725892/Test.java
Changeset: dfa5f148
Author: Aleksei Voitylov <avoitylov at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
Date: 2022-09-06 20:45:59 +0000
URL: https://git.openjdk.org/jdk8u/commit/dfa5f14848df6b4b41f839004d6baf37ca2f4f8d
8288508: Enhance ECDSA usage
Reviewed-by: mbalao, andrew
Backport-of: efd603063e60ca6861b41309445d7b8e20768d9b
! jdk/src/share/native/sun/security/ec/impl/ec.c
More information about the jdk8u-dev-changes
mailing list