From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23641 invoked by alias); 2 Nov 2012 15:03:35 -0000 Received: (qmail 23629 invoked by uid 22791); 2 Nov 2012 15:03:33 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Nov 2012 15:03:26 +0000 Message-ID: <1351868598.2848.65.camel@springer.wildebeest.org> Subject: Re: [RFC] Enhanced Garbage Collection Probe Points From: Mark Wielaard To: Andrew Hughes Cc: systemtap@sourceware.org, distro-pkg-dev@openjdk.java.net, Lukas Berk , Jon VanAlten Date: Fri, 02 Nov 2012 15:03:00 -0000 In-Reply-To: <650449263.4134225.1351868027688.JavaMail.root@redhat.com> References: <650449263.4134225.1351868027688.JavaMail.root@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 X-Spam-Score: -2.9 (--) Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2012-q4/txt/msg00163.txt.bz2 On Fri, 2012-11-02 at 10:53 -0400, Andrew Hughes wrote: > Mark, is this the whole of your patch or only part of it? >=20 > http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/75982791ddb6 >=20 > i.e. could that be added to forest and systemtap.patch removed from IcedT= ea7? Yes it is, plus the followup patch to add the testcase I wrote for it: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/26351ce8c4b0 Cheers, Mark