Re: Incorrect arguments is passed to sun.misc.Perf#createLong

2013-04-18 Thread Yasumasa Suenaga
Hi Mandy, Thank you so much for your cooperation. FYI. While looking at the hotspot implementation, I found a bug that creates the long counter of incorrect type (it got V_Variable and V_Monotonic reverse). I have file a hotspot bug and suggested a patch: I didn't realize it :-) Please fix

Re: Incorrect arguments is passed to sun.misc.Perf#createLong

2013-04-18 Thread Mandy Chung
I have pushed the changeset:http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3b81fac25d26 FYI. While looking at the hotspot implementation, I found a bug that creates the long counter of incorrect type (it got V_Variable and V_Monotonic reverse). I have file a hotspot bug and suggested a patch:

Re: Incorrect arguments is passed to sun.misc.Perf#createLong

2013-04-17 Thread Mandy Chung
Hi Yasumasa, Thanks for the patch. I'm going to sponsor your fix for 8011934 and will be pushing it shortly. http://cr.openjdk.java.net/~mchung/jdk8/webrevs/8011934/webrev.00/ Mandy On 4/10/2013 6:59 PM, Yasu wrote: Hi Mandy, On 4:59, Mandy Chung wrote: Hi Yasumasa, I'm adding core-libs

Re: Re: Incorrect arguments is passed to sun.misc.Perf#createLong

2013-04-10 Thread Yasu
Hi Mandy, On 4:59, Mandy Chung wrote: Hi Yasumasa, I'm adding core-libs and bcc serviceability-dev to move this thread to core-libs for sun.misc.PerfCounter discussion. On 4/9/2013 4:50 AM, Yasu wrote: Hi, I'm trying to create entry from Java program to hsperfdata through sun.misc.PerfCoun

Re: Incorrect arguments is passed to sun.misc.Perf#createLong

2013-04-10 Thread Mandy Chung
Hi Yasumasa, I'm adding core-libs and bcc serviceability-dev to move this thread to core-libs for sun.misc.PerfCounter discussion. On 4/9/2013 4:50 AM, Yasu wrote: Hi, I'm trying to create entry from Java program to hsperfdata through sun.misc.PerfCounter . First of all, sun.misc.PerfCou