diff src/share/vm/graal/graalCodeInstaller.hpp @ 9654:18632807db02

RuntimeStub installation support is now more distinct from normal nmethod installation
author Doug Simon <doug.simon@oracle.com>
date Mon, 13 May 2013 11:21:24 +0200
parents 0266549ff6e0
children ed6202820ecf
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Mon May 13 11:00:56 2013 +0200
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Mon May 13 11:21:24 2013 +0200
@@ -76,13 +76,13 @@
 
 public:
 
-  CodeInstaller(Handle& comp_result, methodHandle method, GraalEnv::CodeInstallResult& result, CodeBlob*& cb, Handle installed_code, Handle triggered_deoptimizations);
+  CodeInstaller(Handle& comp_result, GraalEnv::CodeInstallResult& result, CodeBlob*& cb, Handle installed_code, Handle triggered_deoptimizations);
 
   static address runtime_call_target_address(oop runtime_call);
 
 private:
   // extract the fields of the CompilationResult
-  void initialize_fields(oop target_method, methodHandle method);
+  void initialize_fields(oop target_method);
   void initialize_assumptions(oop target_method);
 
   // perform data and call relocation on the CodeBuffer