JDK-8304172 : ProblemList serviceability/sa/UniqueVtableTest.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 21
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-03-14
  • Updated: 2023-03-21
  • Resolved: 2023-03-14
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 21
21 b14Fixed
Description
In order to reduce the noise in the JDK21 CI, I'm ProblemListing:

    serviceability/sa/UniqueVtableTest.java

on all platforms. Based on [~amenkov]'s analysis in the bug report,
I think it's just pure luck that the recent failures have been on only
macosx-x64 and windows-x64 and NOT on macosx-aarch64.

It looks like [~amenkov] has uncovered  a problem that extends to
more than just this test so I'm expanding the existing ProblemListing
in order to give him time to work the bigger issue.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13029 Date: 2023-03-14 19:52:01 +0000
14-03-2023

Changeset: 617c15f5 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-03-14 20:09:51 +0000 URL: https://git.openjdk.org/jdk/commit/617c15f5a131fdf254fc4277f6dd78d64292db1c
14-03-2023

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 994a555af9b..419a54663c7 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -120,7 +120,7 @@ serviceability/sa/ClhsdbPmap.java#core 8294316,8267433 macosx-x64 serviceability/sa/ClhsdbPstack.java#core 8294316,8267433 macosx-x64 serviceability/sa/TestJmapCore.java 8294316,8267433 macosx-x64 serviceability/sa/TestJmapCoreMetaspace.java 8294316,8267433 macosx-x64 -serviceability/sa/UniqueVtableTest.java 8303921 linux-all +serviceability/sa/UniqueVtableTest.java 8303921 generic-all serviceability/attach/ConcAttachTest.java 8290043 linux-all
14-03-2023