src/hotspot/share/runtime/thread.hpp
changeset 58226 408c445d04e8
parent 58196 cea6839598e8
child 58243 c67f514fdd54
equal deleted inserted replaced
58225:4eebb9aadbe3 58226:408c445d04e8
  1884 
  1884 
  1885   // Function for testing deoptimization
  1885   // Function for testing deoptimization
  1886   void deoptimize();
  1886   void deoptimize();
  1887   void make_zombies();
  1887   void make_zombies();
  1888 
  1888 
  1889   void deoptimized_wrt_marked_nmethods();
  1889   void deoptimize_marked_methods();
  1890 
  1890 
  1891  public:
  1891  public:
  1892   // Returns the running thread as a JavaThread
  1892   // Returns the running thread as a JavaThread
  1893   static inline JavaThread* current();
  1893   static inline JavaThread* current();
  1894 
  1894