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 relevant bug (with change set inform

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/JDK-8005849.

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

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