JDK-8264662 : ProblemList vmTestbase/jit/escape/AdaptiveBlocking/AdaptiveBlocking001/AdaptiveBlocking001.java on win-x64 with ZGC
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86_64
  • Submitted: 2021-04-02
  • Updated: 2024-06-17
  • Resolved: 2021-04-02
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 17
17 b17Fixed
Description
In order to reduce the noise in the JDK17 CI, I'm ProblemListing 
vmTestbase/jit/escape/AdaptiveBlocking/AdaptiveBlocking001/AdaptiveBlocking001.java 
on Win-X64 with ZGC.
Comments
Changeset: 9c283da1 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-04-02 21:32:54 +0000 URL: https://git.openjdk.java.net/jdk/commit/9c283da1
02-04-2021

Here's the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-zgc.txt b/test/hotspot/jtreg/ProblemList-zgc.txt index 1200b8cfb9c..8f6eaef49cc 100644 --- a/test/hotspot/jtreg/ProblemList-zgc.txt +++ b/test/hotspot/jtreg/ProblemList-zgc.txt @@ -61,3 +61,4 @@ serviceability/sa/TestJmapCore.java 8220624 generic- serviceability/sa/TestJmapCoreMetaspace.java 8220624 generic-all serviceability/sa/TestSysProps.java 8220624 generic-all serviceability/sa/sadebugd/DebugdConnectTest.java 8220624 generic-all +vmTestbase/jit/escape/AdaptiveBlocking/AdaptiveBlocking001/AdaptiveBlocking001.java 8260303 windows-x64
02-04-2021