# HG changeset patch # User Mark Wielaard # Date 1255425226 -7200 # Node ID a0add50b9ca9a831c75eace4c6a9aacc1c5aed89 # Parent c399646ec5d73c22ebd79d3ea98770e2180b66af tapsets/hotspot.stp.in (hotspot.gc_end): Match gc__end, not begin. diff -r c399646ec5d7 -r a0add50b9ca9 ChangeLog --- a/ChangeLog Thu Mar 18 14:33:23 2010 +0000 +++ b/ChangeLog Tue Oct 13 11:13:46 2009 +0200 @@ -26,6 +26,10 @@ * tapset/hotspot.stp.in: Enable hotspot.monitor_notify. Fix up comments. +2009-10-13 Mark Wielaard + + * tapsets/hotspot.stp.in (hotspot.gc_end): Match gc__end, not begin. + 2009-10-19 Mark Wielaard * tapset/hotspot_jni.stp.in: New tapset. diff -r c399646ec5d7 -r a0add50b9ca9 tapset/hotspot.stp.in --- a/tapset/hotspot.stp.in Thu Mar 18 14:33:23 2010 +0000 +++ b/tapset/hotspot.stp.in Tue Oct 13 11:13:46 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;