Re: AsyncGetCallTrace java profiling

2013-08-26 Thread serguei.spit...@oracle.com
On 8/26/13 10:12 AM, serguei.spit...@oracle.com wrote: Alexandre, Thank you for the information and details. I've added your it to the JBS version of 8022893. The details from this link and the link itself were already in that bug report 8022893: https://code.google.com/p/lightweight-java-pr

Re: AsyncGetCallTrace java profiling

2013-08-26 Thread serguei.spit...@oracle.com
On 8/26/13 10:12 AM, serguei.spit...@oracle.com wrote: Alexandre, Thank you for the information and details. I've added your it to the JBS version of 8022893. The details from this link and the link itself were already in that bug report 8022893: https://code.google.com/p/lightweight-java-pr

Re: AsyncGetCallTrace java profiling

2013-08-26 Thread serguei.spit...@oracle.com
Alexandre, Thank you for the information and details. I've added your it to the JBS version of 8022893. Thanks, Serguei On 8/26/13 4:30 AM, Staffan Larsen wrote: I think this is your bug report: http://bugs.sun.com/view_bug.do?bug_id=8022893 I have updated Affected Versions to include 8 as w

Re: AsyncGetCallTrace java profiling

2013-08-26 Thread Staffan Larsen
I think this is your bug report: http://bugs.sun.com/view_bug.do?bug_id=8022893 I have updated Affected Versions to include 8 as well. The change will take a day or so to propagate. /Staffan On 26 aug 2013, at 12:08, Alexandre De Champeaux wrote: > Hi, > > I was able to reproduce the bug run

Re: AsyncGetCallTrace java profiling

2013-08-26 Thread Alexandre De Champeaux
Hi, I was able to reproduce the bug running java 8 (build b103, and so hotspot build 25.0-b45). So I would like to update the bug report to java 8. I don't have access to it though. Should I post a new one? On Tue, Aug 13, 2013 at 2:13 PM, Alexandre De Champeaux wrote: > Ok thanks. I just poste

Re: AsyncGetCallTrace java profiling

2013-08-13 Thread Alexandre De Champeaux
Ok thanks. I just posted a bug report to bugs.sun.com describing the issue (id 9005974). On Tue, Aug 13, 2013 at 1:00 PM, Alan Bateman wrote: > On 13/08/2013 09:11, Alexandre De Champeaux wrote: > > Hi all, > > I posted this message a few days ago in the discuss mailing list. This > one seems

Re: AsyncGetCallTrace java profiling

2013-08-13 Thread Staffan Larsen
AsyncGetCallTrace is a bit of a legacy function. As you note it isn't documented and support/maintenance isn't a high priority. Some fixes have been made during the last year, but I don't know if they address the problem you are seeing. /Staffan On 13 aug 2013, at 10:11, Alexandre De Champeaux

Re: AsyncGetCallTrace java profiling

2013-08-13 Thread Alan Bateman
On 13/08/2013 09:11, Alexandre De Champeaux wrote: Hi all, I posted this message a few days ago in the discuss mailing list. This one seems way more accurate though, so i am posting it again. Following his blog post (http://jeremymanson.blogspot.fr/2013/07/lightweight-asynchronous-sampling.h

AsyncGetCallTrace java profiling

2013-08-13 Thread Alexandre De Champeaux
Hi all, I posted this message a few days ago in the discuss mailing list. This one seems way more accurate though, so i am posting it again. Following his blog post ( http://jeremymanson.blogspot.fr/2013/07/lightweight-asynchronous-sampling.html), I have been trying to use the code Jeremy Manson