diff src/share/vm/graal/graalEnv.hpp @ 7000:bf2ea3ed3bce

Fixed nmethod not being unloaded after their classloader has been unloaded by initializing _graal_installed_code in an nmethod's constructor
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 21 Nov 2012 23:33:43 +0100
parents e522a00b91aa
children af30115c9d0e
line wrap: on
line diff
--- a/src/share/vm/graal/graalEnv.hpp	Wed Nov 21 19:23:43 2012 +0100
+++ b/src/share/vm/graal/graalEnv.hpp	Wed Nov 21 23:33:43 2012 +0100
@@ -125,7 +125,7 @@
                        int                       compile_id,
                        bool                      has_debug_info,
                        bool                      has_unsafe_access,
-                       bool                      bind_to_method);
+                       Handle                    installed_code);
 
   static ciKlass*  find_system_klass(ciSymbol* klass_name);
   // Note:  To find a class from its name string, use ciSymbol::make,