1. fffbee4 Report types loaded during init to the native debugger by Tamas Berghammer · 9 years ago
  2. 697cc25 Merge "Report loaded classes to native debugger." by David Srbecky · 9 years ago
  3. 160e6df Report loaded classes to native debugger. by Tamas Berghammer · 9 years ago
  4. b8bb9f6 Merge "ART: Change merge(uninitialized, null) to produce conflict" by David Brazdil · 9 years ago
  5. 87a5575 ART: Change merge(uninitialized, null) to produce conflict by David Brazdil · 9 years ago
  6. 1bf99d8 Merge "Also print to error stream." by Nicolas Geoffray · 9 years ago
  7. 91c9116 Add value parameterized test support for runtime tests by Mathieu Chartier · 9 years ago
  8. 40cfbff Merge "Revert "Disable mterp for the read barrier config."" by Hiroshi Yamauchi · 9 years ago
  9. 745f3cd MIPS64: Fix stub_test in a proper way by Goran Jakovljevic · 9 years ago
  10. 68c56ae Merge "ART: Mterp - remove redundant null check" by Bill Buzbee · 9 years ago
  11. bb6e726 ART: Mterp - remove redundant null check by buzbee · 9 years ago
  12. 966878d Revert "Create parent class loader for dex2oat" by Mathieu Chartier · 9 years ago
  13. 3fdb3fe Don't allow thread suspension in ProfilingInfo::Create by Mathieu Chartier · 9 years ago
  14. 9612a70 Revert "Disable mterp for the read barrier config." by Hiroshi Yamauchi · 9 years ago
  15. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 9 years ago
  16. c3fec4c Fix braino in parameters passed. by Nicolas Geoffray · 9 years ago
  17. a83c675 Fix lint error. by Nicolas Geoffray · 9 years ago
  18. da88e57 Merge "Don't encode a DexRegisterMap if there is no live register." by Nicolas Geoffray · 9 years ago
  19. 2675173 Merge "Support --perf with jitted code." by Nicolas Geoffray · 9 years ago
  20. f5b84ee Merge "Rosalloc fast path in assembly for MIPS32" by Hans Boehm · 9 years ago
  21. 76833da ART: Mterp read barrier fix + minor cleanup by buzbee · 9 years ago
  22. b8a20aa Merge "Report DWARF debug information for JITed code." by David Srbecky · 9 years ago
  23. 0e7fa6b Also print to error stream. by Nicolas Geoffray · 9 years ago
  24. a25dce9 Support --perf with jitted code. by Nicolas Geoffray · 9 years ago
  25. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 9 years ago
  26. dc2388f MIPS64: Fix stub_test by Goran Jakovljevic · 9 years ago
  27. 922698d Merge "Disable mterp for the read barrier config." by Hiroshi Yamauchi · 9 years ago
  28. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  29. afeb309 Correct value_type for some TrackingAllocators. by Dan Albert · 9 years ago
  30. 37fad75 Merge "Disable mterp if unstarted runtime" by Bill Buzbee · 9 years ago
  31. 64320f9 Disable mterp if unstarted runtime by buzbee · 9 years ago
  32. 987e44e Disable mterp for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  33. 62597d1 Add sleep in SuspendAllDaemonThreadsForShutdown by Mathieu Chartier · 9 years ago
  34. 1452bee Fast Art interpreter by buzbee · 10 years ago
  35. 4337c94 Merge "Remove ElfFile::GdbJITSupport" by David Srbecky · 9 years ago
  36. 0de47bb Merge "ART: Use libopenjdkd" by Andreas Gampe · 9 years ago
  37. 5d55d9a Remove ElfFile::GdbJITSupport by David Srbecky · 9 years ago
  38. 712c59d Rosalloc fast path in assembly for MIPS32 by Pavle Batuta · 9 years ago
  39. f871d46 Merge "Don't use std::abs on INT_MIN/LONG_MIN, it's undefined." by Nicolas Geoffray · 9 years ago
  40. ae6f23c Merge "Emit an error message when looking for String#offset." by Nicolas Geoffray · 9 years ago
  41. 68f6289 Don't use std::abs on INT_MIN/LONG_MIN, it's undefined. by Nicolas Geoffray · 9 years ago
  42. ba098ba Revert "Revert "Reduce sleep duration in SuspendAllDaemonThreads"" by Mathieu Chartier · 9 years ago
  43. 6652105 Merge "Improve handling of daemon threads after runtime shutdown" by Mathieu Chartier · 9 years ago
  44. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 9 years ago
  45. acd7a6a Fix general multi-image TODOs. by Jeff Hao · 9 years ago
  46. 10edbb1 ART: Use libopenjdkd by Andreas Gampe · 9 years ago
  47. 012fc4e Don't encode a DexRegisterMap if there is no live register. by Nicolas Geoffray · 9 years ago
  48. 1f47b67 Re-enable class table for image writer by Mathieu Chartier · 9 years ago
  49. b7332f1 Merge "Perform profile file analysis in dex2oat" by Calin Juravle · 9 years ago
  50. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 9 years ago
  51. 7ea4c09 Emit an error message when looking for String#offset. by Nicolas Geoffray · 9 years ago
  52. 7ede3dd Merge "Assume the profile file was created before saving." by Calin Juravle · 9 years ago
  53. bc34a7e Revert "Reduce sleep duration in SuspendAllDaemonThreads" by Nicolas Geoffray · 9 years ago
  54. adef5bd Reduce sleep duration in SuspendAllDaemonThreads by Mathieu Chartier · 9 years ago
  55. b94a890 Merge "Add systrace output to runtime shutdown" by Mathieu Chartier · 9 years ago
  56. fb6db4c Add systrace output to runtime shutdown by Mathieu Chartier · 9 years ago
  57. 205b762 Address some intern table comments by Mathieu Chartier · 9 years ago
  58. a06ba05 Remove gaps between images by Mathieu Chartier · 9 years ago
  59. 503a6fa Merge "Re-enable adding intern table to image" by Mathieu Chartier · 9 years ago
  60. ed1ae77 Merge "Get rid of shadow maps for images" by Mathieu Chartier · 9 years ago
  61. 2d124ec Get rid of shadow maps for images by Mathieu Chartier · 9 years ago
  62. ea0831f Re-enable adding intern table to image by Mathieu Chartier · 9 years ago
  63. 1c1a342 Fix multi-image TODOs in class linker, runtime, and oat file. by Jeff Hao · 9 years ago
  64. 68ead64 Merge "Remove unused reference to MALLOC_IMPL." by Josh Gao · 9 years ago
  65. c7d4a58 ART: Use non-stripped core jars in gtests by Andreas Gampe · 9 years ago
  66. 103992b ART: Move ThrowStackOverflowError to common_throws by Andreas Gampe · 9 years ago
  67. 068131c Remove unused reference to MALLOC_IMPL. by Josh Gao · 9 years ago
  68. 376a6f3 Merge changes I129fbc84,I9238ee0b by Andreas Gampe · 9 years ago
  69. 5e2b971 Assume the profile file was created before saving. by Calin Juravle · 9 years ago
  70. 8ea89b5 Merge "Revert "Temporary disable linker-namespaces"" by Dimitry Ivanov · 9 years ago
  71. 07f3564 Add a fence to ensure other threads see the correct data. by Nicolas Geoffray · 9 years ago
  72. ac9e66e Revert "Temporary disable linker-namespaces" by Dimitry Ivanov · 9 years ago
  73. 7929a48 ART: Fix JDWP GetClassLoader command by Andreas Gampe · 9 years ago
  74. 7a62fea Revert "ART: Fix JDWP GetClassLoader command" by Andreas Gampe · 9 years ago
  75. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 9 years ago
  76. 1e65a78 Merge "Revert "ART: Fix up some multi-image cases"" by Nicolas Geoffray · 9 years ago
  77. de38b79 Revert "ART: Fix up some multi-image cases" by Nicolas Geoffray · 9 years ago
  78. 93e8edd Fix bogus logging statement. by Narayan Kamath · 9 years ago
  79. 40144cc ART: Fix JDWP GetClassLoader command by Andreas Gampe · 9 years ago
  80. 288b1e9 ART: Fix up some multi-image cases by Andreas Gampe · 9 years ago
  81. 7f65b46 Merge "Save profile information in a separate thread." am: 58b2329de7 by Calin Juravle · 9 years ago
  82. 58b2329 Merge "Save profile information in a separate thread." by Calin Juravle · 9 years ago
  83. 4d77b6a Save profile information in a separate thread. by Calin Juravle · 9 years ago
  84. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  85. 6654841 Merge "Move JIT debugger interface code to its own file." am: 975dd72796 by David Srbecky · 9 years ago
  86. 975dd72 Merge "Move JIT debugger interface code to its own file." by David Srbecky · 9 years ago
  87. 18d2095 Override notice file for OpenJdk based modules. by Narayan Kamath · 9 years ago
  88. d5a3e2c Merge "Treat thread state kWaitingWeakGcRootRead as kJavaRunnable." am: 1201804d18 by Hiroshi Yamauchi · 9 years ago
  89. 5ae964f Merge "Fix multiple image space handing for SS collector" am: 10e2607281 by Mathieu Chartier · 9 years ago
  90. 512aad0 Merge "Fix lock ordering violation" am: adc183c711 am: b05ef624fe by Mathieu Chartier · 9 years ago
  91. 1201804 Merge "Treat thread state kWaitingWeakGcRootRead as kJavaRunnable." by Hiroshi Yamauchi · 9 years ago
  92. 10e2607 Merge "Fix multiple image space handing for SS collector" by Mathieu Chartier · 9 years ago
  93. adc183c Merge "Fix lock ordering violation" by Mathieu Chartier · 9 years ago
  94. aa944b9 Merge "Use shared namespaces for bundled apps" by Dimitry Ivanov · 9 years ago
  95. 2ddc6bf Treat thread state kWaitingWeakGcRootRead as kJavaRunnable. by Hiroshi Yamauchi · 9 years ago
  96. 2994605 Fix lock ordering violation by Mathieu Chartier · 9 years ago
  97. 95bbf62 Fix multiple image space handing for SS collector by Mathieu Chartier · 9 years ago
  98. 6b1a50b Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df am: 8a5e8d0118 by Mathieu Chartier · 9 years ago
  99. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  100. 28ee8db Update header for OpenjdkJvm.cc. by Narayan Kamath · 9 years ago