Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8357802 | 17.0.17-oracle | Md Shahbaz Yusuf | P4 | Resolved | Fixed | master |
The main problem is that OOME might happen in any Thread causing test failure.
The reference tests provoke OOME only to force reference clearing.
The possible fix is to force it directly with force GC.
The reference tests provoke OOME only to force reference clearing.
The possible fix is to force it directly with force GC.
- backported by
-
JDK-8357802 Replace Algorithms.eatMemory(...) with WB.fullGC() in vmTestbase/gc/gctests/ReferencesGC/ReferencesGC.java
-
- Resolved
-