This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Systemtap meets java language level tracing
- From: Mark Wielaard <mjw at redhat dot com>
- To: systemtap at sourceware dot org
- Date: Thu, 06 Aug 2009 15:36:23 +0200
- Subject: Systemtap meets java language level tracing
Hi,
In case people had missed it, some of the Systemtap 0.9.9 sdt.h and user
probing cleanups also helped getting the java language method tracing to
start working properly:
http://gnu.wildebeest.org/diary/2009/08/06/i-love-it-when-a-plan-comes-together-systemtap-meets-java/
It needed only very minimal patching on the java side to expose the
already existing dtrace markers in the code to stap:
http://article.gmane.org/gmane.comp.java.openjdk.distro-packaging.devel/6725
Cheers,
Mark