JDK-8292509 : ProblemList java/lang/invoke/lambda/LogGeneratedClassesTest.java on windows
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 20
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-08-16
  • Updated: 2022-08-18
  • Resolved: 2022-08-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 20
20 b11Fixed
Description
In order to reduce the noise in the JDK20 CI, I'm ProblemListing:

java/lang/invoke/lambda/LogGeneratedClassesTest.java

on windows-x64.
Comments
Changeset: da477b13 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-08-16 23:02:23 +0000 URL: https://git.openjdk.org/jdk/commit/da477b13661b39e1f48b674f7fd9ea1d26521fc3
16-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9894 Date: 2022-08-16 22:43:39 +0000
16-08-2022

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 35611d156f7..662f3f4ae44 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -497,6 +497,7 @@ java/lang/invoke/lambda/LambdaFileEncodingSerialization.java 8249079 linux-x6 java/lang/invoke/RicochetTest.java 8251969 generic-all java/lang/ProcessBuilder/PipelineLeaksFD.java 8291760 linux-all jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java 8292051 generic-all +java/lang/invoke/lambda/LogGeneratedClassesTest.java 8292498 windows-x64 ############################################################################
16-08-2022