-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8329334 | 17.0.12 | Andrew Hughes | P3 | Resolved | Fixed | b01 |
There is a jtreg test library to help with ensuring the GC runs, `test/lib/jdk/test/lib/util/ForceGC.java`. And there are also some test case use System.gc() directly for cleaner testing. It looks like a good idea to replace the test code that runs/checks the GC with `ForceGC.await()`.
- backported by
-
JDK-8329334 Use ForceGC for cleaner test cases
- Resolved
- relates to
-
JDK-8317040 Exclude cleaner test failing on older releases
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/d2df108b
-
Commit openjdk/jdk/7eb15593
-
Review openjdk/jdk17u-dev/1987
-
Review openjdk/jdk/8885
(1 links to)