1. bfd260c Add -Wl,--no-fatal-warnings to x86 build by Nick Kralevich · 11 years ago
  2. 0847da5 Fix Class.getDeclaringClass bug by Brian Carlstrom · 11 years ago
  3. ffb2824 Include <sys/resource.h> in dalvik_system_Zygote.cpp by Adam Tkac · 11 years ago
  4. 89ee8af Support apps that pass JNI_VERSION_1_1 to GetEnv. by Elliott Hughes · 11 years ago
  5. 497e9ff Change IsMethodTracingActive to GetMethodTracingMode. by Jeff Hao · 11 years ago
  6. f6534cf Merge "Add -Wno-unused-but-set-variable to the Dalvik project." by Ben Cheng · 11 years ago
  7. 840e179 Add -Wno-unused-but-set-variable to the Dalvik project. by Ben Cheng · 11 years ago
  8. 03c43cd Add dalvik support for sample profiling from traceview gui. by Jeff Hao · 11 years ago
  9. 34d4c04 Add support for sample profiling in traceview. by Jeff Hao · 11 years ago
  10. 78152c1 libdvm should block SIGPIPE like the RI does. by Elliott Hughes · 11 years ago
  11. 6b66719 Merge "[MIPS] Fix a problem with the FPU double alignment workaround." by Elliott Hughes · 11 years ago
  12. 7e4be82 Tracking DexFile rename of defineClass to defineClassNative by Brian Carlstrom · 12 years ago
  13. 166f7ba [MIPS] Fix a problem with the FPU double alignment workaround. by Douglas Leung · 12 years ago
  14. 46963df If CheckJNI is enabled don't allow app workarounds by Ian Rogers · 12 years ago
  15. 7c0de5f Revert "Remove some of the x86 libdvm.so text relocations." by Elliott Hughes · 12 years ago
  16. 469e580 Remove some of the x86 libdvm.so text relocations. by Elliott Hughes · 12 years ago
  17. 730ba5c Merge "Fix the protection of code cache for x86 JIT" by Elliott Hughes · 12 years ago
  18. 74a6221 Fix the protection of code cache for x86 JIT by Jun Tian · 12 years ago
  19. 38c8baa Fix broken card table asserts. by Mathieu Chartier · 12 years ago
  20. cec783d Merge "More consistent JNI error reporting." by Elliott Hughes · 12 years ago
  21. e93221a More consistent JNI error reporting. by Elliott Hughes · 12 years ago
  22. d183974 Not all shared libraries have a JNI_OnLoad. by Elliott Hughes · 12 years ago
  23. d04ecb0 Returning JNI_ERR from JNI_OnLoad is still an error! by Elliott Hughes · 12 years ago
  24. ff7ff11 Check JNI versions handed to JNI and JII functions. by Elliott Hughes · 12 years ago
  25. ae77d6b Merge "Remove dependency on frameworks/native" by Brian Carlstrom · 12 years ago
  26. d17c12a Remove dependency on frameworks/native by Brian Carlstrom · 12 years ago
  27. 227ee1e Throw NoSuchMethodError if RegisterNatives fails. by Elliott Hughes · 12 years ago
  28. 115b55b Fix Class.getDex. by Elliott Hughes · 12 years ago
  29. 73a0943 Merge "Minor code cleanup to address warnings found by Clang." by Ben Cheng · 12 years ago
  30. 68e74fd Minor code cleanup to address warnings found by Clang. by Ben Cheng · 12 years ago
  31. 168be0f Implement the dalvik side of libcore.reflect. by Elliott Hughes · 12 years ago
  32. beeeb78 am 05fa5fd5: Merge "Simplify merges of the annotation code." by Elliott Hughes · 12 years ago
  33. ee817c7 Simplify merges of the annotation code. by Elliott Hughes · 12 years ago
  34. 6986ad0 am bc03380a: Merge "Remove an assertion that JDWP packets are small." by Elliott Hughes · 12 years ago
  35. 75978b1 Remove an assertion that JDWP packets are small. by Elliott Hughes · 12 years ago
  36. 57914ad am 93c3b11e: Merge "Increase the default alloc tracker maximum." by Elliott Hughes · 12 years ago
  37. 1778d17 Increase the default alloc tracker maximum. by Elliott Hughes · 12 years ago
  38. 2115c7e am f8fe8731: Merge "Disable -Xjnigreflimit." by Elliott Hughes · 12 years ago
  39. 0238160 Disable -Xjnigreflimit. by Elliott Hughes · 12 years ago
  40. 28702c5 am ae2fb913: Merge "JIT: Use rsb and shift in easy multiply." by Elliott Hughes · 12 years ago
  41. ae2fb91 Merge "JIT: Use rsb and shift in easy multiply." by Elliott Hughes · 12 years ago
  42. 6fb2ea5 am 2f0ce6ab: Merge "Fix inner class access flags and array modifiers." by Elliott Hughes · 12 years ago
  43. c7f2d5e Fix inner class access flags and array modifiers. by Elliott Hughes · 12 years ago
  44. 20111d6 JIT: Use rsb and shift in easy multiply. by Anders O Nilsson · 12 years ago
  45. 1513910 am 6529809b: Merge "JIT: Allow use of cbz/cbnz for conditional branch gen." by Elliott Hughes · 12 years ago
  46. 6529809 Merge "JIT: Allow use of cbz/cbnz for conditional branch gen." by Elliott Hughes · 12 years ago
  47. 70605c7 am a163f4a9: Merge "Now that abort(3) is fixed, dvmAbort can be simplified." by Elliott Hughes · 12 years ago
  48. 0e25ea3 Now that abort(3) is fixed, dvmAbort can be simplified. by Elliott Hughes · 12 years ago
  49. 520f6ab am 6531a977: Merge "Lose System.currentTimeMillis, nanoTime, and mapLibraryName to the library." by Brian Carlstrom · 12 years ago
  50. 3d7167b Lose System.currentTimeMillis, nanoTime, and mapLibraryName to the library. by Elliott Hughes · 13 years ago
  51. e421d11 am 007c01f8: Merge "Fix a minor leak in dvmCreateInlineSubsTable" by Elliott Hughes · 12 years ago
  52. 007c01f Merge "Fix a minor leak in dvmCreateInlineSubsTable" by Elliott Hughes · 12 years ago
  53. 619965a am 1da7fec6: Merge "Fix minor leaks caused by failed initialization in JNI_CreateJavaVM" by Elliott Hughes · 12 years ago
  54. 1da7fec Merge "Fix minor leaks caused by failed initialization in JNI_CreateJavaVM" by Elliott Hughes · 12 years ago
  55. 784f34d am f6944312: Merge "Fix a minor bug in dvmCreateInterpThread" by Elliott Hughes · 12 years ago
  56. f694431 Merge "Fix a minor bug in dvmCreateInterpThread" by Elliott Hughes · 12 years ago
  57. de24137 am 91027c67: Merge "Remove unused compiler templates for armv7-a*" by Elliott Hughes · 12 years ago
  58. 91027c6 Merge "Remove unused compiler templates for armv7-a*" by Elliott Hughes · 12 years ago
  59. b91f922 am f3079bda: Merge "Rename unreasonable function name dmvCompilerTemplateEnd" by Elliott Hughes · 12 years ago
  60. d585bed Rename unreasonable function name dmvCompilerTemplateEnd by Yanchuan Nian · 12 years ago
  61. 4a9a141 Remove unused compiler templates for armv7-a* by You Kim · 12 years ago
  62. f54b223 am 9275963e: Merge "Move verification of class access flags to libdex" by Elliott Hughes · 12 years ago
  63. 9275963 Merge "Move verification of class access flags to libdex" by Elliott Hughes · 12 years ago
  64. de33df5 am 130eebad: Merge "Adapt dalvik to new libnativehelper" by Brian Carlstrom · 12 years ago
  65. 0dae576 Adapt dalvik to new libnativehelper by Brian Carlstrom · 12 years ago
  66. c2e9a5b Move verification of class access flags to libdex by Ben Gruver · 12 years ago
  67. 79d08ba am fd6ac490: Merge "Reject dex files that attempt to use unspecified class access flags" by Elliott Hughes · 12 years ago
  68. fd6ac49 Merge "Reject dex files that attempt to use unspecified class access flags" by Elliott Hughes · 12 years ago
  69. cc1f56d am 858dfecf: Merge "Add systrace tracing for GC and thread suspension." into jb-mr2-dev by Jamie Gennis · 12 years ago
  70. 858dfec Merge "Add systrace tracing for GC and thread suspension." into jb-mr2-dev by Jamie Gennis · 12 years ago
  71. 826faa0 Add systrace tracing for GC and thread suspension. by Jamie Gennis · 12 years ago
  72. 8c1b55c am 3b5c07d6: Merge "vm: vmruntime: remove obsolete dependency on array.h" by Dima Zavin · 12 years ago
  73. a745b03 vm: vmruntime: remove obsolete dependency on array.h by Dima Zavin · 12 years ago
  74. ca3f0f5 Reject dex files that attempt to use unspecified class access flags by Ben Gruver · 12 years ago
  75. 76f3921 am 1f7ec2be: Merge "Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDES" by Brian Carlstrom · 12 years ago
  76. 1f7ec2b Merge "Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDES" by Brian Carlstrom · 12 years ago
  77. 62018a6 Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDES by Brian Carlstrom · 12 years ago
  78. aac1a7b Revert "Revert "Tiny optimization for complier templates for arm."" by Elliott Hughes · 12 years ago
  79. 0b512ff am 0d5f6f6e: Merge "Fix some leaks in VfyBasicBlock & BitVector." by Elliott Hughes · 12 years ago
  80. 0d5f6f6 Merge "Fix some leaks in VfyBasicBlock & BitVector." by Elliott Hughes · 12 years ago
  81. 2b0ead4 Fix some leaks in VfyBasicBlock & BitVector. by You Kim · 12 years ago
  82. f85b49f Fix JIT initialization race by buzbee · 12 years ago
  83. 7740855 am 11cadca4: Merge "Tracking changes to *-host for host shared libraries" by Brian Carlstrom · 12 years ago
  84. e5475cd Tracking changes to *-host for host shared libraries by Brian Carlstrom · 12 years ago
  85. e4dc5e3 am 6e3adcc6: Merge "Fix JIT initialization race" by Elliott Hughes · 12 years ago
  86. bc3736f Fix JIT initialization race by buzbee · 12 years ago
  87. 8f6082b am 15554a2f: Merge "Update dalvik host script for new conscrypt and okhttp classpath entries" by Brian Carlstrom · 12 years ago
  88. 49e49a9 Update dalvik host script for new conscrypt and okhttp classpath entries by Brian Carlstrom · 12 years ago
  89. 4888a4b Fix JIT bug related to immediate doubles by buzbee · 12 years ago
  90. 514eabb Remove spammy logging from 8470684 investigation. by Elliott Hughes · 12 years ago
  91. 121c1bd am e5edfce1: Merge "Remove spammy logging from 8470684 investigation." by Elliott Hughes · 12 years ago
  92. 3a9dbd3 Remove spammy logging from 8470684 investigation. by Elliott Hughes · 12 years ago
  93. 0e9ec8a JIT: Allow use of cbz/cbnz for conditional branch gen. by Anders O Nilsson · 12 years ago
  94. 739bb12 Work around a dalvik JDWP/GC deadlock. by Elliott Hughes · 12 years ago
  95. 1e52d8b am 00c9c9a7: Merge "Work around a dalvik JDWP/GC deadlock." by Elliott Hughes · 12 years ago
  96. b680ae3 Work around a dalvik JDWP/GC deadlock. by Elliott Hughes · 12 years ago
  97. 9442265 More native stack dump hardening. by Elliott Hughes · 12 years ago
  98. 2a4a595 am 42aa0b6c: Merge "More native stack dump hardening." by Elliott Hughes · 12 years ago
  99. 4637159 More native stack dump hardening. by Elliott Hughes · 12 years ago
  100. b00f965 am 8d02ea42: Merge "Harden the native stack dumping decision." by Elliott Hughes · 12 years ago