RFR: 8317738: CodeCacheFullCountTest failed with "VirtualMachineError: Out of space in CodeCache for method handle intrinsic"
Tobias Hartmann
thartmann at openjdk.org
Tue Oct 10 07:58:29 UTC 2023
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
-------------
Commit messages:
- 8317738: CodeCacheFullCountTest failed with "VirtualMachineError: Out of space in CodeCache for method handle intrinsic"
Changes: https://git.openjdk.org/jdk/pull/16113/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16113&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8317738
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/16113.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16113/head:pull/16113
PR: https://git.openjdk.org/jdk/pull/16113
More information about the hotspot-compiler-dev
mailing list