# File lib/new_relic/agent/vm/jruby_vm.rb, line 27
        def supports?(key)
          case key
          when :gc_runs
            RUBY_VERSION >= "1.9.2"
          when :thread_count
            true
          else
            false
          end
        end