summaryrefslogtreecommitdiff
path: root/src/java_lang_reflect_Array.cc
AgeCommit message (Expand)Author
2011-12-16Avoid copying and strlen(3) in the FindClass path. Elliott Hughes
2011-12-13Knock 0.5s off the Calculator startup time. Elliott Hughes
2011-12-06Reduce meta-data object sizes, introduce meta-data helper classes. Ian Rogers
2011-10-26Make sure threads allocating are in the kRunnable state Brian Carlstrom
2011-10-20Reuse SIRT for C++ references Brian Carlstrom
2011-10-11Fix a few UNIMPLEMENTEDs. Elliott Hughes
2011-09-18Change Class::component_type_ and implement reflect.Array Brian Carlstrom