Withdrawn: 8359685: Test stress/compiler/deoptimize/Test.java fails Out of space in CodeCache
SendaoYan
syan at openjdk.org
Thu Jun 19 12:25:32 UTC 2025
On Thu, 19 Jun 2025 03:17:01 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
>
> Test test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java fails "Out of space in CodeCache" on machine which has huge CPU core number. This test will create lots of compile threads to stress test the compiler deoptimize, the thread number depends on the CPU core number, so on huge CPU core number machine this test will report "Out of space in CodeCache" failure.
> The "java.lang.OutOfMemoryError: Out of space in CodeCache" seems not the expected error, and increase the max code cache memory will make this test run pass steady. Could we change ReservedCodeCacheSize from 100m to 200m?
>
> Test-fix only, change has been verified on 256 core number linux-x86 machine and on 64 core number linux-x86 machine.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/25888
More information about the hotspot-compiler-dev
mailing list