1. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 15 years ago
  2. c116070 Added support for -XX:HeapGrowthLimit switch by jeffhao · 15 years ago
  3. d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 15 years ago
  4. 94ce37a Implement -Xstacktracefile. by Elliott Hughes · 15 years ago
  5. bb1e8f0 Implement -Xjnigreflimit. by Elliott Hughes · 15 years ago
  6. fc86162 Implement lock contention event logging. by Elliott Hughes · 15 years ago
  7. 47a0d5a Move art content to /data by Brian Carlstrom · 15 years ago
  8. 307f75d Add a C++ equivalent of Android's TimingLogger, and use it for the heap. by Elliott Hughes · 15 years ago
  9. caabb1b Implement Zygote_nativeForkSystemServer by Brian Carlstrom · 15 years ago
  10. c33a32b Sweep the monitor list. by Elliott Hughes · 15 years ago
  11. 9ca7a1f Add -Xzygote to suppress starting the signal catcher thread. by Elliott Hughes · 15 years ago
  12. aded5f7 Working ClassLoader by Brian Carlstrom · 15 years ago
  13. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 15 years ago
  14. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 15 years ago
  15. ad25ac5 Static and direct resolution stub. by Ian Rogers · 15 years ago
  16. 34f426c Make class roots an image root by Brian Carlstrom · 15 years ago
  17. 58ae941 Simplify command line arguments by Brian Carlstrom · 15 years ago
  18. e24fa61 Separate oat from image by Brian Carlstrom · 15 years ago
  19. 0a5b14d Add -verbose:startup by Brian Carlstrom · 15 years ago
  20. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 15 years ago
  21. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 15 years ago
  22. 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 15 years ago
  23. 038a806 Thread.join, GC daemons, suspend daemons on shutdown, and wait for non-daemon threads to exit. by Elliott Hughes · 15 years ago
  24. f867b6f Filling in some Class, Method, and Field native code needed during startup and I/O by Brian Carlstrom · 15 years ago
  25. 85d1545 Add packing to class Thread. by Elliott Hughes · 15 years ago
  26. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 15 years ago
  27. 7ede61e Implement VMRuntime. by Elliott Hughes · 15 years ago
  28. 8daa092 More threads work. by Elliott Hughes · 15 years ago
  29. be759c6 Add a heap HWM to the Thread*, for compiled code. by Elliott Hughes · 15 years ago
  30. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 15 years ago
  31. dcc2474 A little bit more of the threads implementation. by Elliott Hughes · 15 years ago
  32. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 15 years ago
  33. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 15 years ago
  34. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 15 years ago
  35. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 15 years ago
  36. 410c0c8 Mark more roots. by Elliott Hughes · 15 years ago
  37. cf4c6c4 Fully implement string interning. by Elliott Hughes · 15 years ago
  38. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 15 years ago
  39. ad7c2a3 Add infrastructure for registering built-in native methods. by Elliott Hughes · 15 years ago
  40. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 15 years ago
  41. 90a3369 Switch to UniquePtr. by Elliott Hughes · 15 years ago
  42. e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 15 years ago
  43. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 15 years ago
  44. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 15 years ago
  45. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 15 years ago
  46. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 15 years ago
  47. 44753c3 Add unordered_set by Brian Carlstrom · 15 years ago
  48. b765be0 Alloc stack using MemMap and -Xss by Brian Carlstrom · 15 years ago
  49. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 15 years ago
  50. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 15 years ago
  51. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 15 years ago
  52. 6ea095a Parse required options by Brian Carlstrom · 15 years ago
  53. 8a43659 Work on option parsing as prelude to image loading by Brian Carlstrom · 15 years ago
  54. f2682d5 Fix the invocation interface. by Elliott Hughes · 15 years ago
  55. 40ef99e Start implementing JNI. by Elliott Hughes · 15 years ago
  56. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 15 years ago
  57. fc322c7 Initialize the bootstrap class path from standard sources. by Carl Shapiro · 15 years ago
  58. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 15 years ago
  59. 7a90959 Make the RuntimeTest use Runtime instances instead of its constituents. by Carl Shapiro · 15 years ago
  60. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 15 years ago
  61. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 15 years ago
  62. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 15 years ago
  63. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 15 years ago
  64. ffe6736 Implement Runtime::Abort and switch LOG(FATAL) over to it. by Elliott Hughes · 15 years ago
  65. 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 15 years ago
  66. b557353 Add more functionality to the thread and mutex implementation. by Carl Shapiro · 15 years ago
  67. 1fb8620 Add class loading infrastructure. by Carl Shapiro · 15 years ago