src/hotspot/share/runtime/thread.hpp
changeset 47637 87141990dde5
parent 47216 71c04702a3d5
child 47659 a8e9aff89f7b
equal deleted inserted replaced
47636:52d46d7e3454 47637:87141990dde5
  2050   static void add(JavaThread* p, bool force_daemon = false);
  2050   static void add(JavaThread* p, bool force_daemon = false);
  2051   static void remove(JavaThread* p);
  2051   static void remove(JavaThread* p);
  2052   static bool includes(JavaThread* p);
  2052   static bool includes(JavaThread* p);
  2053   static JavaThread* first()                     { return _thread_list; }
  2053   static JavaThread* first()                     { return _thread_list; }
  2054   static void threads_do(ThreadClosure* tc);
  2054   static void threads_do(ThreadClosure* tc);
  2055   static void parallel_java_threads_do(ThreadClosure* tc);
  2055   static void possibly_parallel_threads_do(bool is_par, ThreadClosure* tc);
  2056 
  2056 
  2057   // Initializes the vm and creates the vm thread
  2057   // Initializes the vm and creates the vm thread
  2058   static jint create_vm(JavaVMInitArgs* args, bool* canTryAgain);
  2058   static jint create_vm(JavaVMInitArgs* args, bool* canTryAgain);
  2059   static void convert_vm_init_libraries_to_agents();
  2059   static void convert_vm_init_libraries_to_agents();
  2060   static void create_vm_init_libraries();
  2060   static void create_vm_init_libraries();