mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8067939: make Out of space in CodeCache messages consistent
Reviewed-by: kvn
This commit is contained in:
parent
98bc340162
commit
3cc0f3b570
1 changed files with 1 additions and 1 deletions
|
@ -2285,7 +2285,7 @@ methodHandle SystemDictionary::find_method_handle_intrinsic(vmIntrinsics::ID iid
|
||||||
// Check if have the compiled code.
|
// Check if have the compiled code.
|
||||||
if (!m->has_compiled_code()) {
|
if (!m->has_compiled_code()) {
|
||||||
THROW_MSG_(vmSymbols::java_lang_VirtualMachineError(),
|
THROW_MSG_(vmSymbols::java_lang_VirtualMachineError(),
|
||||||
"out of space in CodeCache for method handle intrinsic", empty);
|
"Out of space in CodeCache for method handle intrinsic", empty);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Now grab the lock. We might have to throw away the new method,
|
// Now grab the lock. We might have to throw away the new method,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue