FYI, last I checked (and much to my dismay) custom dtrace providers don't
work on the MacOSX JVM. I would assume it's the same on FreeBSD, though I
haven't tried that.
On Jul 16, 2013 2:25 AM, "Chamila Wijayarathna"
wrote:
> Hello all,
> I am developing Dtrace Support on JRUby as my GSOC project
You should be able to find several of these in classes with obvious names
(RubyObject, RubyArray, RubyException, etc) here
https://github.com/jruby/jruby/tree/master/core/src/main/java/org/jruby
To understand more about JRuby internals, there are some good presentation
slides here
http://www.slide
Hello all,
I am developing Dtrace Support on JRUby as my GSOC project. In my project I
am planning to add following DTrace probes to JRuby.
· 1. Object-create -: fired when an object is about to allocated
· 2. Array-create -: fired when an Array is about to be allocated
· 3.