OpenJDK / amber / amber
changeset 34213:3f99eccd6ea3
8067939: make Out of space in CodeCache messages consistent
Reviewed-by: kvn
author | tpivovarova |
---|---|
date | Tue, 24 Nov 2015 15:50:27 +0300 |
parents | 36bf267af0f8 |
children | 41286f248795 |
files | hotspot/src/share/vm/classfile/systemDictionary.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp Mon Nov 16 19:21:35 2015 +0300 +++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp Tue Nov 24 15:50:27 2015 +0300 @@ -2285,7 +2285,7 @@ // 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,