src/hotspot/share/runtime/thread.hpp
changeset 55479 80b27dc96ca3
parent 55206 2fe2063fe567
child 55490 3f3dc00a69a5
equal deleted inserted replaced
55478:ae2e53e379cb 55479:80b27dc96ca3
  1921 
  1921 
  1922   // Function for testing deoptimization
  1922   // Function for testing deoptimization
  1923   void deoptimize();
  1923   void deoptimize();
  1924   void make_zombies();
  1924   void make_zombies();
  1925 
  1925 
  1926   void deoptimize_marked_methods(bool in_handshake);
  1926   void deoptimized_wrt_marked_nmethods();
  1927 
  1927 
  1928  public:
  1928  public:
  1929   // Returns the running thread as a JavaThread
  1929   // Returns the running thread as a JavaThread
  1930   static inline JavaThread* current();
  1930   static inline JavaThread* current();
  1931 
  1931