diff src/share/vm/graal/graalCodeInstaller.hpp @ 5839:58a607307306

renaming in native code for CiTargetMethod -> CompilationResult
author Doug Simon <doug.simon@oracle.com>
date Mon, 16 Jul 2012 15:18:38 +0200
parents f238fe91dc7f
children 8e9ffa7c714b
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Sat Jul 14 21:38:19 2012 +0200
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Mon Jul 16 15:18:38 2012 +0200
@@ -56,7 +56,7 @@
 
   ciEnv*        _env;
 
-  oop           _citarget_method;
+  oop           _comp_result;
   oop           _hotspot_method;
   oop           _name;
   arrayOop      _sites;