index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
java_lang_System.cc
Age
Commit message (
Expand
)
Author
2012-01-17
Emit the same detail messages as dalvik for ArrayStoreExceptions from System....
Elliott Hughes
2012-01-10
Avoid a benign race where the exception message might be misleading.
Elliott Hughes
2012-01-09
Fix the System.arraycopy race condition.
Elliott Hughes
2011-11-02
Mark non-image spaces and use write barrier for image spaces.
Ian Rogers
2011-10-26
Make sure threads allocating are in the kRunnable state
Brian Carlstrom
2011-10-17
Use CHECK_OP instead of CHECK where possible.
Elliott Hughes
2011-10-02
Fix exception throwing to support no detail message.
Elliott Hughes
2011-09-19
Fix compiler class initialization to properly deal with super classes
Brian Carlstrom
2011-09-18
Convert a DCHECK to a COMPILE_ASSERT
Brian Carlstrom
2011-09-18
Change Class::component_type_ and implement reflect.Array
Brian Carlstrom
2011-09-16
Various bits of cleanup.
Elliott Hughes
2011-09-13
A few more trivial write barrier calls.
Elliott Hughes
2011-09-04
Various fixes.
Elliott Hughes
2011-09-02
Use accessor methods for Object fields.
Ian Rogers
2011-09-01
Complete OP_CONST_STRING, OP_CONST_CLASS
buzbee
2011-09-01
Start adding implementations for runtime-provided native methods.
Elliott Hughes