JDK-8268630 : ProblemList serviceability/jvmti/CompiledMethodLoad/Zombie.java on linux-aarch64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 17
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: aarch64
  • Submitted: 2021-06-11
  • Updated: 2021-06-17
  • Resolved: 2021-06-11
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 JDK 18
17 b27Fixed 18Fixed
Description
To reduce the noise in the JDK17/JDK18 CIs, I'm ProblemListing
serviceability/jvmti/CompiledMethodLoad/Zombie.java on linux-aarch64

The test has failed 9 times in June (so far) on linux-aarch64.
There are older macOS-x64 and linux-x64 sightings, but nothing recent.
Comments
Changeset: 6171ae45 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-06-11 20:24:35 +0000 URL: https://git.openjdk.java.net/jdk17/commit/6171ae455288a74c4c3dcec6983515db04bdc360
11-06-2021

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index b688da6fd0d..53b398a3026 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -110,6 +110,7 @@ serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatIntervalTest.java 8214 serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java 8224150 generic-all serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java 8225354 windows-all serviceability/dcmd/gc/RunFinalizationTest.java 8227120 linux-x64 +serviceability/jvmti/CompiledMethodLoad/Zombie.java 8245877 linux-aarch64 #############################################################################
11-06-2021