8250610: SafepointMechanism::disarm_if_needed() is declared but not used
Reviewed-by: shade, dholmes
This commit is contained in:
parent
27a9a2f64a
commit
10b9d0b6a6
@ -73,8 +73,6 @@ public:
|
|||||||
static inline void arm_local_poll(JavaThread* thread);
|
static inline void arm_local_poll(JavaThread* thread);
|
||||||
// Release semantics
|
// Release semantics
|
||||||
static inline void arm_local_poll_release(JavaThread* thread);
|
static inline void arm_local_poll_release(JavaThread* thread);
|
||||||
// Optional release
|
|
||||||
static inline void disarm_if_needed(JavaThread* thread, bool memory_order_release);
|
|
||||||
|
|
||||||
// Setup the selected safepoint mechanism
|
// Setup the selected safepoint mechanism
|
||||||
static void initialize();
|
static void initialize();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user