RFR: 8334771: [TESTBUG] Run TestDockerMemoryMetrics.java with -Xcomp fails exitValue = 137

Jaikiran Pai jpai at openjdk.org
Thu Jul 18 05:55:31 UTC 2024


On Mon, 24 Jun 2024 16:16:29 GMT, SendaoYan <syan at openjdk.org> wrote:

> After [JDK-8294960](https://bugs.openjdk.org/browse/JDK-8294960), the footprint memory usage increased significantly when run the testcase with -Xcomp jvm options, then cause the testcase was killed by docker by OOM.
Maybe the footprint memory usage increased was inevitable, so I think we should increase the smallest memory limite for this testcase.

Hello @sendaoYan, after changes in JDK-8294960, there were a couple of issues reported. From what I see in the linked issues, Adam reviewed those and integrated relevant fixes. In JDK-8334771 you note:

> After [JDK-8294960](https://bugs.openjdk.org/browse/JDK-8294960), the codecache usage increased significantly, non-profiled 3068Kb->3583Kb, profiled 6408Kb->7846Kb.

So I think we should have this increase in memory reviewed by @asotona or someone familiar in that area, before deciding whether these tests should be changed.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19864#issuecomment-2235607869


More information about the core-libs-dev mailing list