# File lib/new_relic/agent/samplers/object_sampler.rb, line 13
        def self.supported_on_this_platform?
          NewRelic::LanguageSupport.object_space_usable? && ObjectSpace.respond_to?(:live_objects)
        end