8250610: SafepointMechanism::disarm_if_needed() is declared but not used

Reviewed-by: shade, dholmes
This commit is contained in:
Richard Reingruber 2020-07-29 14:11:46 +02:00
parent 27a9a2f64a
commit 10b9d0b6a6

View File

@ -73,8 +73,6 @@ public:
static inline void arm_local_poll(JavaThread* thread);
// Release semantics
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
static void initialize();