Integrated: 8317738: CodeCacheFullCountTest failed with "VirtualMachineError: Out of space in CodeCache for method handle intrinsic"
Tobias Hartmann
thartmann at openjdk.org
Wed Oct 11 06:22:07 UTC 2023
On Tue, 10 Oct 2023 07:51:17 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> The test fails because VM startup throws a VirtualMachineError with "Out of space in CodeCache for method handle intrinsic" instead of the expected "Out of space in CodeCache for adapters". Both messages are expected and should be handled.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: 0fd80711
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0fd807118c9b2cb8381b5c0f5d22d4e3451e8f10
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8317738: CodeCacheFullCountTest failed with "VirtualMachineError: Out of space in CodeCache for method handle intrinsic"
Reviewed-by: kvn
-------------
PR: https://git.openjdk.org/jdk/pull/16113
More information about the hotspot-compiler-dev
mailing list