-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226078 | 14 | Coleen Phillimore | P3 | Resolved | Fixed | team |
JDK-8243256 | 11.0.8-oracle | Harold Seigel | P3 | Resolved | Fixed | b04 |
JDK-8245206 | 11.0.8 | Coleen Phillimore | P3 | Resolved | Fixed | b04 |
gc/stress/TestReclaimStringsLeaksMemory.java recently started failing frequently. Failures occur on multiple platforms, and have been seen with several different collector configurations. The test has multiple @run configurations for different collectors. Since it started failing I don't see any runs where all of those configurations passed, though which one fails varies. I found failures for +UseSerialGC, +UseParallelGC -UseParallelOldGC, and +UseConcMarkSweepGC.
The failure is reported as an exception whose message looks something like this:
Reserved memory size is 146151KB which is greater than or equal to 70000KB indicating a memory leak: expected that 146151 < 70000
The exact reserved value may vary a bit, but all failures I've looked at reported close to 146M.
The failure is reported as an exception whose message looks something like this:
Reserved memory size is 146151KB which is greater than or equal to 70000KB indicating a memory leak: expected that 146151 < 70000
The exact reserved value may vary a bit, but all failures I've looked at reported close to 146M.
- backported by
-
JDK-8226078 gc/stress/TestReclaimStringsLeaksMemory.java fails with reserved greater than expected
- Resolved
-
JDK-8243256 gc/stress/TestReclaimStringsLeaksMemory.java fails with reserved greater than expected
- Resolved
-
JDK-8245206 gc/stress/TestReclaimStringsLeaksMemory.java fails with reserved greater than expected
- Resolved
- relates to
-
JDK-8226366 Excessive ServiceThread wakeups for OopStorage cleanup
- Resolved
There are no Sub-Tasks for this issue.