-
Bug
-
Resolution: Fixed
-
P4
-
11, 12
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8282175 | 11.0.16-oracle | Adithya Haradi Gopal | P4 | Resolved | Fixed | b01 |
JDK-8219940 | 11.0.4 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
See JDK-8206434 for example intermittent failures this may help.
gc/epsilon/TestMemoryMXBeans allocates the array and polls MXBeans to check the counters have changed by expected value. However, that sometimes runs into problems when other threads (notably, compiler threads) allocate memory on their own.
Retrying the test internally should provide more safety against these intermittent false negatives.
gc/epsilon/TestMemoryMXBeans allocates the array and polls MXBeans to check the counters have changed by expected value. However, that sometimes runs into problems when other threads (notably, compiler threads) allocate memory on their own.
Retrying the test internally should provide more safety against these intermittent false negatives.
- backported by
-
JDK-8219940 [TESTBUG] gc/epsilon/TestMemoryMXBeans should retry on failure
- Resolved
-
JDK-8282175 [TESTBUG] gc/epsilon/TestMemoryMXBeans should retry on failure
- Resolved
- relates to
-
JDK-8206434 gc/epsilon/TestMemoryMXBeans.java fails with java.lang.IllegalStateException: Allocation did not change used space right: 4194328 should be in [4194312, 4194320]
- Open