# File lib/new_relic/agent/samplers/memory_sampler.rb, line 44 def self.supported_on_this_platform? defined?(JRuby) or platform =~ /linux|darwin|freebsd|solaris/ end