Merge branch 'oss-master' into ios

This commit is contained in:
Joel Dice
2011-09-12 20:27:59 -06:00
5 changed files with 39 additions and 9 deletions

View File

@ -2772,8 +2772,7 @@ pushArguments(Thread* t, object this_, const char* spec, object a)
case 'J':
case 'D':
pushLong(t, cast<int64_t>(objectArrayBody(t, a, index++),
BytesPerWord));
pushLong(t, cast<int64_t>(objectArrayBody(t, a, index++), 8));
break;
default: