JDK-8292994 : ProblemList vmTestbase/gc/lock/jni/jnilock001/TestDescription.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 20
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-08-26
  • Updated: 2022-08-26
  • Resolved: 2022-08-26
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 20
20 masterFixed
Description
In order to reduce the noise in the JDK20 CI, I'm ProblemListing:

vmTestbase/gc/lock/jni/jnilock001/TestDescription.java

on all configs.
Comments
Changeset: 1500d3df Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-08-26 20:52:35 +0000 URL: https://git.openjdk.org/jdk/commit/1500d3dfb217c2c03b925622db841310f5aedb9d
26-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10050 Date: 2022-08-26 20:08:00 +0000
26-08-2022

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 0bb3b09f9bb..5efabd73393 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -149,6 +149,7 @@ vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/TestDescription.java 8219 vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java 8277812 generic-all vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java 8073470 linux-all +vmTestbase/gc/lock/jni/jnilock001/TestDescription.java 8292946 generic-all vmTestbase/gc/lock/jni/jnilock002/TestDescription.java 8192647 generic-all vmTestbase/jit/escape/LockCoarsening/LockCoarsening001.java 8148743 generic-all
26-08-2022