1. ed8952f Method* for upcalls should be null. by Ian Rogers · 13 years ago
  2. a8cd9f4 Support for local references allocated in SHBs. by Ian Rogers · 13 years ago
  3. cdf5312 Implement jfieldID and jmethodID properly. by Elliott Hughes · 13 years ago
  4. 0297290 Merge "Record thread data when making reentrant transitions." into dalvik-dev by Ian Rogers · 13 years ago
  5. 6de0860 Record thread data when making reentrant transitions. by Ian Rogers · 13 years ago
  6. aecc03f Merge "Use libnativehelper's existing code for creating a String[]." into dalvik-dev by Elliott Hughes · 13 years ago
  7. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
  8. 0a96fe0 Use libnativehelper's existing code for creating a String[]. by Elliott Hughes · 13 years ago
  9. bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
  10. de69d7f Clean up mutexes on shutdown. by Elliott Hughes · 13 years ago
  11. 2cfd15d Merge "Initialize the rest of libcore's native code." into dalvik-dev by Elliott Hughes · 13 years ago
  12. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
  13. 1c332df Merge "Fix a typo that breaks the arugment size computation." into dalvik-dev by Carl Shapiro · 13 years ago
  14. 84d00e6 Fix a typo that breaks the arugment size computation. by Carl Shapiro · 13 years ago
  15. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago
  16. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  17. 44753c3 Add unordered_set by Brian Carlstrom · 13 years ago
  18. 4b3b727 Add vogar-like --invoke-with to 'art', and fix a bug valgrind finds. by Elliott Hughes · 13 years ago
  19. b765be0 Alloc stack using MemMap and -Xss by Brian Carlstrom · 13 years ago
  20. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  21. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  22. 6c1a394 Add IndirectReferenceTable and initialize all the instances. by Elliott Hughes · 13 years ago
  23. 0db8cf4 Merge "Get rid of some C artifacts as noted in the initial review." into dalvik-dev by Carl Shapiro · 13 years ago
  24. a04d397 Issue 5177609: remove Monitor(Enter|Exit)Helper by Ian Rogers · 13 years ago
  25. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
  26. 4dd71f1 Implement various JNI internals. Fix off by 1 bug. by Ian Rogers · 13 years ago
  27. bbd7671 Add the two ReferenceTables. by Elliott Hughes · 13 years ago
  28. 5b1982d Get rid of some C artifacts as noted in the initial review. by Carl Shapiro · 13 years ago
  29. b3c5ea6 Merge "Add a reference table implementation." into dalvik-dev by Elliott Hughes · 13 years ago
  30. 11e4507 Add a reference table implementation. by Elliott Hughes · 13 years ago
  31. e5da7d8 Merge "Parse required options" into dalvik-dev by Brian Carlstrom · 13 years ago
  32. 6ea095a Parse required options by Brian Carlstrom · 13 years ago
  33. e2ff782 Merge "Extra tests (and a bug fix)." into dalvik-dev by Elliott Hughes · 13 years ago
  34. 710a0cb Extra tests (and a bug fix). by Elliott Hughes · 13 years ago
  35. 8a43659 Work on option parsing as prelude to image loading by Brian Carlstrom · 13 years ago
  36. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  37. 83ab4f3 Add an implementation of GetMethodID. by Carl Shapiro · 13 years ago
  38. 289da82 Add bounds checking to our internal array get/set methods. by Elliott Hughes · 13 years ago
  39. 04b63fd Using 'size' to mean anything other than "element count" on a collection is confusing. by Elliott Hughes · 13 years ago
  40. d46f9db Merge "Implement NewStringUTF and SetObjectArrayElement." into dalvik-dev by Elliott Hughes · 13 years ago
  41. 47940d6 Make formatting more consistent. by Carl Shapiro · 13 years ago
  42. 8a26c5c Implement NewStringUTF and SetObjectArrayElement. by Elliott Hughes · 13 years ago
  43. f2682d5 Fix the invocation interface. by Elliott Hughes · 13 years ago
  44. 0d666d8 Fix JNI compiler for synchronized methods. by Ian Rogers · 13 years ago
  45. 4e777d4 Revisions to "First pass of ImageWriter" by Brian Carlstrom · 13 years ago
  46. d8ddfd5 Implement JNI NewBooleanArray et cetera. by Elliott Hughes · 13 years ago
  47. 3cd987f Pass the correct Thread* when calling back into Java. by Elliott Hughes · 13 years ago
  48. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  49. 350dad1 Fix zip_archive_test on the target. by Elliott Hughes · 13 years ago
  50. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  51. 650a07d Merge "Implement upcalls with compiled JNI callback bridges." into dalvik-dev by Carl Shapiro · 13 years ago
  52. 9b9ba28 Implement upcalls with compiled JNI callback bridges. by Carl Shapiro · 13 years ago
  53. 2cae5a2 Add a tsan target. by Elliott Hughes · 13 years ago
  54. fe909f2 Get should be a const method. by Shih-wei Liao · 13 years ago
  55. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  56. 5511f21 Add a valgrind-art-host target to run the tests under valgrind. by Elliott Hughes · 13 years ago
  57. b20a554 Implement a few of the easy JNI functions. by Elliott Hughes · 13 years ago
  58. 46b92ba Factor out NeedsEscaping from the Printable* functions. by Elliott Hughes · 13 years ago
  59. e0fc0ef Fix a few more scoped_ptr/scoped_array confusions, and stop tring to optimistically load non-existent .dex files. by Elliott Hughes · 13 years ago
  60. 91779c8 Merge "Create JNIEnv*s on the right threads." into dalvik-dev by Elliott Hughes · 13 years ago
  61. d6c705a Merge "Add some exceptions classes for throw" into dalvik-dev by Brian Carlstrom · 13 years ago
  62. 28e7627 Add some exceptions classes for throw by Brian Carlstrom · 13 years ago
  63. 330304d Create JNIEnv*s on the right threads. by Elliott Hughes · 13 years ago
  64. 22f4093 Add ScopedJniThreadState. by Elliott Hughes · 13 years ago
  65. c7ac37f Be more specific when we exit because of an unimplemented JNI call. by Elliott Hughes · 13 years ago
  66. 0c9cd56 Add tests for JNI FindClass. by Elliott Hughes · 13 years ago
  67. 191e416 Merge "Translate JNI class descriptors into regular class descriptors in FindClass." into dalvik-dev by Elliott Hughes · 13 years ago
  68. 6b43685 Translate JNI class descriptors into regular class descriptors in FindClass. by Elliott Hughes · 13 years ago
  69. 4e5c0b9 End() should check if remaining_count_ == -1, instead of checking negative. by Shih-wei Liao · 13 years ago
  70. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  71. 5381cf9 Handle double and long on the Managed side, and follow AAPCS on the Native side. by Shih-wei Liao · 13 years ago
  72. 2fb9753 Exception Handling: libdex integration. Also added unit test on exception. by Shih-wei Liao · 13 years ago
  73. 0dab4ec Switch to the libcore ScopedLocalRef. by Elliott Hughes · 13 years ago
  74. 35baaab Combine InstanceField and StaticField and Field. by Jesse Wilson · 13 years ago
  75. 7833bd2 Store static field values in arrays. by Jesse Wilson · 13 years ago
  76. f7ed11a Adding Object::InstanceOf and Class::IsAssignableFrom by Brian Carlstrom · 13 years ago
  77. df4189c Follow up from Carl's comments on new primitive array types. by Jesse Wilson · 13 years ago
  78. 0024d6c Minor zip cleanups by Brian Carlstrom · 13 years ago
  79. 4bfab0a Remove obsolete members that unintentionally reappeared when rebasing. by Carl Shapiro · 13 years ago
  80. 744ad05 Remove stray trailing semicolons. by Carl Shapiro · 13 years ago
  81. f88c952 Minor clean-ups. by Carl Shapiro · 13 years ago
  82. a85f248 Merge "Add a dex structure definition to support exception handling." into dalvik-dev by Carl Shapiro · 13 years ago
  83. fd687c5 Create templates for primitive types. by Jesse Wilson · 13 years ago
  84. 7e93b50 String intern table and support for unordered_map by Brian Carlstrom · 13 years ago
  85. 2eaa968 Add a dex structure definition to support exception handling. by Carl Shapiro · 13 years ago
  86. 8860c0e Use the method descriptor for prototype and return type comparisons. by Carl Shapiro · 13 years ago
  87. 74eb46a Improved ClassLoader support by Brian Carlstrom · 13 years ago
  88. 419ec7b Materialize method descriptors when instantiating method objects. by Carl Shapiro · 13 years ago
  89. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  90. 8989d99 Get ClassLinker out of the business of allocating strings. by Jesse Wilson · 13 years ago
  91. f7e85a5 Use Java strings for Method's name. by Jesse Wilson · 13 years ago
  92. 905786d Merge "Use Java strings for Field's name." into dalvik-dev by Jesse Wilson · 13 years ago
  93. 02c55f9 Merge "Add stub implementations for the JNI native and invoke interfaces." into dalvik-dev by Carl Shapiro · 13 years ago
  94. ea4dca8 Add stub implementations for the JNI native and invoke interfaces. by Carl Shapiro · 13 years ago
  95. 1415074 Use Java strings for Field's name. by Jesse Wilson · 13 years ago
  96. 2310340 Merge "Add equals to C++ String" into dalvik-dev by Jesse Wilson · 13 years ago
  97. cbe9fc0 Add equals to C++ String by Jesse Wilson · 13 years ago
  98. 6f6beb4 Fix host build: Add -lpthread. by Shih-wei Liao · 13 years ago
  99. 779f8c7 Merge "More field order validation." into dalvik-dev by Jesse Wilson · 13 years ago
  100. 46cdd4b More field order validation. by Jesse Wilson · 13 years ago