Re: RFR: 8049343: (tz) Support tzdata2014g

2014-09-02 Thread Michael Fang
Aleksej, Yes, I agree the translation update of the time zone names can be handled separately as JDK-8057004. thanks, -michael On 14年09月01日 07:10 上午, Aleksej Efimov wrote: Masayoshi, I have addressed all your comments with proposed resolution. Thank you for such thorough analysis of this

Re: Why is finalize wrong?

2014-09-02 Thread Stanimir Simeonoff
Hi Jaroslav, In my opinion the greatest downside of the finalize() is that involves enlisting in a shared queue prior to the object creation. The queue is shared amongst the entire VM and that could be a potential bottleneck. In practical terms having a finalize method involves a full memory fence

Re: Impact of code difference in Collection#contains() worth improving?

2014-09-02 Thread Mike Duigou
Looks fine (bug updated with noreg-perf). I do think we should consider promoting a copy of this method to AbstractList as it generally allows for a much better implementation than AbstractCollection's contains(). Mike On Aug 29 2014, at 14:56 , Martin Buchholz wrote: > Just think - one whole

Re: Impact of code difference in Collection#contains() worth improving?

2014-09-02 Thread Mike Duigou
Hi Fabian; This has been an excellent discussion and thank you for starting it! Even if there is disagreement on various aspects I don't believe that anyone is upset or angry. Mike On Aug 30 2014, at 10:04 , Fabian Lange wrote: > Hello dear list, > > it was not my intention to steal precio

Re: JDP broadcaster issue

2014-09-02 Thread Dmitry Samersoff
Yasumasa, Thank you for the patch. I'll create a bug for it. -Dmitry On 2014-09-02 18:52, Yasumasa Suenaga wrote: > Hi all, > > I'm trying to use JDP on my Fedora20 machine. > My machine has two NICs and only one NIC is up. > > I passed system properties as below, however JDP broadcaster > thr

JDP broadcaster issue

2014-09-02 Thread Yasumasa Suenaga
Hi all, I'm trying to use JDP on my Fedora20 machine. My machine has two NICs and only one NIC is up. I passed system properties as below, however JDP broadcaster thread was not started: -Dcom.sun.management.jmxremote.port=7091 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.ma

Re: [9] RFR (L): 8057042: LambdaFormEditor: derive new LFs from a base LF

2014-09-02 Thread Vladimir Ivanov
Webrev: http://cr.openjdk.java.net/~vlivanov/8057042/webrev.00 Best regards, Vladimir Ivanov On 9/2/14, 5:57 PM, Vladimir Ivanov wrote: https://bugs.openjdk.java.net/browse/JDK-8057042 LambdaFormEditor provides an API to transform LambdaForms. Deriving new LambdaForms from a base one allows to

[9] RFR (L): 8057042: LambdaFormEditor: derive new LFs from a base LF

2014-09-02 Thread Vladimir Ivanov
https://bugs.openjdk.java.net/browse/JDK-8057042 LambdaFormEditor provides an API to transform LambdaForms. Deriving new LambdaForms from a base one allows to cache and reuse results of repeated transformations. BMH binding is rewritten to use LambdaFormEditor. Testing: jdk/java/lang/invoke,

Re: RFR: 8049343: (tz) Support tzdata2014g

2014-09-02 Thread Aleksej Efimov
Masayoshi, Sorry for the confusion - for some reason (most probably this change was added after webrev generation) I forgot to include it. Now it's in place: http://cr.openjdk.java.net/~aefimov/8049343/9/webrev.04 Thank you, Aleksej On 09/02/2014 10:03 AM, Masayoshi Okutsu wrote: Aleksej, I