mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
Merge
This commit is contained in:
commit
c7a51854d9
433 changed files with 27669 additions and 5382 deletions
|
@ -2324,7 +2324,7 @@ methodHandle SystemDictionary::find_method_handle_intrinsic(vmIntrinsics::ID iid
|
|||
// Check if have the compiled code.
|
||||
if (!m->has_compiled_code()) {
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue