JDK-8264524 : jdk/internal/platform/docker/TestDockerMemoryMetrics.java fails due to swapping not working
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-03-31
  • Updated: 2022-12-19
  • Resolved: 2021-04-06
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 17 JDK 8
17 b17Fixed 8u371Fixed
Related Reports
Relates :  
Description
STDERR:
 stdout: [[failcount]
];
 stderr: []
 exitValue = 137

java.lang.RuntimeException: Expected to get exit value of [0]

    at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:474)
    at TestDockerMemoryMetrics.testMemoryFailCount(TestDockerMemoryMetrics.java:113)
    at TestDockerMemoryMetrics.main(TestDockerMemoryMetrics.java:80)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
    at java.base/java.lang.Thread.run(Thread.java:831)
Comments
Changeset: bfb034ab Author: Jie Fu <jiefu@openjdk.org> Date: 2021-04-06 23:03:45 +0000 URL: https://git.openjdk.java.net/jdk/commit/bfb034ab
06-04-2021

ILW = MLM = P4
06-04-2021