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