Monitoring memory leaks in JRuby

We are having some memory leak issues in our production environment, so
I
took some memory dumps and I’m trying to evaluate them with MAT(Nick had
a
great blog post). Its not clear what the jruby java class objects relate
to
ruby code. Is there any way to get debug information to know what code
in
ruby is creating all the memory usage.
~Matt