diff src/share/vm/graal/graalCompilerToVM.cpp @ 5537:80371cc2256d

Renaming RiCompiledMethod => InstalledCode.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Jun 2012 23:35:16 +0200
parents 9da759562a42
children e18ba36bfebc
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToVM.cpp	Fri Jun 08 23:28:45 2012 +0200
+++ b/src/share/vm/graal/graalCompilerToVM.cpp	Fri Jun 08 23:35:16 2012 +0200
@@ -897,7 +897,7 @@
     HotSpotCodeInfo::set_start(info, (jlong) nm->code_begin());
   }
 
-  // if install_code is true then we installed the code into the given method, no need to return an RiCompiledMethod
+  // if install_code is true then we installed the code into the given method, no need to return an InstalledCode
   if (!install_code && nm != NULL) {
     instanceKlass::cast(HotSpotCompiledMethod::klass())->initialize(CHECK_NULL);
     Handle obj = instanceKlass::cast(HotSpotCompiledMethod::klass())->allocate_permanent_instance(CHECK_NULL);