< prev index next >

src/hotspot/share/runtime/threadSMR.hpp

Print this page

        

*** 127,137 **** static bool delete_notify(); static void free_list(ThreadsList* threads); static void inc_deleted_thread_cnt(); static void inc_java_thread_list_alloc_cnt(); static void inc_tlh_cnt(); - static bool is_a_protected_JavaThread(JavaThread *thread); static void release_stable_list_wake_up(bool is_nested); static void set_delete_notify(); static void threads_do(ThreadClosure *tc); static void threads_do(ThreadClosure *tc, ThreadsList *list); static void update_deleted_thread_time_max(uint new_value); --- 127,136 ----
*** 141,151 **** static ThreadsList* xchg_java_thread_list(ThreadsList* new_list); public: static void add_thread(JavaThread *thread); static ThreadsList* get_java_thread_list(); ! static bool is_a_protected_JavaThread_with_lock(JavaThread *thread, bool skiplock = false); static bool is_bootstrap_list(ThreadsList* list); static void remove_thread(JavaThread *thread); static void smr_delete(JavaThread *thread); static void update_tlh_stats(uint millis); --- 140,151 ---- static ThreadsList* xchg_java_thread_list(ThreadsList* new_list); public: static void add_thread(JavaThread *thread); static ThreadsList* get_java_thread_list(); ! static bool is_a_protected_JavaThread(JavaThread *thread); ! static bool is_a_protected_JavaThread_with_lock(JavaThread *thread); static bool is_bootstrap_list(ThreadsList* list); static void remove_thread(JavaThread *thread); static void smr_delete(JavaThread *thread); static void update_tlh_stats(uint millis);
< prev index next >