|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu May 31 20:22:30 CEST 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/05 31:20:22 Modified: jop/java/target/src/test/gcinc Concurrent.java Log: no message Revision Changes Path 1.3 jop/java/target/src/test/gcinc/Concurrent.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/gcinc/Concurrent.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: Concurrent.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/test/gcinc/Concurrent.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- Concurrent.java 30 May 2007 23:13:19 -0000 1.2 +++ Concurrent.java 31 May 2007 18:22:29 -0000 1.3 @@ -17,7 +17,7 @@ b = new SimpVector(100); c = new SimpVector(999); - new RtThread(2, 100000) { + new RtThread(2, 200000) { public void run() { for (;;) { c.run();
|
 |