diff src/share/vm/graal/graalCodeInstaller.hpp @ 5554:70f715dfbb41

Bring Java renamings and restructurings to the C++ part.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 10 Jun 2012 01:17:48 +0200
parents 290b3025b66f
children 120820e30baa
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Sat Jun 09 22:50:50 2012 +0200
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Sun Jun 10 01:17:48 2012 +0200
@@ -22,7 +22,7 @@
  */
 
 /*
- * This class handles the conversion from a CiTargetMethod to a CodeBlob or an nmethod.
+ * This class handles the conversion from a InstalledCode to a CodeBlob or an nmethod.
  */
 class CodeInstaller {
 private:
@@ -90,7 +90,7 @@
   static address runtime_call_target_address(oop runtime_call);
 
 private:
-  // extract the fields of the CiTargetMethod
+  // extract the fields of the InstalledCode
   void initialize_fields(oop target_method);
   void initialize_assumptions(oop target_method);