1. 549cc8b Remove bogus DCHECK. by Ian Rogers · 11 years ago
  2. 84956ff Reflection tidying. by Ian Rogers · 11 years ago
  3. 62f0512 Improvements to Field.get/set. by Ian Rogers · 11 years ago
  4. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  5. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  6. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  7. b122a4b Tidy up memory barriers. by Ian Rogers · 12 years ago
  8. c528dba Enable moving classes. by Mathieu Chartier · 12 years ago
  9. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  10. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  11. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/native/java_lang_reflect_Field.cc]
  12. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  13. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  14. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  15. af6e67a Further proxy refactorings. by Ian Rogers · 13 years ago
  16. 2fa6b2e Interpreter. by Ian Rogers · 13 years ago
  17. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  18. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  19. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  20. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  21. aaa5edc Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 13 years ago
  22. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/java_lang_reflect_Field.cc]
  23. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 13 years ago
  24. 1d878f3 Add a default constructor to JValue. by Elliott Hughes · 13 years ago
  25. d8a68a6 Ensure byte and short values are sign extended before boxing. by Ian Rogers · 13 years ago
  26. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  27. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 13 years ago
  28. 923e8b8 Expand test 046 and move reflective class initialization later. by Elliott Hughes · 13 years ago
  29. 1521693 Ensure that classes we're using for reflection are initialized. by Elliott Hughes · 13 years ago
  30. dbac309 Ensure that BoxPrimitive only sees clean data... by Elliott Hughes · 13 years ago
  31. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  32. b600b3f Fix/improve exception detail messages for unboxing. by Elliott Hughes · 13 years ago
  33. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 14 years ago
  34. c129a6b Make methods and fields accessible by default in art. by Jesse Wilson · 14 years ago
  35. 9a6bae8 Don't run managed code until the runtime has started. by Jesse Wilson · 14 years ago
  36. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 14 years ago
  37. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 14 years ago
  38. 582a7d1 Fix a handful of reflection bugs. by Elliott Hughes · 14 years ago
  39. ed1c1e3 Fix field access. by Elliott Hughes · 14 years ago
  40. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 14 years ago
  41. fe6207f Add one last memory barrier. by Elliott Hughes · 14 years ago
  42. 418d20f Implement reflective method invocation. by Elliott Hughes · 14 years ago
  43. 0c64f5e Move annotations to managed code. by Jesse Wilson · 14 years ago
  44. fea966e Use regular JNI for initializing the boxing types. by Elliott Hughes · 14 years ago
  45. 33203b5 Field reflection. by Elliott Hughes · 14 years ago
  46. f867b6f Filling in some Class, Method, and Field native code needed during startup and I/O by Brian Carlstrom · 14 years ago