git: openjdk/jdk: master: 2 new changesets
Liam Miller-Cushon
cushon at openjdk.org
Tue Feb 10 09:10:47 UTC 2026
Changeset: ea90214c
Branch: master
Author: Volkan Yazici <vyazici at openjdk.org>
Date: 2026-02-10 09:01:28 +0000
URL: https://git.openjdk.org/jdk/commit/ea90214ce90c916dd5145c09de6960f038843326
8375352: java/net/httpclient/ConnectTimeoutWithProxy*.java tests fail on EC2
Reviewed-by: dfuchs
- test/jdk/java/net/httpclient/AbstractConnectTimeout.java
- test/jdk/java/net/httpclient/ConnectTimeoutNoProxyAsync.java
- test/jdk/java/net/httpclient/ConnectTimeoutNoProxySync.java
+ test/jdk/java/net/httpclient/ConnectTimeoutTest.java
- test/jdk/java/net/httpclient/ConnectTimeoutWithProxyAsync.java
- test/jdk/java/net/httpclient/ConnectTimeoutWithProxySync.java
Changeset: 665dc490
Branch: master
Author: Liam Miller-Cushon <cushon at openjdk.org>
Date: 2026-02-10 09:08:54 +0000
URL: https://git.openjdk.org/jdk/commit/665dc490c2a1bcaa1fa1cf6f0ea2396ce4b31863
8208752: Calling a deserialized Lambda might fail with ClassCastException
8374654: Inconsistent handling of lambda deserialization for Object method references on interfaces
Reviewed-by: vromero, jlahoda
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/langtools/tools/javac/lambda/LambdaSerializedClassCastException.java
+ test/langtools/tools/javac/lambda/LambdaSerializedClassCastException.out
+ test/langtools/tools/javac/lambda/SerializableObjectMethodReferencesOnInterfaces.java
+ test/langtools/tools/javac/lambda/SerializableObjectMethodReferencesOnInterfaces.out
! test/langtools/tools/javac/lambda/SerializableObjectMethods.out
More information about the jdk-changes
mailing list