hg: jdk8/tl/jdk: 3 new changesets

2012-09-10 Thread sean . mullan
Changeset: a51f86e2dce9 Author:mullan Date: 2012-09-10 08:57 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a51f86e2dce9 7195301: XML Signature DOM implementation should not use instanceof to determine type of Node Reviewed-by: xuelei !

RE: why LinkedBlockingQueue#poll(int, TimeUnit) is hanging up?

2012-09-10 Thread Iris Clark
Forwarding to core-libs-dev. iris -Original Message- From: Yegor Bugayenko [mailto:e...@technoparkcorp.com] Sent: Monday, September 10, 2012 5:52 AM To: jdk7-...@openjdk.java.net Subject: why LinkedBlockingQueue#poll(int, TimeUnit) is hanging up? I already posted the question here:

Re: i18n dev [8] Review request for JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data

2012-09-10 Thread Erik Joelsson
I finished making the changes yesterday, but didn't manage to get the patch completed before I had to run. (webrev and mercurial wouldn't cooperate). I will get it done asap today. /Erik On 2012-08-13 23:43, Naoto Sato wrote: Since I haven't heard any more comments from Erik/Kelly, I would

hg: jdk8/tl/langtools: 3 new changesets

2012-09-10 Thread bhavesh . x . patel
Changeset: 0f8cf3d89a7c Author:katleman Date: 2012-09-06 17:28 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/0f8cf3d89a7c Added tag jdk8-b55 for changeset e48e7e1f026b ! .hgtags Changeset: fa85af323d97 Author:bpatel Date: 2012-09-08 22:43 -0700 URL:

Code review request 7191892: ProblemList.txt updates (8/2012)

2012-09-10 Thread Amy Lu
Following bugs have been resolved, tests have been verified working fine. CR and related tests should be removed from ProblemList: 7149181 [Fix-Delivered]: sun/management/jmxremote/startstop/JMXStartStopTest.sh failing on all platforms 7174532 [Fix-Delivered]:

Re: [8] Review request for JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data

2012-09-10 Thread Erik Joelsson
See inline On 2012-07-13 22:20, Kelly O'Hair wrote: Something seems strange here: http://cr.openjdk.java.net/~naoto/6336885/webrev.00/make/java/java/localegen.sh.sdiff.html It's like someone was avoiding overall quotes, but using them to add spaces somehow... I sure would like to get rid

RE: why LinkedBlockingQueue#poll(int, TimeUnit) is hanging up?

2012-09-10 Thread Vitaly Davidovich
To eliminate one specific possibility/bug, see if it repros with -XX:+UseMembar Sent from my phone On Sep 10, 2012 2:00 PM, Iris Clark iris.cl...@oracle.com wrote: Forwarding to core-libs-dev. iris -Original Message- From: Yegor Bugayenko [mailto:e...@technoparkcorp.com] Sent:

Re: why LinkedBlockingQueue#poll(int, TimeUnit) is hanging up?

2012-09-10 Thread Aleksey Shipilev
Not enough data, really. Can we see the complete reproducing test? Also, you can try to -Xbootclasspath/p:jsr166.jar [1] to Oracle Java 1.6 (which update?) mentioned there, and see if the bug reproduces with the fresh revision of JSR166. Thanks, Aleksey. [1]

Re: [8] Review request for 7196354 check-in jdk.tbom file to openjdk repo

2012-09-10 Thread Michael Fang
Hi Mark and all, I have updated the webrev: http://cr.openjdk.java.net/~mfang/7196354/webrev.01/ It includes the following changes: - removed component division and contact names - removed redundant target attributes I am also moving the file from root of source tree to jdk/make/jdk.tbom.

Re: why LinkedBlockingQueue#poll(int, TimeUnit) is hanging up?

2012-09-10 Thread David Holmes
This kind of issue is better discussed, at least initially on Doug Lea's concurrency interest list: concurrency-inter...@cs.oswego.edu The stack shows that it is the lock acquisition that is blocking indefinitely, not the poll itself. That is why it doesn't time out and why it hangs again

Re: why LinkedBlockingQueue#poll(int, TimeUnit) is hanging up?

2012-09-10 Thread Vitaly Davidovich
Symptoms here are eerily similar to http://bugs.sun.com/view_bug.do?bug_id=6822370, hence I'm curious if it still repros with -XX:+UseMembar. Sent from my phone On Sep 10, 2012 8:45 PM, David Holmes david.hol...@oracle.com wrote: This kind of issue is better discussed, at least initially on

Re: why LinkedBlockingQueue#poll(int, TimeUnit) is hanging up?

2012-09-10 Thread David Holmes
On 11/09/2012 11:43 AM, Vitaly Davidovich wrote: Symptoms here are eerily similar to http://bugs.sun.com/view_bug.do?bug_id=6822370, hence I'm curious if it still repros with -XX:+UseMembar. Always an interesting question to ask but 6822370 was fixed in 7 and this is reported in 7u5. We

Re: [8] Review request for 7196354 check-in jdk.tbom file to openjdk repo

2012-09-10 Thread Naoto Sato
Hi Michael, Looks like the list does not reflect the recent changes introduced by the re-organization of the locale data (sun/util/resources). To me, just keeping an eye on the files sounds error prone. Would it be possible to add some automated check, say in jcheck? Naoto On 9/10/12 2:26