module Concurrent::ThreadSafe::Util::CheapLockable

def cheap_synchronize

def cheap_synchronize
  JRuby.reference0(self).synchronized { yield }
end