FYI: Fix tapset gc_end typo
Mark Wielaard
mark at klomp.org
Tue Oct 13 02:17:24 PDT 2009
Hi,
There was a typo in the hotspot.stp.in file which made hotspot.gc_end
actually match gc__begin. Oops. Fixed as follows:
2009-10-13 Mark Wielaard <mjw at redhat.com>
* tapsets/hotspot.stp.in (hotspot.gc_end): Match gc__end, not begin.
Cheers,
Mark
diff -r f2b2f87f120a tapset/hotspot.stp.in
--- a/tapset/hotspot.stp.in Mon Oct 12 06:54:47 2009 -0400
+++ b/tapset/hotspot.stp.in Tue Oct 13 11:09:56 2009 +0200
@@ -51,8 +51,8 @@
Has no arguments.
*/
probe hotspot.gc_end =
- process("@ABS_CLIENT_LIBJVM_SO@").mark("gc__begin"),
- process("@ABS_SERVER_LIBJVM_SO@").mark("gc__begin")
+ process("@ABS_CLIENT_LIBJVM_SO@").mark("gc__end"),
+ process("@ABS_SERVER_LIBJVM_SO@").mark("gc__end")
{
name = "gc_end";
probestr = name;
More information about the distro-pkg-dev
mailing list