< prev index next >

src/hotspot/share/runtime/threadSMR.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 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); 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); --- 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);
< prev index next >