-
Bug
-
Resolution: Fixed
-
P4
-
10, 17, 18, 19, 20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8295897 | 19.0.2 | Ramkumar Sunderbabu | P4 | Resolved | Fixed | b00 |
JDK-8289495 | 19.0.1 | Ramkumar Sunderbabu | P4 | Resolved | Fixed | b01 |
JDK-8289466 | 17.0.5-oracle | Ramkumar Sunderbabu | P4 | Resolved | Fixed | b01 |
JDK-8290232 | 17.0.5 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8295209 | 11.0.18 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8289493 | 11.0.17-oracle | Ramkumar Sunderbabu | P4 | Resolved | Fixed | b01 |
might fail intermittently on linux or mac
Example:
----------System.out:(8/459)----------
Command line: [/usr/sbin/sysctl -n vm.swapusage]
[2021-08-19T00:11:44.129957Z] Gathering output for process 78603
[2021-08-19T00:11:44.453475Z] Waiting for completion for process 78603
[2021-08-19T00:11:44.453653Z] Waiting for completion finished for process 78603
Output and diagnostic info for process 78603 was saved into 'pid-78603-output.log'
total = 13312.00M used = 11447.75M free = 1864.25M (encrypted)
Total swap space size in bytes: 12884901888
----------System.err:(12/779)----------
java.lang.RuntimeException: Expected total swap size : 13958643712 but getTotalSwapSpaceSize returned: 12884901888
at TestTotalSwap.main(TestTotalSwap.java:92)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
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:312)
at java.base/java.lang.Thread.run(Thread.java:833)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Expected total swap size : 13958643712 but getTotalSwapSpaceSize returned: 12884901888
- backported by
-
JDK-8289466 com/sun/management/OperatingSystemMXBean/TestTotalSwap.java: Expected total swap size ... but getTotalSwapSpaceSize returned ...
-
- Resolved
-
-
JDK-8289493 com/sun/management/OperatingSystemMXBean/TestTotalSwap.java: Expected total swap size ... but getTotalSwapSpaceSize returned ...
-
- Resolved
-
-
JDK-8289495 com/sun/management/OperatingSystemMXBean/TestTotalSwap.java: Expected total swap size ... but getTotalSwapSpaceSize returned ...
-
- Resolved
-
-
JDK-8290232 com/sun/management/OperatingSystemMXBean/TestTotalSwap.java: Expected total swap size ... but getTotalSwapSpaceSize returned ...
-
- Resolved
-
-
JDK-8295209 com/sun/management/OperatingSystemMXBean/TestTotalSwap.java: Expected total swap size ... but getTotalSwapSpaceSize returned ...
-
- Resolved
-
-
JDK-8295897 com/sun/management/OperatingSystemMXBean/TestTotalSwap.java: Expected total swap size ... but getTotalSwapSpaceSize returned ...
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/16a4bd3d
-
Commit openjdk/jdk17u-dev/a8e7d8f9
-
Commit openjdk/jdk/f0804304
-
Review openjdk/jdk11u-dev/1441
-
Review openjdk/jdk17u-dev/526
-
Review openjdk/jdk/9174