aboutsummaryrefslogtreecommitdiff
path: root/vm/oo/TypeCheck.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't cache failures in the interface cache.Elliott Hughes2012-12-061-0/+1
| | | | | | | | | | | If we try to reuse a failure, we'll be holding a NULL Method* without the current thread having the appropriate exception pending, which will lead to a SIGSEGV. I've added a corresponding vm-test to cts/. Bug: http://code.google.com/p/android/issues/detail?id=29358 Change-Id: I044e438c46fce256c8eff2dac5d86778734d5614
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-2/+2
| | | | Change-Id: Ica749f6defa890363ec531b29e25bc415dc2cbb9
* Move fundamental object definitions and operations to C++Carl Shapiro2011-04-131-0/+248
Change-Id: Ibc3766edfbf7fdbde2d762d6e88a0bb02df2be31