changeset 1587:31398144ad0b

tapsets/hotspot.stp.in (hotspot.gc_end): Match gc__end, not begin.
author Mark Wielaard <mark@klomp.org>
date Tue, 13 Oct 2009 11:13:46 +0200
parents 292aecacc3f7
children ff13d97de406
files ChangeLog tapset/hotspot.stp.in
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <mjw@redhat.com>
+
+	* tapsets/hotspot.stp.in (hotspot.gc_end): Match gc__end, not begin.
+
 2009-10-19  Mark Wielaard  <mjw@redhat.com>
 
 	* tapset/hotspot_jni.stp.in: New tapset.
--- 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;