hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 34317 e93b85bf4cc2
parent 34257 4be3504cc03b
parent 34213 3f99eccd6ea3
child 34666 1c7168ea0034
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp	Fri Nov 27 12:37:38 2015 +0100
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp	Mon Nov 30 19:38:51 2015 +0100
@@ -2324,7 +2324,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,