diff src/share/vm/graal/graalCodeInstaller.hpp @ 5275:290b3025b66f

added support for disassembling code after installation (so that the result of patching and relocation can be seen)
author Doug Simon <doug.simon@oracle.com>
date Mon, 23 Apr 2012 15:49:11 +0200
parents af8958fe5a3a
children 70f715dfbb41
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Mon Apr 23 15:42:30 2012 +0200
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Mon Apr 23 15:49:11 2012 +0200
@@ -85,7 +85,7 @@
   CodeInstaller(Handle& target_method, nmethod*& nm, bool install_code);
 
   // constructor used to create a stub
-  CodeInstaller(Handle& target_method, jlong& id);
+  CodeInstaller(Handle& target_method, BufferBlob*& blob, jlong& id);
 
   static address runtime_call_target_address(oop runtime_call);