OSDN Git Service

Kill stale assert, fix for 4310384
authorbuzbee <buzbee@google.com>
Thu, 21 Apr 2011 18:19:27 +0000 (11:19 -0700)
committerbuzbee <buzbee@google.com>
Thu, 21 Apr 2011 18:19:27 +0000 (11:19 -0700)
commit902326326616642ae5ad0dd3c493a9e3abcd55da
tree8ca1413800f108d9f0d7ad13c74189e26edc8104
parent4dd60e2c7f9551a3d027fefd2cac5eb3dce9f844
Kill stale assert, fix for 4310384

There was an old assert in dvmPopFrame that did a sanity check on
the JNI local reference table it was popping.  In the asserting case,
we had internal native method calls and no JNI - and thus no sane
local reference table.  Further, the localRefTable code has changed enough
that this particular sanity check is no longer useful.  Assert deleted,
along with another related (and previously-commented out) assert.

Change-Id: I3a806838fa2b5909c3e3b3ad27aeed29e3e467ab
vm/interp/Stack.c