hotspot/src/share/vm/code/codeCache.hpp
changeset 32401 cc58aeaec340
parent 31620 53be635ad49c
child 34158 1f8d643b02d5
equal deleted inserted replaced
32400:ed1a43020a93 32401:cc58aeaec340
   223 #endif // HOTSWAP
   223 #endif // HOTSWAP
   224 
   224 
   225  public:
   225  public:
   226   static void mark_all_nmethods_for_deoptimization();
   226   static void mark_all_nmethods_for_deoptimization();
   227   static int  mark_for_deoptimization(Method* dependee);
   227   static int  mark_for_deoptimization(Method* dependee);
   228   static void make_marked_nmethods_zombies();
       
   229   static void make_marked_nmethods_not_entrant();
   228   static void make_marked_nmethods_not_entrant();
   230 
   229 
   231   // Flushing and deoptimization
   230   // Flushing and deoptimization
   232   static void flush_dependents_on(instanceKlassHandle dependee);
   231   static void flush_dependents_on(instanceKlassHandle dependee);
   233 #ifdef HOTSWAP
   232 #ifdef HOTSWAP