[bajos] r919 committed - überarbeitung fields

0 views
Skip to first unread message

ba...@googlecode.com

unread,
Sep 14, 2011, 6:52:49 AM9/14/11
to bajo...@googlegroups.com
Revision: 919
Author: burkhart.holznagel
Date: Wed Sep 14 03:48:38 2011
Log: überarbeitung fields
http://code.google.com/p/bajos/source/detail?r=919

Modified:
/trunk/bajos/JVM/scheduler.c

=======================================
--- /trunk/bajos/JVM/scheduler.c Sun Aug 7 04:13:08 2011
+++ /trunk/bajos/JVM/scheduler.c Wed Sep 14 03:48:38 2011
@@ -250,8 +250,7 @@
{
errorExit(77, "field priority not found");
}
- t->pPriority = (u4*) (heapBase +
opStackGetValue(local).stackObj.pos
- + fNO + 1);
+ t->pPriority = (u4*) (heapBase +
opStackGetValue(local).stackObj.pos + fN + 1);
// position of int field priority of the thread creating object, next
field is aLive
// restore class number
of object
cN = opStackGetValue(local).stackObj.classNumber;
@@ -276,8 +275,7 @@
*(t->methodStackBase + 4) = findMaxLocals();
/* reference to caller
object (from start())*/
*(t->opStackBase) = opStackGetValue(local);
- verbosePrintf("cN x%x mN x%x startPC x%x\n", cN, mN,
- *(t->methodStackBase + 3));
+ //verbosePrintf("cN x%x mN x%x startPC x%x\n", cN, mN,
*(t->methodStackBase + 3));
}
u2 i;
for (i = 0; i < MAXLOCKEDTHREADOBJECTS; i++)
Reply all
Reply to author
Forward
0 new messages