/hg/icedtea6: tapsets/hotspot.stp.in (hotspot.gc_end): Match gc_...
mjw at icedtea.classpath.org
mjw at icedtea.classpath.org
Tue Oct 13 02:09:47 PDT 2009
changeset d8a6d7027d06 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=d8a6d7027d06
author: Mark Wielaard <mark at klomp.org>
date: Tue Oct 13 11:13:46 2009 +0200
tapsets/hotspot.stp.in (hotspot.gc_end): Match gc__end, not begin.
diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
ChangeLog | 4 ++++
tapset/hotspot.stp.in | 4 ++--
diffs (25 lines):
diff -r f2b2f87f120a -r d8a6d7027d06 ChangeLog
--- a/ChangeLog Mon Oct 12 06:54:47 2009 -0400
+++ b/ChangeLog Tue Oct 13 11:13:46 2009 +0200
@@ -1,3 +1,7 @@ 2009-10-12 Gary Benson <gbenson at redhat
+2009-10-13 Mark Wielaard <mjw at redhat.com>
+
+ * tapsets/hotspot.stp.in (hotspot.gc_end): Match gc__end, not begin.
+
2009-10-12 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/share/vm/shark/shark_globals.hpp:
diff -r f2b2f87f120a -r d8a6d7027d06 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:13:46 2009 +0200
@@ -51,8 +51,8 @@ probe hotspot.gc_begin =
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