Re: RFR(M,v9): JDK-8059036 : Implement Diagnostic Commands for heap and finalizerinfo

2015-05-26 Thread Derek White
On 5/26/15 10:16 AM, Dmitry Samersoff wrote: Hi Everybody, http://cr.openjdk.java.net/~dsamersoff/JDK-8059036/webrev.09/ Please review updated webrev - printFinalizationQueue now returns and array of Map.Entry Hi Dmitry, I looked at the jdk_webrev. Everything looks great except the spacing

Re: G1 young STW time in MBean

2015-05-26 Thread Jakub Kubrynski
Jesper already pointed me about JMC. The reason we're not using it is that it cannot be integrated with our production monitoring. It's more problem solving tool than continuous APM. So the question is if Oracle is going to implement some MBeans for G1, and if not maybe we could propose JSR about i

Re: RFR(M,v9): JDK-8059036 : Implement Diagnostic Commands for heap and finalizerinfo

2015-05-26 Thread Dmitry Samersoff
Hi Everybody, http://cr.openjdk.java.net/~dsamersoff/JDK-8059036/webrev.09/ Please review updated webrev - printFinalizationQueue now returns and array of Map.Entry >> On May 19, 2015, at 11:51 PM, Dmitry Samersoff >> mailto:dmitry.samers...@oracle.com>> wrote: >> >> Other alternatives could be

Re: RFR(M,v7): JDK-8059036 : Implement Diagnostic Commands for heap and finalizerinfo

2015-05-26 Thread Dmitry Samersoff
On 2015-05-21 02:07, Mandy Chung wrote: > >> On May 19, 2015, at 11:51 PM, Dmitry Samersoff >> mailto:dmitry.samers...@oracle.com>> wrote: >> >> Other alternatives could be to do all hashing/sorting/printing on native >> layer i.e. implement printFinalizationQueue inside VM. >> >> Both options has

Re: Issues with dtrace enabled in OpenJdk 9

2015-05-26 Thread Daniel D. Daugherty
Adding the Serviceability alias. Dan On 5/25/15 9:52 AM, Mahesh Pujari wrote: Hi, I am trying to build OpenJDK 9 with dtrace enabled on my Ubuntu machine (Linux 3.13.0-45-generic #74-Ubuntu), I have asked this question on build-...@openjdk.java.net (http://mail.openjdk.java.net/pipermail

Re: RFR 8080663: Use sun.misc.SharedSecrets to allow access from java.management to @ConstructorProperties

2015-05-26 Thread Alan Bateman
On 26/05/2015 07:36, Jaroslav Bachorik wrote: Nits addressed - http://cr.openjdk.java.net/~jbachorik/8080663/webrev.02 I removed the bug ids from the tests and used 'noreg-other' with an explanation in the issue comment (noreg-existing doesn't seem to exist any more). I also slightly refo