hg: jdk-updates/jdk11u-dev: 3 new changesets

goetz.lindenmaier at sap.com goetz.lindenmaier at sap.com
Thu Sep 3 09:07:41 UTC 2020


Changeset: 3382186ab8a0
Author:    weijun
Date:      2018-11-14 08:46 +0800
URL:       https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/3382186ab8a0

8213400: Support choosing group name in keytool keypair generation
Reviewed-by: apetcher, xuelei

! src/java.base/share/classes/sun/security/tools/keytool/CertAndKeyGen.java
! src/java.base/share/classes/sun/security/tools/keytool/Main.java
! src/java.base/share/classes/sun/security/tools/keytool/Resources.java
+ test/jdk/sun/security/tools/keytool/GroupName.java

Changeset: 4cf83fd28bd0
Author:    chegar
Date:      2019-01-28 13:51 +0000
URL:       https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/4cf83fd28bd0

8217429: WebSocket over authenticating proxy fails to send Upgrade headers
Reviewed-by: dfuchs, prappo

! src/java.net.http/share/classes/jdk/internal/net/http/HttpRequestImpl.java
! src/java.net.http/share/classes/jdk/internal/net/http/common/Utils.java
! src/java.net.http/share/classes/jdk/internal/net/http/websocket/OpeningHandshake.java
! test/jdk/java/net/httpclient/ProxyServer.java
! test/jdk/java/net/httpclient/websocket/DummyWebSocketServer.java
! test/jdk/java/net/httpclient/websocket/Support.java
+ test/jdk/java/net/httpclient/websocket/WebSocketProxyTest.java
! test/jdk/java/net/httpclient/websocket/WebSocketTest.java

Changeset: 21db8a52b80a
Author:    coleenp
Date:      2019-02-15 08:21 -0500
URL:       https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/21db8a52b80a

8218851: JVM crash in custom classloader stress test, JDK 12 & 13
Summary: Handle NULL and unloaded constraint class in loader constraint table, also cope with unloaded but not cleaned out klass in loader constraint entries.
Reviewed-by: hseigel, huntch, stuefe

! src/hotspot/share/classfile/loaderConstraints.cpp
! src/hotspot/share/classfile/systemDictionary.cpp



More information about the jdk-updates-changes mailing list