RFR: 8313395: LotsUnloadTest.java fails with OOME transiently with libgraal
Doug Simon
dnsimon at openjdk.org
Thu Jul 10 15:54:40 UTC 2025
On Thu, 10 Jul 2025 15:38:08 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Yes. Here are the logs from my comments in the bug report. Memory use goes from about 32m to about 96m when -Xcomp is used with graal.
Ok, thanks. I think that largely mitigates the concern about extra memory usage. Without `-Xcomp`, there will not be many libgraal compilations involving the loaded classes.
These changes look good.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26230#issuecomment-3058026700
More information about the hotspot-runtime-dev
mailing list