mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8222231: Clean up interfaceSupport.inline.hpp duplicated code
Reviewed-by: dholmes, pchilanomate
This commit is contained in:
parent
32848d8166
commit
0314bac167
7 changed files with 35 additions and 73 deletions
|
@ -1288,6 +1288,7 @@ class JavaThread: public Thread {
|
|||
// Safepoint support
|
||||
inline JavaThreadState thread_state() const;
|
||||
inline void set_thread_state(JavaThreadState s);
|
||||
inline void set_thread_state_fence(JavaThreadState s); // fence after setting thread state
|
||||
inline ThreadSafepointState* safepoint_state() const;
|
||||
inline void set_safepoint_state(ThreadSafepointState* state);
|
||||
inline bool is_at_poll_safepoint();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue