JDK-8287919 : ProblemList java/lang/CompressExpandTest.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-06-07
  • Updated: 2022-06-08
  • Resolved: 2022-06-07
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 19
19 masterFixed
Related Reports
Duplicate :  
Description
In order to reduce the noise in the JDK19 CI, I'm ProblemListing:

java/lang/CompressExpandTest.java

in all configs.
Comments
Changeset: 91e6bf67 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-06-07 17:25:38 +0000 URL: https://git.openjdk.java.net/jdk/commit/91e6bf6791b7fc26db6f4288830091d812232dd8
07-06-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/9069 Date: 2022-06-07 17:17:23 +0000
07-06-2022

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 06554346ab0..9624ba3e6b8 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -494,6 +494,7 @@ java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java 8151492 generic- java/lang/invoke/LFCaching/LFGarbageCollectedTest.java 8078602 generic-all java/lang/invoke/lambda/LambdaFileEncodingSerialization.java 8249079 linux-x64 java/lang/invoke/RicochetTest.java 8251969 generic-all +java/lang/CompressExpandTest.java 8287851 generic-all ############################################################################
07-06-2022