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
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
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
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
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
erent HS versions. So different JDK7 update
releases will also contain different HS versions.
David Holmes