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
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
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
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
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
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