Additional USDT probes for gc (was: Re: JEP 167: Event-Based JVM Tracing)

2015-06-09 Thread Omair Majid
Hi folks, * Lukas Berk [2012-10-03 12:14]: > I've written a patch that adds dtrace style probe points to various > garbage collection events, namely: > > Concurrent Mark Sweep Collections > G1 Mark Sweep Collections > ParNew Generation Collections > Parallel Scavenges > Parallel Compactions and

Re: JEP 167

2014-05-16 Thread Staffan Larsen
On 16 maj 2014, at 10:59, Mario Torre wrote: > On Fri, 2014-05-16 at 09:12 +0200, Staffan Larsen wrote: > > Hello Staffan, > > Thanks for the quick reply. > >> JEP 167 is done and should be in the completed state. I’ll see if I >> can get that updated. The

Re: JEP 167

2014-05-16 Thread Mario Torre
On Fri, 2014-05-16 at 09:12 +0200, Staffan Larsen wrote: Hello Staffan, Thanks for the quick reply. > JEP 167 is done and should be in the completed state. I’ll see if I > can get that updated. The relevant bug (with change set information) > is: https://bugs.openjdk.java.net/browse/JD

Re: JEP 167

2014-05-16 Thread Staffan Larsen
JEP 167 is done and should be in the completed state. I’ll see if I can get that updated. The relevant bug (with change set information) is: https://bugs.openjdk.java.net/browse/JDK-8005849. For seeing what instrumentation has been added, take a look at src/share/vm/trace/trace.xml which lists

JEP 167

2014-05-15 Thread Mario Torre
Hi all! What's the state of JEP 167? http://openjdk.java.net/jeps/167 I was trying to understand what kind of events have been added and how I can retrieve them from the outside world, but documentation seems to be quite lacking and it's difficult to find everything. I'm als

hg: hsx/hotspot-rt/hotspot: 8005849: JEP 167: Event-Based JVM Tracing

2013-06-10 Thread staffan . larsen
Changeset: f2110083203d Author:sla Date: 2013-06-10 11:30 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/f2110083203d 8005849: JEP 167: Event-Based JVM Tracing Reviewed-by: acorn, coleenp, sla Contributed-by: Karen Kinnear , Bengt Rutisson , Calvin Cheung , Erik

Re: FW: RFR:(S) JEP 167 tracing gives negative time stamps for certain event fields

2013-01-29 Thread Bengt Rutisson
/~mgronlun/8007005/webrev02/ <http://cr.openjdk.java.net/%7Emgronlun/8007005/webrev02/> Thank you Markus *From:*Markus Grönlund *Sent:* den 28 januari 2013 16:14 *To:* serviceability-dev@openjdk.java.net; hotspot-runtime-...@openjdk.java.net *Subject:* RFR:(S) JEP 167 tracing gives negativ

Re: RFR:(S) JEP 167 tracing gives negative time stamps for certain event fields

2013-01-29 Thread Rickard Bäckman
ebrev) > Webrev: http://cr.openjdk.java.net/~mgronlun/8007005/webrev02/ > > Thank you > Markus > > > > From: Markus Grönlund > Sent: den 28 januari 2013 16:14 > To: serviceability-dev@openjdk.java.net; hotspot-runtime-...@openjdk.java.net > Subject: RFR:(S) JEP 167 tracing gives negative time stamps for certain event > fields

FW: RFR:(S) JEP 167 tracing gives negative time stamps for certain event fields

2013-01-29 Thread Markus Grönlund
28 januari 2013 16:14 To: serviceability-dev@openjdk.java.net; hotspot-runtime-...@openjdk.java.net Subject: RFR:(S) JEP 167 tracing gives negative time stamps for certain event fields

RFR:(S) JEP 167 tracing gives negative time stamps for certain event fields

2013-01-28 Thread Markus Grönlund
Hi,   Kindly asking for reviews and putback sponsorship for the following change:   Bugid: https://jbs.oracle.com/bugs/browse/JDK-8007005   Webrev: http://cr.openjdk.java.net/~mgronlun/8007005/webrev01/   Thank you Markus

Re: Request for review (XL): Event-Based JVM Tracing (JEP 167)

2012-12-03 Thread Staffan Larsen
Forgot to include serviceability-dev@openjdk.java.net which is the designated list for JEP 167. /Staffan On 3 dec 2012, at 12:32, Staffan Larsen wrote: > All, > > This is a request for review of the implementation for JEP 167: Event-Based > JVM Tracing. It is a rather large chan

Re: JEP 167: Event-Based JVM Tracing

2012-10-03 Thread Lukas Berk
Hey, I've written a patch that adds dtrace style probe points to various garbage collection events, namely: Concurrent Mark Sweep Collections G1 Mark Sweep Collections ParNew Generation Collections Parallel Scavenges Parallel Compactions and Moves Tenured Generation Collections DefNew Generation

JEP 167: Event-Based JVM Tracing

2012-09-28 Thread mark . reinhold
Posted: http://openjdk.java.net/jeps/167 - Mark