JDK-8257168 : Use SkippedException instead of RuntimeException for docker not able to pull the repository
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 8u291,11.0.11-oracle
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-11-26
  • Updated: 2021-10-16
  • Resolved: 2020-12-04
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 11
11.0.11-oracle b01Fixed
Description
Description :
Use SkippedException instead of RuntimeException for docker not able to pull the repository

Failed Test :

jdk/internal/platform/docker/TestUseContainerSupport.java
jdk/internal/platform/docker/TestDockerCpuMetrics.java
jdk/internal/platform/docker/TestSystemMetrics.java
jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java
jdk/internal/platform/docker/TestDockerMemoryMetrics.java


Comments
This was never (or almost never) an issue for OpenJDK 11u. We added SkippedException to DockerTestUtils with the backport of JDK-8221710 and originally SkippedException was introduced in 11 with backport of JDK-8208655. Marking openjdk-na
10-03-2021

This is not an issue on jdk-jdk as the SkippedException change went into a big fix.
04-12-2020