OSDN Git Service

Initialize the JNI indirect ref table to make Valgrind happy.
authorBen Cheng <bccheng@google.com>
Wed, 30 Nov 2011 18:43:09 +0000 (10:43 -0800)
committerBen Cheng <bccheng@google.com>
Wed, 30 Nov 2011 21:28:58 +0000 (13:28 -0800)
commitee155d4fe47fa751262beb43437a339fde8eabe5
tree9b99efed053f5374fd16909f64b054cb314e9622
parentcab0fdf82a668e2a1a054cd6506835046218e419
Initialize the JNI indirect ref table to make Valgrind happy.

Specifically, this is to eliminate the benign warning about the
'serial' field being uninitialized.

BUG: 5542417
Change-Id: I8550972e70db94f24c47c4e5dea0b59cc5840b48
vm/IndirectRefTable.cpp