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