# HG changeset patch # User Mark Wielaard # Date 1255425226 -7200 # Node ID 31398144ad0b6d576a257e5805629144d601b229 # Parent 292aecacc3f7d3159519aa27ed29b00eeb837d0e tapsets/hotspot.stp.in (hotspot.gc_end): Match gc__end, not begin. diff -r 292aecacc3f7 -r 31398144ad0b ChangeLog --- a/ChangeLog Mon Oct 19 23:19:26 2009 +0200 +++ b/ChangeLog Tue Oct 13 11:13:46 2009 +0200 @@ -4,6 +4,10 @@ icedtea-6897844-xshm.patch, icedtea-linux-separate-debuginfo.patch. +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 292aecacc3f7 -r 31398144ad0b tapset/hotspot.stp.in --- a/tapset/hotspot.stp.in Mon Oct 19 23:19:26 2009 +0200 +++ 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;