1. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  2. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  3. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 9 years ago
  4. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 9 years ago
  5. 0042c6d Move annotations to native. by Jeff Hao · 9 years ago
  6. 3152c82 Bugfix: Java char is 16 bits, can not be treated as boolean. by Fredrik Roubert · 9 years ago
  7. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  8. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  9. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  10. ca239af Fix some reflection errors by Mathieu Chartier · 9 years ago
  11. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  12. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  13. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  14. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  15. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  16. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  17. c0d8229 ART: Better IllegalAccessException message by Andreas Gampe · 10 years ago
  18. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  19. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  20. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  21. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  22. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  23. cb4581a Some fixes for comments and implied conversions. by Jeff Hao · 10 years ago
  24. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 10 years ago
  25. 549cc8b Remove bogus DCHECK. by Ian Rogers · 10 years ago
  26. 84956ff Reflection tidying. by Ian Rogers · 10 years ago
  27. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  28. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  29. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 10 years ago
  30. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  31. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  32. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  33. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  34. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  35. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/native/java_lang_reflect_Field.cc]
  36. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  37. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  38. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  39. af6e67a Further proxy refactorings. by Ian Rogers · 12 years ago
  40. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  41. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  42. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  43. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  44. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  45. aaa5edc Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 12 years ago
  46. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 12 years ago[Renamed from src/java_lang_reflect_Field.cc]
  47. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 12 years ago
  48. 1d878f3 Add a default constructor to JValue. by Elliott Hughes · 12 years ago
  49. d8a68a6 Ensure byte and short values are sign extended before boxing. by Ian Rogers · 12 years ago
  50. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  51. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 12 years ago
  52. 923e8b8 Expand test 046 and move reflective class initialization later. by Elliott Hughes · 12 years ago
  53. 1521693 Ensure that classes we're using for reflection are initialized. by Elliott Hughes · 12 years ago
  54. dbac309 Ensure that BoxPrimitive only sees clean data... by Elliott Hughes · 12 years ago
  55. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 12 years ago
  56. b600b3f Fix/improve exception detail messages for unboxing. by Elliott Hughes · 12 years ago
  57. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  58. c129a6b Make methods and fields accessible by default in art. by Jesse Wilson · 13 years ago
  59. 9a6bae8 Don't run managed code until the runtime has started. by Jesse Wilson · 13 years ago
  60. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 13 years ago
  61. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  62. 582a7d1 Fix a handful of reflection bugs. by Elliott Hughes · 13 years ago
  63. ed1c1e3 Fix field access. by Elliott Hughes · 13 years ago
  64. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  65. fe6207f Add one last memory barrier. by Elliott Hughes · 13 years ago
  66. 418d20f Implement reflective method invocation. by Elliott Hughes · 13 years ago
  67. 0c64f5e Move annotations to managed code. by Jesse Wilson · 13 years ago
  68. fea966e Use regular JNI for initializing the boxing types. by Elliott Hughes · 13 years ago
  69. 33203b5 Field reflection. by Elliott Hughes · 13 years ago
  70. f867b6f Filling in some Class, Method, and Field native code needed during startup and I/O by Brian Carlstrom · 13 years ago