diff src/share/vm/graal/graalCodeInstaller.hpp @ 8215:b89a97928e72

Implement weak reference semantics for HotSpotInstalledCode in the default method installation case. Add new boolean[] array as parameter to the code installation.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 11 Mar 2013 20:55:05 +0100
parents c66aa27ef4da
children 99a71b8c1c5d
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Mon Mar 11 17:30:21 2013 +0100
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Mon Mar 11 20:55:05 2013 +0100
@@ -78,7 +78,7 @@
 public:
 
   // constructor used to create a method
-  CodeInstaller(Handle& comp_result, methodHandle method, GraalEnv::CodeInstallResult& result, nmethod*& nm, Handle installed_code);
+  CodeInstaller(Handle& comp_result, methodHandle method, GraalEnv::CodeInstallResult& result, nmethod*& nm, Handle installed_code, Handle triggered_deoptimizations);
 
   // constructor used to create a stub
   CodeInstaller(Handle& target_method, BufferBlob*& blob, jlong& id);