JDK-8273248 : ProblemList java/lang/instrument/BootClassPath/BootClassPathTest.sh on all configs
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: java.lang.instrument
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: aarch64
  • Submitted: 2021-09-01
  • Updated: 2021-09-01
  • Resolved: 2021-09-01
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
The fix for:

JDK-8273198 ProblemList java/lang/instrument/BootClassPath/BootClassPathTest.sh due to JDK-8273188

collided with the fix for:

JDK-8251530 Enable tier5 testing on linux-aarch64

so now we're seeing failures of:

java/lang/instrument/BootClassPath/BootClassPathTest.sh

on linux-aarch64. To reduce the noise in the JDK18 CI,
I'm going to ProblemList the test on all configs.
Comments
Changeset: 4ee0dace Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-09-01 17:45:39 +0000 URL: https://git.openjdk.java.net/jdk/commit/4ee0dacecd5afc5876ea839ffbb5df962ff6cd08
01-09-2021

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 875f6aa8246..5df8839dc7e 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -564,7 +564,7 @@ java/lang/invoke/RicochetTest.java 8251969 generic- java/lang/instrument/RedefineBigClass.sh 8065756 generic-all java/lang/instrument/RetransformBigClass.sh 8065756 generic-all -java/lang/instrument/BootClassPath/BootClassPathTest.sh 8273188 linux-x64,macosx-x64 +java/lang/instrument/BootClassPath/BootClassPathTest.sh 8273188 generic-all java/lang/management/MemoryMXBean/Pending.java 8158837 generic-all java/lang/management/MemoryMXBean/PendingAllGC.sh 8158837 generic-all
01-09-2021