# File lib/active_support/testing/performance/jruby.rb, line 71
            def with_gc_stats
              ManagementFactory.memory_mx_bean.gc
              yield
            end