I would like to use dtrace from a Java application on machine running Solaris Sparc. I have seen examples of the DTrace Java API in a few places including here:
https://blogs.oracle.com/sundararajan/entry/using_dtrace_java_api
and here:
ftp://ida.esac.esa.int/.SUNWnative/usr/share/lib/java/javadoc/dtrace/html/fast.html
But what I cannot figure out is whether the dtrace Java API is available only on some variant of Solaris (like OpenSolaris).
Can I use the dtrace Java API on Oracle Solaris running on Sun Sparc hardware?