Integrated: 8265349: vmTestbase/../stress/compiler/deoptimize/Test.java fails with OOME due to CodeCache exhaustion.
Evgeny Nikitin
enikitin at openjdk.java.net
Mon May 3 14:35:51 UTC 2021
On Wed, 28 Apr 2021 14:02:16 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:
> The bug: https://bugs.openjdk.java.net/browse/JDK-8265349
>
> A repetition of the JDK-8058176 (mlvm tests cause code cache exhaustion), this time with -Xcomp. My measurements show up max code cache consumption of 400-500 kb per test thread and tree (depends on random tree and other factors, of course, but still). For the whole test which usually doesn't exceed 10 threads, I've got max. value of 6.1M for one sequence/tree build (between checks for remaining free space).
>
> So I suggest to raise the allowances to 10M, just to be safe. Compared to the 103 Mb of required code cache space that test requests via the 'run' parameter, it doesn't look that much.
>
> Thanks in advance,
> // Evgeny Nikitin.
This pull request has now been integrated.
Changeset: 880c138b
Author: Evgeny Nikitin <enikitin at openjdk.org>
Committer: Igor Ignatyev <iignatyev at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/880c138b587e0902cd19c27a02baf41b57ac0bb0
Stats: 79 lines in 2 files changed: 39 ins; 18 del; 22 mod
8265349: vmTestbase/../stress/compiler/deoptimize/Test.java fails with OOME due to CodeCache exhaustion.
Reviewed-by: iignatyev
-------------
PR: https://git.openjdk.java.net/jdk/pull/3762
More information about the hotspot-compiler-dev
mailing list