|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Aug 19 20:38:23 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/08 19:20:38 Modified: jop/java/target/src/common/com/jopdesign/sys JVM.java Log: type 1 for reference array Revision Changes Path 1.15 jop/java/target/src/common/com/jopdesign/sys/JVM.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/com/jopdesign/sys/JVM.java.diff?r1=1.14&r2=1.15 (In the diff below, changes in quantity of whitespace are not shown.) Index: JVM.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/common/com/jopdesign/sys/JVM.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -b -r1.14 -r1.15 --- JVM.java 22 Jun 2006 20:36:06 -0000 1.14 +++ JVM.java 19 Aug 2006 18:38:23 -0000 1.15 @@ -666,7 +666,7 @@ synchronized (o) { - ret = GC.newArray(count, 0, true); //0..type not available=reference + ret = GC.newArray(count, 1, true); //1..type not available=reference } return ret; }
|
 |