OSDN Git Service

Clean up IndirectRefTable a bit.
authorElliott Hughes <enh@google.com>
Tue, 21 Jun 2011 00:50:41 +0000 (17:50 -0700)
committerElliott Hughes <enh@google.com>
Tue, 21 Jun 2011 21:54:24 +0000 (14:54 -0700)
commitce0968340f9ddd54f20e38d4946bfd2ef8f1f343
treeea1f9ab9f0220b3fe1f69febe47d17587ee11782
parent7c08071765cb134e4c0b18bf8fd6a7060e145212
Clean up IndirectRefTable a bit.

The main purpose here was to have slightly less unclear warnings for
JNI local reference abuse.

Change-Id: I2c6378dd0a94d8afb96a8e409f7460205e3cd315
vm/CheckJni.cpp
vm/IndirectRefTable.cpp
vm/IndirectRefTable.h
vm/Jni.cpp
vm/Thread.cpp
vm/alloc/MarkSweep.cpp
vm/alloc/Visit.cpp
vm/test/TestIndirectRefTable.cpp