Re: RFR: JDK-8151674: STW phases at Concurrent GC should count in PerfCounter

2016-03-30 Thread Thomas Schatzl
Hi, On Fri, 2016-03-18 at 12:45 -0700, Jon Masamitsu wrote: > > On 3/18/2016 7:14 AM, Yasumasa Suenaga wrote: > > Hi, > > > > > I added a comment to JBS about G1 initial mark. > > > I will upload new webrev after discussing for it. > > > > We discussed about it on JBS, and we decided not to cou

PING: RFR: JDK-8151674: STW phases at Concurrent GC should count in PerfCounter

2016-03-23 Thread Yasumasa Suenaga
PING: We need one more reviewer for HotSpot changes. Please review. Thanks, Yasumasa On 2016/03/19 4:45, Jon Masamitsu wrote: On 3/18/2016 7:14 AM, Yasumasa Suenaga wrote: Hi, I added a comment to JBS about G1 initial mark. I will upload new webrev after discussing for it. We discuss

Re: RFR: JDK-8151674: STW phases at Concurrent GC should count in PerfCounter

2016-03-19 Thread Jon Masamitsu
On 03/10/2016 07:59 PM, Yasumasa Suenaga wrote: Hi all, This review request continues from: http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2016-March/016774.html http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2016-March/016896.html I wonder that STW phases (Remark and Clea

Re: RFR: JDK-8151674: STW phases at Concurrent GC should count in PerfCounter

2016-03-19 Thread Yasumasa Suenaga
Hi, I added a comment to JBS about G1 initial mark. I will upload new webrev after discussing for it. We discussed about it on JBS, and we decided not to count initial mark on G1 to CGC counter. [1] I uploaded new webrev. Could you review it? hotspot: http://cr.openjdk.java.net/~ysuenaga/J

Re: RFR: JDK-8151674: STW phases at Concurrent GC should count in PerfCounter

2016-03-19 Thread Jon Masamitsu
On 3/18/2016 7:14 AM, Yasumasa Suenaga wrote: Hi, I added a comment to JBS about G1 initial mark. I will upload new webrev after discussing for it. We discussed about it on JBS, and we decided not to count initial mark on G1 to CGC counter. [1] I uploaded new webrev. Could you review it?

Re: RFR: JDK-8151674: STW phases at Concurrent GC should count in PerfCounter

2016-03-18 Thread Yasumasa Suenaga
Hi Jon, 2016/03/17 3:25 "Jon Masamitsu" : > > > > On 03/10/2016 07:59 PM, Yasumasa Suenaga wrote: >> >> Hi all, >> >> This review request continues from: >> http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2016-March/016774.html >> http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2016-Ma

RFR: JDK-8151674: STW phases at Concurrent GC should count in PerfCounter

2016-03-10 Thread Yasumasa Suenaga
Hi all, This review request continues from: http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2016-March/016774.html http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2016-March/016896.html I wonder that STW phases (Remark and Cleanup) at G1 are not counted in jstat FGC column. For