1. 1d878f3 Add a default constructor to JValue. by Elliott Hughes · 12 years ago
  2. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  3. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 12 years ago
  4. dbac309 Ensure that BoxPrimitive only sees clean data... by Elliott Hughes · 12 years ago
  5. 5efa670 Don't trust all the bits in a JValue when boxing. by Elliott Hughes · 12 years ago
  6. 907a0db Fix boxing; my invoke stub changes broke this. by Elliott Hughes · 12 years ago
  7. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  8. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 12 years ago
  9. b600b3f Fix/improve exception detail messages for unboxing. by Elliott Hughes · 12 years ago
  10. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  11. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  12. c129a6b Make methods and fields accessible by default in art. by Jesse Wilson · 13 years ago
  13. 9a6bae8 Don't run managed code until the runtime has started. by Jesse Wilson · 13 years ago
  14. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  15. 466bb25 Proxy implementation by Ian Rogers · 13 years ago
  16. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  17. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago
  18. 418d20f Implement reflective method invocation. by Elliott Hughes · 13 years ago