1. bf5d818 ART: skip compilation of huge methods. by buzbee · 10 years ago
  2. 177586f Merge "Avoid crash in StringReference.Value JDWP command" into lmp-dev by Sebastien Hertz · 10 years ago
  3. a4d1aea Merge "ART: Avoid recursive abort on thread dump" into lmp-dev by Andreas Gampe · 10 years ago
  4. 035592c ART: Sync oat file to disk before patching by Andreas Gampe · 10 years ago
  5. 2f9e215 ART: Avoid recursive abort on thread dump by Andreas Gampe · 10 years ago
  6. d0a24b7 Merge "Avoid suspending for alloc trace enabling when already suspended." into lmp-dev by Jeff Hao · 10 years ago
  7. 1d6ee09 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 11 years ago
  8. 3dc14e7 Merge "ART: Check for exceptions from unresolved classes" into lmp-dev by Andreas Gampe · 10 years ago
  9. ba354a9 ART: Check for exceptions from unresolved classes by Andreas Gampe · 10 years ago
  10. 501cf95 Merge "Avoid printing absolute addresses in oatdump" into lmp-dev by Brian Carlstrom · 10 years ago
  11. 34fa79e Avoid printing absolute addresses in oatdump by Brian Carlstrom · 11 years ago
  12. a597c01 Merge "ART: Do not unlink unreadable ELF files" into lmp-dev by Andreas Gampe · 11 years ago
  13. 00503da ART: Do not unlink unreadable ELF files by Andreas Gampe · 11 years ago
  14. 605f5ac Merge "Only log an error if an unattached thread is unregistered." into lmp-dev by Ian Rogers · 11 years ago
  15. e2bcf57 Only log an error if an unattached thread is unregistered. by Ian Rogers · 11 years ago
  16. 29259fa Avoid crash in StringReference.Value JDWP command by Sebastien Hertz · 11 years ago
  17. 3256166 Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 11 years ago
  18. afa6b8e ART: Make elf loading not abort by Andreas Gampe · 11 years ago
  19. eee3e70 Merge "Fix stale root error in verifier" into lmp-dev by Mathieu Chartier · 11 years ago
  20. 6167864 Fix stale root error in verifier by Mathieu Chartier · 11 years ago
  21. 508e0a8 Merge "ART: Allow quickening in the boot image" into lmp-dev by Andreas Gampe · 11 years ago
  22. 35439ba ART: Allow quickening in the boot image by Andreas Gampe · 11 years ago
  23. 332e188 Merge "ART: Change access flag behavior in verifier" into lmp-dev by Andreas Gampe · 11 years ago
  24. 9a3c262 Merge "Quick compiler (arm64) Fix inline Math.round()" into lmp-dev by buzbee · 11 years ago
  25. ca48ef5 Merge "Fix and re-enable FreeList large object space for 64 bit" into lmp-dev by Mathieu Chartier · 11 years ago
  26. 98216e5 Quick compiler (arm64) Fix inline Math.round() by buzbee · 11 years ago
  27. 7fc8f90 ART: Change access flag behavior in verifier by Andreas Gampe · 11 years ago
  28. 28e55dd Merge "Fix host 64-bit ISA string" into lmp-dev by Andreas Gampe · 11 years ago
  29. 66e222a Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 11 years ago
  30. 0f79299 Merge "Add fast path to VMClassLoader.findLoadedClass" into lmp-dev by Mathieu Chartier · 11 years ago
  31. 6b9f31a Merge "Delete pin table" into lmp-dev by Mathieu Chartier · 11 years ago
  32. 776ee72 Merge "Print the command line and ABI in stack dumps like debuggerd." into lmp-dev by Brian Carlstrom · 11 years ago
  33. 09865b8 Print the command line and ABI in stack dumps like debuggerd. by Jeff Brown · 11 years ago
  34. 53f7ac1 Merge "Revert "Print the command line and ABI in stack dumps like debuggerd."" into lmp-dev by Jeff Brown · 11 years ago
  35. c022130 Revert "Print the command line and ABI in stack dumps like debuggerd." by Jeff Brown · 11 years ago
  36. d1ae500 Merge "Print the command line and ABI in stack dumps like debuggerd." into lmp-dev by Jeff Brown · 11 years ago
  37. 194116c Add fast path to VMClassLoader.findLoadedClass by Mathieu Chartier · 11 years ago
  38. 38ac77b Print the command line and ABI in stack dumps like debuggerd. by Jeff Brown · 11 years ago
  39. a967c62 Delete pin table by Mathieu Chartier · 11 years ago
  40. 3892cf8 ART: Fix preverified setting in VerifyClass by Andreas Gampe · 11 years ago
  41. 0a40828 Merge "Improve dex location canonicalization-related performance." into lmp-dev by Vladimir Marko · 11 years ago
  42. 11db17c Merge "Fix GetDexCanonicalLocation test for relative paths." into lmp-dev by Vladimir Marko · 11 years ago
  43. 96cd671 Fix crash when connected to DDMS by Sebastien Hertz · 11 years ago
  44. 5f0438a Merge "Fix deadlock in VirtualMachine.AllThreads" into lmp-dev by Sebastien Hertz · 11 years ago
  45. 94aa248 Merge "Don't hold any lock when visiting classes from JDWP" into lmp-dev by Sebastien Hertz · 11 years ago
  46. 59d0e8a Merge "Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further stack overflow" into lmp-dev by Brian Carlstrom · 11 years ago
  47. bfc2b98 Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further stack overflow by Brian Carlstrom · 11 years ago
  48. df1532b ART: Correctly make methods preverified by Andreas Gampe · 11 years ago
  49. be4e643 Improve dex location canonicalization-related performance. by Vladimir Marko · 11 years ago
  50. a06fff2 Fix GetDexCanonicalLocation test for relative paths. by Calin Juravle · 11 years ago
  51. 827645f Merge "Ensure class is linked before resolution" into lmp-dev by Brian Carlstrom · 11 years ago
  52. 72da763 Ensure class is linked before resolution by Sebastien Hertz · 11 years ago
  53. 44332cc Merge "Add proper cfi directives." into lmp-dev by Christopher Ferris · 11 years ago
  54. 5875a48 Merge "VisitClassesWithoutClassesLock isn't safe if classes move." into lmp-dev by Ian Rogers · 11 years ago
  55. 7fae7c4 Add proper cfi directives. by Christopher Ferris · 11 years ago
  56. 0bff4f3 Increase dex2oat timeouts for debug builds by Mathieu Chartier · 11 years ago
  57. 4e67841 Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 11 years ago
  58. f8aed38 Merge "Change 099-vmdebug test to use File.createTempFile." into lmp-dev by Jeff Hao · 11 years ago
  59. 1ae33d6 Change 099-vmdebug test to use File.createTempFile. by Jeff Hao · 11 years ago
  60. 3298611 Merge "Temporarily disable LOS on 64 bit" into lmp-dev by Mathieu Chartier · 11 years ago
  61. d357764 Fix deadlock in VirtualMachine.AllThreads by Sebastien Hertz · 11 years ago
  62. 1b2140c ART: Better error reporting on broken oat file by Andreas Gampe · 11 years ago
  63. 6b8f868 Merge "Workaround Darwin ContainedWithinExistingMap issue" into lmp-dev by Brian Carlstrom · 11 years ago
  64. 29acd2f Workaround Darwin ContainedWithinExistingMap issue by Brian Carlstrom · 11 years ago
  65. 77c318d Merge "Fix monitor visit for class initializer" into lmp-dev by Sebastien Hertz · 11 years ago
  66. 5300d47 Merge "ART: Fix unchecked register index validity" into lmp-dev by Andreas Gampe · 11 years ago
  67. 8a4064e Fix darwin run-test problems by Brian Carlstrom · 11 years ago
  68. eb10cfe Temporarily disable LOS on 64 bit by Mathieu Chartier · 11 years ago
  69. 1e25d93 Merge "Add fast path for FindClass using the type dex file." into lmp-dev by Mathieu Chartier · 11 years ago
  70. 8a39e7f Add fast path for FindClass using the type dex file. by Mathieu Chartier · 11 years ago
  71. dd66899 Merge "ART: Change ART for new native bridge sequence" into lmp-dev by Andreas Gampe · 11 years ago
  72. c0e1fa7 Merge "Add test for hashCode and System.identityHashCode." into lmp-dev by Mathieu Chartier · 11 years ago
  73. b087849 Disable tracing if enabled by default for new tracing test. by Jeff Hao · 11 years ago
  74. afb7de6 Merge "Change when sampling thread is reset during shutdown to prevent races." into lmp-dev by Jeff Hao · 11 years ago
  75. f8bdd4e Change when sampling thread is reset during shutdown to prevent races. by Jeff Hao · 11 years ago
  76. d5b1136 Add test for hashCode and System.identityHashCode. by Mathieu Chartier · 11 years ago
  77. f81bfa3 Ignore heap trim requests if we are the zygote by Mathieu Chartier · 11 years ago
  78. 4d3981c Revert "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 11 years ago
  79. 74ae47a ART: Fix unchecked register index validity by Andreas Gampe · 11 years ago
  80. 13e3c6d ART: Change ART for new native bridge sequence by Andreas Gampe · 11 years ago
  81. ca0c8d3 VisitClassesWithoutClassesLock isn't safe if classes move. by Ian Rogers · 11 years ago
  82. 6d06f1b Fix monitor visit for class initializer by Sebastien Hertz · 11 years ago
  83. 2c63eee Merge "Fix numerous issues with DdmVmInternal allocation tracking" into lmp-dev by Brian Carlstrom · 11 years ago
  84. f4cb036 Fix numerous issues with DdmVmInternal allocation tracking by Brian Carlstrom · 11 years ago
  85. b100ff4 Merge "Avoid recomputing the dex checksum during class loading" into lmp-dev by Calin Juravle · 11 years ago
  86. ca34593 Avoid recomputing the dex checksum during class loading by Calin Juravle · 11 years ago
  87. cb7c0e9 Ensure alternate signal stack is minimum size. by Ian Rogers · 11 years ago
  88. bbcd0a7 Merge "Fix heap trimmer daemon sleeping." into lmp-dev by Mathieu Chartier · 11 years ago
  89. 698b446 Fix heap trimmer daemon sleeping. by Mathieu Chartier · 11 years ago
  90. 57f2bbd ART: Fix x86_64 GenSelect case when destination is Ref by Jean Christophe Beyler · 11 years ago
  91. 607dcd8 Merge "ART: Fix computation of frame size for direct proxy methods" into lmp-dev by Ian Rogers · 11 years ago
  92. 481458d ART: Fix computation of frame size for direct proxy methods by Serguei Katkov · 11 years ago
  93. e1a8662 Merge "Fix native allocation watermark clamping." into lmp-dev by Mathieu Chartier · 11 years ago
  94. 4c7fc59 Fix native allocation watermark clamping. by Mathieu Chartier · 11 years ago
  95. c497825 Merge "Add exception check to AllocateInternalWithGc" into lmp-dev by Mathieu Chartier · 11 years ago
  96. 6b28a45 Fix stack overflow and duplicate methods while tracing. by Jeff Hao · 11 years ago
  97. 98d43cb Add exception check to AllocateInternalWithGc by Mathieu Chartier · 11 years ago
  98. ff4cfe0 Fix SetupResourceMasks to pass correct parameters by Junmo Park · 11 years ago
  99. f72fd02 Merge "Quick compiler: disable GVN DO NOT MERGE" into lmp-dev by buzbee · 11 years ago
  100. 95795e2 Don't hold any lock when visiting classes from JDWP by Sebastien Hertz · 11 years ago