1. b9231c8 Test arg passing for arraycopy. by Ian Rogers · 13 years ago
  2. 9b269d2 Fix bug in long arguments for JNI on x86 by Ian Rogers · 13 years ago
  3. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  4. 558788e Testing the decoding of JObject. by Shih-wei Liao · 13 years ago
  5. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  6. 82da44b Fix the "mov R1, R2; mov R2, R3" bug in jni_compiler. by Shih-wei Liao · 13 years ago
  7. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  8. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  9. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  10. ff0f9be Fix DexFile's line number and test EH and StackTraceElement in 3 ways. by Shih-wei Liao · 13 years ago
  11. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  12. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  13. e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
  14. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  15. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  16. a8cd9f4 Support for local references allocated in SHBs. by Ian Rogers · 13 years ago
  17. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
  18. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  19. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  20. 0d666d8 Fix JNI compiler for synchronized methods. by Ian Rogers · 13 years ago
  21. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  22. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  23. 330304d Create JNIEnv*s on the right threads. by Elliott Hughes · 13 years ago
  24. 8860c0e Use the method descriptor for prototype and return type comparisons. by Carl Shapiro · 13 years ago
  25. 74eb46a Improved ClassLoader support by Brian Carlstrom · 13 years ago
  26. 419ec7b Materialize method descriptors when instantiating method objects. by Carl Shapiro · 13 years ago
  27. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  28. f7e85a5 Use Java strings for Method's name. by Jesse Wilson · 13 years ago
  29. 8ecd08c Switch tests and aexecd to use libartd by Brian Carlstrom · 13 years ago
  30. e2d373e Initial ARM JNI compiler support. by Carl Shapiro · 13 years ago
  31. 7a90959 Make the RuntimeTest use Runtime instances instead of its constituents. by Carl Shapiro · 13 years ago
  32. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 13 years ago
  33. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  34. 45a76cb Exception and suspend count polling on JNI bridge return. by Ian Rogers · 13 years ago
  35. df20fe0 Support for synchronized native methods. by Ian Rogers · 13 years ago
  36. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago