comparison 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
comparison
equal deleted inserted replaced
6999:679e6584c177 7000:bf2ea3ed3bce
123 Dependencies* dependencies, 123 Dependencies* dependencies,
124 CompileTask* task, 124 CompileTask* task,
125 int compile_id, 125 int compile_id,
126 bool has_debug_info, 126 bool has_debug_info,
127 bool has_unsafe_access, 127 bool has_unsafe_access,
128 bool bind_to_method); 128 Handle installed_code);
129 129
130 static ciKlass* find_system_klass(ciSymbol* klass_name); 130 static ciKlass* find_system_klass(ciSymbol* klass_name);
131 // Note: To find a class from its name string, use ciSymbol::make, 131 // Note: To find a class from its name string, use ciSymbol::make,
132 // but consider adding to vmSymbols.hpp instead. 132 // but consider adding to vmSymbols.hpp instead.
133 133