src/share/vm/code/codeCache.hpp

changeset 8074
c1950f51ed60
parent 6992
2c6ef90f030a
child 8604
04d83ba48607
child 9661
379a59bf685d
equal deleted inserted replaced
8073:682119c4c32e 8074:c1950f51ed60
177 static int mark_for_evol_deoptimization(instanceKlassHandle dependee); 177 static int mark_for_evol_deoptimization(instanceKlassHandle dependee);
178 #endif // HOTSWAP 178 #endif // HOTSWAP
179 179
180 static void mark_all_nmethods_for_deoptimization(); 180 static void mark_all_nmethods_for_deoptimization();
181 static int mark_for_deoptimization(Method* dependee); 181 static int mark_for_deoptimization(Method* dependee);
182 static void make_marked_nmethods_zombies();
183 static void make_marked_nmethods_not_entrant(); 182 static void make_marked_nmethods_not_entrant();
184 183
185 // tells how many nmethods have dependencies 184 // tells how many nmethods have dependencies
186 static int number_of_nmethods_with_dependencies(); 185 static int number_of_nmethods_with_dependencies();
187 186

mercurial