Il giorno mer, 27/06/2007 alle 10.16 +0200, Søren Boll Overgaard ha
scritto:

> Anyway, let me just run the error I am seeing by you, and if it's
> genuine (and not due to a screw up on my part) I will file an
> appropriate bug:
> 
> Running a simple program like this:
> 
> import java.util.concurrent.LinkedBlockingQueue;
> 
> public class LinkedBlockingQueueTest {
>       public static void main(String[] args) {
>               LinkedBlockingQueue<String> q = new 
> LinkedBlockingQueue<String>();
>               try {
>                       q.take();
>               } catch (InterruptedException e) {
>                       e.printStackTrace();
>               }
>       }
> }

Hi Søren,

Works for me on an i386 (dual core) with jamvm: The program waits
forever doing nothing :). I don't have cacao ATM to test it.

Could you give a look at jamvm, maybe this is a bug triggered with
cacao?

Mario
-- 
Lima Software - http://www.limasoftware.net/
GNU Classpath Developer - http://www.classpath.org/
Fedora Ambassador - http://fedoraproject.org/wiki/MarioTorre
Jabber: [EMAIL PROTECTED]
pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF
Fingerprint: BA39 9666 94EC 8B73 27FA  FC7C 4086 63E3 80F2 40CF

Please, support open standards:
http://opendocumentfellowship.org/petition/
http://www.nosoftwarepatents.com/

Attachment: signature.asc
Description: Questa è una parte del messaggio firmata digitalmente

Reply via email to