Re: there is a bug in openjdk7.

2013-08-05 Thread David Holmes
On 5/08/2013 7:03 PM, Mauro Sanna wrote: Hello. I'm using java version "1.7.0_25" OpenJDK Runtime Environment (IcedTea 2.3.12) (7u25-2.3.12-2) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode) As you see here http://jira.grails.org/browse/GRAILS-10183 it seems that openjdk has a bug that pre

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

2012-09-10 Thread David Holmes
We really need a way to reproduce this, and see what all the other threads are doing with respect to this queue. David Sent from my phone On Sep 10, 2012 8:45 PM, "David Holmes" mailto:david.hol...@oracle.com>> wrote: This kind of issue is better discussed, at least initia

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 imme

Re: "libjawt.so" not loaded by Java 7

2011-08-02 Thread David Holmes
Kapta Ulo said the following on 08/02/11 19:45: The Java 7 release seems to have broken the LWJGL project on Linux, it no longer works and complains that "libjawt.so" is not loaded. The project has been calling the following method: java.awt.Toolkit.getDefaultToolkit(); to ensure that this nati

Re: JDK 7 is Feature-Complete

2011-02-02 Thread David Holmes
Ismael Juma said the following on 02/02/11 21:15: On Wed, Feb 2, 2011 at 10:13 AM, David Holmes wrote: And will this also also apply to JDK6 after JDK7 was released (i.e. will one and the same HS Express version be used in JDK6 and in JDK7 thereafter)? I expect so

Re: JDK 7 is Feature-Complete

2011-02-02 Thread David Holmes
erent HS versions. So different JDK7 update releases will also contain different HS versions. David Holmes