JDK-8309231 : ProblemList vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 21
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-05-31
  • Updated: 2025-01-10
  • Resolved: 2023-05-31
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 21
17.0.15Fixed 21 b25Fixed
Description
In order to reduce the noise in the JDK21 CI, I'm ProblemListing:

vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java

on all configs.

The current failures are only in Tier4, but a check of a completed Tier[1-8] shows
that the test runs 140 times in a Tier[1-8].
Comments
Fix request [17u] Included in backport of JDK-8308341.
04-12-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/3084 Date: 2024-12-02 13:08:05 +0000
02-12-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14250 Date: 2023-05-31 16:40:54 +0000
31-05-2023

Changeset: 45473ef2 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-05-31 16:50:09 +0000 URL: https://git.openjdk.org/jdk/commit/45473ef23520271954fa7196a5be588f88337aaf
31-05-2023

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 5f1603c0767..62559ad9aef 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -151,7 +151,7 @@ vmTestbase/metaspace/gc/firstGC_default/TestDescription.java 8208250 generic-all vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java 8307462 generic-all vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java 8202971 generic-all -vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java 8219652 aix-ppc64 +vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java 8219652,8309171 generic-all vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/TestDescription.java 8219652 aix-ppc64 vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/TestDescription.java 8219652 aix-ppc64 vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java 8073470 linux-all When JDK-8309171 is fixed, we need to return this entry to "8219652 aix-ppc64" AND NOT DELETE IT.
31-05-2023