module Concurrent::ThreadSafe::Util::CheapLockable

def cheap_wait

def cheap_wait
  JRuby.reference0(self).wait
end