src/hotspot/share/runtime/os.hpp
changeset 58196 cea6839598e8
parent 58095 adc72cd1d1f2
child 58199 595fcbebaa77
child 58654 562bf1878089
--- a/src/hotspot/share/runtime/os.hpp	Tue Sep 17 09:20:59 2019 -0700
+++ b/src/hotspot/share/runtime/os.hpp	Tue Sep 17 19:09:37 2019 -0400
@@ -480,9 +480,6 @@
   static OSReturn set_priority(Thread* thread, ThreadPriority priority);
   static OSReturn get_priority(const Thread* const thread, ThreadPriority& priority);
 
-  static void interrupt(Thread* thread);
-  static bool is_interrupted(Thread* thread, bool clear_interrupted);
-
   static int pd_self_suspend_thread(Thread* thread);
 
   static ExtendedPC fetch_frame_from_context(const void* ucVoid, intptr_t** sp, intptr_t** fp);