src/hotspot/share/runtime/thread.inline.hpp
changeset 54631 3a3e4e473622
parent 54495 941db9c0b5b5
child 59247 56bf71d64d51
--- a/src/hotspot/share/runtime/thread.inline.hpp	Fri Apr 26 08:53:29 2019 +0100
+++ b/src/hotspot/share/runtime/thread.inline.hpp	Fri Apr 26 10:18:47 2019 +0200
@@ -108,13 +108,6 @@
   clear_suspend_flag(_external_suspend);
 }
 
-inline void JavaThread::set_deopt_suspend() {
-  set_suspend_flag(_deopt_suspend);
-}
-inline void JavaThread::clear_deopt_suspend() {
-  clear_suspend_flag(_deopt_suspend);
-}
-
 inline void JavaThread::set_pending_async_exception(oop e) {
   _pending_async_exception = e;
   _special_runtime_exit_condition = _async_exception;