On Thu, 16 Feb 2023 21:50:04 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>For this reason, GC logs are enabled. If, for whatever reason, the call to >System.gc() is ignored, we'll see it in the test log. Then a specific GC could >be selected, for example, or another fix implemented. As of now this test can be executed with different GC, and some of them can skip System.gc(). >OOME does not guarantee a full GC cycle either. But it guarantee that at list some GC will be always run, unlike System.gc(). ------------- PR: https://git.openjdk.org/jdk/pull/12594