1. ee155d4 Initialize the JNI indirect ref table to make Valgrind happy. by Ben Cheng · 13 years ago
  2. 68ecde1 DO NOT MERGE: Optimize IndirectRefTable. by Jeff Brown · 13 years ago
  3. b273415 Only allocate slot_data_ as needed. by Elliott Hughes · 13 years ago
  4. 8bc8bf7 Don't use dvmIsValidObject outside the GC. by Elliott Hughes · 13 years ago
  5. 259a8a5 Fix the jweak implementation. by Elliott Hughes · 13 years ago
  6. ea33338 Add JNI app bug workarounds. by Elliott Hughes · 13 years ago
  7. ddbd6f4 Don't abort when a weak global's referent is cleared. by Elliott Hughes · 13 years ago
  8. 24c57f1 Make it easier to recognize JNI reference bugs. by Elliott Hughes · 14 years ago
  9. 7a92194 Fix gcc-4.6 warnings. by Doug Kwan · 14 years ago
  10. ce09683 Clean up IndirectRefTable a bit. by Elliott Hughes · 14 years ago
  11. 60fc806 Further conservation of newlines. by Dan Bornstein · 14 years ago
  12. d5c36b9 Move the remaining non-compiler VM code into C++. by Carl Shapiro · 14 years ago[Renamed from vm/IndirectRefTable.c]
  13. c759b9f Improve JNI indirect ref diagnostics by Andy McFadden · 14 years ago
  14. da2013f Unify reference table dump by Andy McFadden · 14 years ago
  15. 85823bf Free the slot data when freeing an indirect reference table. by Carl Shapiro · 14 years ago
  16. e4c3b5e Finish the indirect reference implementation. by Carl Shapiro · 14 years ago
  17. fc75f3e Fix implicit conversions, rename reserved works, enable -Wc++-compat. by Carl Shapiro · 14 years ago
  18. 7365493 Remove repeated newlines at the end of files. by Carl Shapiro · 15 years ago
  19. e3c01da Remove unused labels, variables, and functions. Enable warnings. by Carl Shapiro · 15 years ago
  20. 5d59960 Minor debugging tweaks to IndirectRefTable. by Andy McFadden · 15 years ago
  21. 0423f0e Fix some JNI indirect reference stuff. by Andy McFadden · 15 years ago
  22. ab00d45 Progress toward indirect JNI references. by Andy McFadden · 15 years ago
  23. 734155e Indirect reference table implementation. by Andy McFadden · 15 years ago