hotspot/src/share/vm/oops/method.cpp
changeset 27920 b34081fac06c
parent 27643 fe8f95a2d9bc
child 27923 2c79bc396381
--- a/hotspot/src/share/vm/oops/method.cpp	Tue Dec 02 12:24:31 2014 -0800
+++ b/hotspot/src/share/vm/oops/method.cpp	Thu Dec 04 09:52:15 2014 +0100
@@ -936,7 +936,7 @@
   // so making them eagerly shouldn't be too expensive.
   AdapterHandlerEntry* adapter = AdapterHandlerLibrary::get_adapter(mh);
   if (adapter == NULL ) {
-    THROW_MSG_NULL(vmSymbols::java_lang_VirtualMachineError(), "out of space in CodeCache for adapters");
+    THROW_MSG_NULL(vmSymbols::java_lang_VirtualMachineError(), "Out of space in CodeCache for adapters");
   }
 
   mh->set_adapter_entry(adapter);