JDK-8277813 : ProblemList vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-11-24
  • Updated: 2021-11-29
  • Resolved: 2021-11-24
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 18
18 masterFixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing:

vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java
Comments
Changeset: 26472bd3 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-11-24 22:27:24 +0000 URL: https://git.openjdk.java.net/jdk/commit/26472bd3bd8788b0839e2871ed220e438fb6d608
24-11-2021

Context diffs for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 1654ab7c054..8878a661562 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -160,6 +160,7 @@ vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java 8202971 gener vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java 8219652 aix-ppc64 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/AttachOnDemand/attach002a/TestDescription.java 8277812 generic-all vmTestbase/gc/lock/jni/jnilock002/TestDescription.java 8192647 generic-all
24-11-2021