|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Dec 30 20:46:50 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/12 30:20:46 Modified: jop/java/tools/src/com/jopdesign/build ClassInfo.java Log: comment Revision Changes Path 1.12 jop/java/tools/src/com/jopdesign/build/ClassInfo.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/ClassInfo.java.diff?r1=1.11&r2=1.12 (In the diff below, changes in quantity of whitespace are not shown.) Index: ClassInfo.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/ClassInfo.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -b -r1.11 -r1.12 --- ClassInfo.java 30 Dec 2006 17:56:08 -0000 1.11 +++ ClassInfo.java 30 Dec 2006 19:46:49 -0000 1.12 @@ -35,6 +35,9 @@ /** * Size of the class header. * Difference between class pointer and mtab pointer. + * + * If changed than also change in GC.java and JVM.java + * (checkcast, instanceof). */ static final int CLS_HEAD = 4; /**
|
 |