JDK-8273198 : ProblemList java/lang/instrument/BootClassPath/BootClassPathTest.sh due to JDK-8273188
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: java.lang.instrument
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,os_x
  • CPU: x86_64
  • Submitted: 2021-08-31
  • Updated: 2021-09-02
  • Resolved: 2021-08-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 18
18 b13Fixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing:

java/lang/instrument/BootClassPath/BootClassPathTest.sh

on linux-x64 and macOS-x64.
Comments
Changeset: 9c392d00 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-08-31 20:12:19 +0000 URL: https://git.openjdk.java.net/jdk/commit/9c392d008a5a34cdc2ed6339a63f1a0d06efe619
31-08-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 41f0f048a2c..875f6aa8246 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -564,6 +564,8 @@ 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/management/MemoryMXBean/Pending.java 8158837 generic-all java/lang/management/MemoryMXBean/PendingAllGC.sh 8158837 generic-all
31-08-2021