# File lib/new_relic/language_support.rb, line 69 def gc_profiler_usable? if defined?(::GC::Profiler) && !jruby? true else false end end