1. 11a796e Change NewDirectByteBuffer to allow NULL if capacity == 0. by Elliott Hughes · 12 years ago
  2. 96a9887 Improve JNI error checking to use JniAbort rather than CHECK. by Elliott Hughes · 12 years ago
  3. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  4. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  5. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  6. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  7. ef28b14 Remove some SOA from JNI internal. by Ian Rogers · 12 years ago
  8. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 12 years ago
  9. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  10. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  11. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  12. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  13. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  14. 84b2f14 Log if dlopen(3) fails. by Elliott Hughes · 12 years ago
  15. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  16. 25e8b91 JNI ScopedObjectAccess tweaks for micro benchmarks. by Ian Rogers · 12 years ago
  17. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  18. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  19. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  20. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  21. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  22. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  23. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  24. 3f6635a Improve JniAbort (and JNI tests). by Elliott Hughes · 12 years ago
  25. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  26. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  27. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 12 years ago
  28. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  29. 4d57143 DetachCurrentThread should return JNI_ERR on already detached thread by Brian Carlstrom · 12 years ago
  30. 73e66f7 Tidy up and finish reference table dumping. by Elliott Hughes · 12 years ago
  31. ae80b49 Include JNI details in the SIGQUIT output. by Elliott Hughes · 12 years ago
  32. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  33. 712462a Fix load library race. by Ian Rogers · 12 years ago
  34. 4cacde8 Turn upcall argument type checking on with CheckJNI. by Elliott Hughes · 12 years ago
  35. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 12 years ago
  36. 1d878f3 Add a default constructor to JValue. by Elliott Hughes · 12 years ago
  37. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  38. e62934d Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 12 years ago
  39. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 12 years ago
  40. 9c750f9 Ensure we don't AddLocalReference a bogus value when returning to native code from an upcall that threw. by Elliott Hughes · 12 years ago
  41. 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 12 years ago
  42. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 12 years ago
  43. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago
  44. ab7b9dc Actually track the JNI MonitorEnter/MonitorExit calls. by Elliott Hughes · 12 years ago
  45. 28f1a14 Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. by TDYa127 · 12 years ago
  46. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 12 years ago
  47. 81ff318 Nomenclature improvements. by Elliott Hughes · 12 years ago
  48. 5147733 Fix sdk_x86 build by Brian Carlstrom · 12 years ago
  49. e84278b Stop saying "clazz". by Elliott Hughes · 12 years ago
  50. dbac309 Ensure that BoxPrimitive only sees clean data... by Elliott Hughes · 12 years ago
  51. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  52. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 12 years ago
  53. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 12 years ago
  54. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 12 years ago
  55. 45619fc Allocate small arg arrays on the stack by Ian Rogers · 12 years ago
  56. a15e67d Remove pad word from arrays by Ian Rogers · 12 years ago
  57. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 12 years ago
  58. 60db5ab SIRT work around JNI support for legacy apps by Ian Rogers · 12 years ago
  59. f1a5adc Reduce StringPiece usage a bit. by Elliott Hughes · 12 years ago
  60. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  61. b9cc1ca Remove need for libarttest.so for gtests for tradefed by Brian Carlstrom · 12 years ago
  62. 844f9a0 You can't call initCause on a ClassNotFoundException. by Elliott Hughes · 13 years ago
  63. c2dc62d Wire up work_around_app_jni_bugs. by Elliott Hughes · 13 years ago
  64. 24782c6 Add a macro GCC_VERSION and use it to control code paths. by Shih-wei Liao · 13 years ago
  65. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 13 years ago
  66. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  67. 91250e0 Knock 0.5s off the Calculator startup time. by Elliott Hughes · 13 years ago
  68. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  69. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  70. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  71. 25e79a5 Be compatible with dalvikvm on calls to env->NewString(NULL, 0); by Jesse Wilson · 13 years ago
  72. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  73. 8218847 Implement thread name change notification for DDMS. by Elliott Hughes · 13 years ago
  74. cac6cc7 More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive aborts, and reporting debug/optimized builds. by Elliott Hughes · 13 years ago
  75. 5d4bdc2 Various runtime/JNI related fixes. by Ian Rogers · 13 years ago
  76. 00fae58 Improved ClassLoader support for JNI FindClass, FieldFieldID, JNI_OnLoad by Brian Carlstrom · 13 years ago
  77. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  78. 4ffd313 Implement the zygote debug options (late-enabling -Xcheck:jni and so on). by Elliott Hughes · 13 years ago
  79. bb1e8f0 Implement -Xjnigreflimit. by Elliott Hughes · 13 years ago
  80. 2ced6a5 Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame. by Elliott Hughes · 13 years ago
  81. fad7143 Assorted fixes by Brian Carlstrom · 13 years ago
  82. 466bb25 Proxy implementation by Ian Rogers · 13 years ago
  83. 3064683 Fix the double-OOME case again. by Elliott Hughes · 13 years ago
  84. 95caa79 Create proxy class, constructor, and methods. by Jesse Wilson · 13 years ago
  85. 92827a5 Setup AbstractMethodError and dlsym stub when loading from oat by Brian Carlstrom · 13 years ago
  86. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  87. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 13 years ago
  88. 418dfe7 Enable AllocWithGrowth and OutOfMemoryError throwing. by Elliott Hughes · 13 years ago
  89. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  90. 14134a1 Fix JNI NoSuchMethodErrors. by Elliott Hughes · 13 years ago
  91. 2d83101 Code refactoring: Split thread.cc into thread.cc and runtime_support.cc. by Shih-wei Liao · 13 years ago
  92. c31664f Add STLDeleteValues, and use it. by Elliott Hughes · 13 years ago
  93. cc5f9a9 Throw if ResolveMethod fails. by Elliott Hughes · 13 years ago
  94. 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 13 years ago
  95. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
  96. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago
  97. 8060925 Implement Class.getDeclared(Constructors|Fields|Methods). by Elliott Hughes · 13 years ago
  98. 418d20f Implement reflective method invocation. by Elliott Hughes · 13 years ago
  99. f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 13 years ago
  100. 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 13 years ago