1. 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 13 years ago
  2. 14357e8 Add a -verbose:thread option. by Elliott Hughes · 13 years ago
  3. 7a3aeb4 Thread state fixes. by Elliott Hughes · 13 years ago
  4. c0c8dc8 Support for currently untested exceptions/errors. by Ian Rogers · 13 years ago
  5. 65ca077 Tolerant compilation of classes with missing super classes by Brian Carlstrom · 13 years ago
  6. 8060925 Implement Class.getDeclared(Constructors|Fields|Methods). by Elliott Hughes · 13 years ago
  7. bc2f3e3 Add support for oat_process for use as a wrap.* launcher by Brian Carlstrom · 13 years ago
  8. 21d9e83 Exception support for object allocation. by Ian Rogers · 13 years ago
  9. b886da8 Support for exceptions from array allocation. by Ian Rogers · 13 years ago
  10. e51a511 Exception support for CanPutArrayElementFromCode. by Ian Rogers · 13 years ago
  11. 418d20f Implement reflective method invocation. by Elliott Hughes · 13 years ago
  12. 932746a Stack overflow error and unit test. by Ian Rogers · 13 years ago
  13. a0841a8 Abstract Method Error unit test and fixes. by Ian Rogers · 13 years ago
  14. cbba6ac Implement stub for initialize static storage base. by Ian Rogers · 13 years ago
  15. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  16. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 13 years ago
  17. 4a2b417 Throw exceptions from ClassLinker. by Elliott Hughes · 13 years ago
  18. 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
  19. 9651f42 Implement NPE, div by 0 and AIOBE. by Ian Rogers · 13 years ago
  20. 845490b Cleanup resolution of type, field, method indexes by Brian Carlstrom · 13 years ago
  21. 9086572 Fix for implicit null test for oat. by Ian Rogers · 13 years ago
  22. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  23. 081be7f Implement Object.clone. by Elliott Hughes · 13 years ago
  24. 29f2742 Uncaught exception handlers and automatic removal from thread groups. by Elliott Hughes · 13 years ago
  25. fa3baf7 Store return address before performing a thread dump by Brian Carlstrom · 13 years ago
  26. 038a806 Thread.join, GC daemons, suspend daemons on shutdown, and wait for non-daemon threads to exit. by Elliott Hughes · 13 years ago
  27. 93dd966 Implicit NPE support when no exception given to throw. by Ian Rogers · 13 years ago
  28. ad42e13 Exception work clean up. by Ian Rogers · 13 years ago
  29. c228252 Fix order CheckCastFromCode and enable Fibonacci test by Brian Carlstrom · 13 years ago
  30. dc33ad5 Initialize all of class Thread's fields. by Elliott Hughes · 13 years ago
  31. 67375ac Support for exception throwing from JNI. by Ian Rogers · 13 years ago
  32. 85d1545 Add packing to class Thread. by Elliott Hughes · 13 years ago
  33. 3893357 StackTraceElements really want PrettyDescriptor, not PrettyClass. by Elliott Hughes · 13 years ago
  34. 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
  35. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  36. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  37. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
  38. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  39. 8d768a9 Thread suspension. by Elliott Hughes · 13 years ago
  40. 93e74e8 More of the thread infrastructure. by Elliott Hughes · 13 years ago
  41. d369bb7 Various things. by Elliott Hughes · 13 years ago
  42. aaa2080 Implement Throwable::nativeFillInStackTrace and nativeGetStackTrace. by Ian Rogers · 13 years ago
  43. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  44. 4b620ff Finish moving state to managed heap by Brian Carlstrom · 13 years ago
  45. c396efc Build fix: move target-indepent code out of __arm__ by buzbee · 13 years ago
  46. 5ade1d2 Complete compiler portion of exception handling by buzbee · 13 years ago
  47. cefd187 Add stack overflow check by buzbee · 13 years ago
  48. 449b4bd Take into account that our stacks grow down. by Elliott Hughes · 13 years ago
  49. be759c6 Add a heap HWM to the Thread*, for compiled code. by Elliott Hughes · 13 years ago
  50. 92b3b56 Add locking to the heap. by Elliott Hughes · 13 years ago
  51. 0d966cf Add suspend check & stub by buzbee · 13 years ago
  52. 34cd9e5 Add run-time resolution paths for iget/iput. by buzbee · 13 years ago
  53. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
  54. 4ef7652 Transmit mapping table to runtime by buzbee · 13 years ago
  55. 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 13 years ago
  56. 02b48d1 Sketch out detaching threads (with partial implementation). by Elliott Hughes · 13 years ago
  57. dcc2474 A little bit more of the threads implementation. by Elliott Hughes · 13 years ago
  58. 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
  59. 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
  60. 1da522d Complete static field accesses; clear TODO's by buzbee · 13 years ago
  61. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 13 years ago
  62. 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
  63. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  64. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  65. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
  66. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  67. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
  68. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  69. 2f0ce9d Fix another jni_compiler bug. ">=" should be "<=". by Shih-wei Liao · 13 years ago
  70. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
  71. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  72. c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 13 years ago
  73. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  74. 9b576b4 Add StackVisitor, CountStackDepthVisitor, BuildStackTraceVisitor for EH. by Shih-wei Liao · 13 years ago
  75. 4417536 Add AllocStackTrace(). Move InternalStackTrace to managed heap. by Shih-wei Liao · 13 years ago
  76. e193174 Use slow-path static field accessors; added tests by buzbee · 13 years ago
  77. dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 13 years ago
  78. 439c4fa Move 64-bit multiplication to helper by buzbee · 13 years ago
  79. e6d6196 Various bug fixes. by buzbee · 13 years ago
  80. 7b1b86d Various bug fixes and new tests. by buzbee · 13 years ago
  81. 55df06b Stack Trace Element with its unit test added too. by Shih-wei Liao · 13 years ago
  82. e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 13 years ago
  83. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 13 years ago
  84. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
  85. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
  86. 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 13 years ago
  87. d11af15 Change FrameSize to FrameSizeInBytes. by Shih-wei Liao · 13 years ago
  88. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  89. 5433072 Added support for 64-bit shifts, fix const-wide by buzbee · 13 years ago
  90. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
  91. 762400c Support for return PC offset and frame size in JNI compiler. by Ian Rogers · 13 years ago
  92. e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
  93. 1a18c8c Initial implementation of throw+unwind+Frame. by Shih-wei Liao · 13 years ago
  94. 37f7a40 Implement more of the exception/object/class JNI functions. by Elliott Hughes · 13 years ago
  95. 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
  96. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  97. f4c21c9 Initialize classes in GetFieldID/GetMethodID. by Elliott Hughes · 13 years ago
  98. a8cd9f4 Support for local references allocated in SHBs. by Ian Rogers · 13 years ago
  99. bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
  100. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago