summaryrefslogtreecommitdiff
path: root/src/java_lang_Class.cc
AgeCommit message (Expand)Author
2012-02-06Don't report miranda methods in declared methods Ian Rogers
2012-02-03Verify thread state for all allocations, fix 2 failures Ian Rogers
2012-01-30Class clean-up and compute name during image writing. Ian Rogers
2012-01-29Avoid getSuperclass being native. Ian Rogers
2012-01-26This fixes several of the VM tests. Elliott Hughes
2012-01-24You can't call initCause on a ClassNotFoundException. Elliott Hughes
2012-01-24Improve exceptions thrown during class loading. Elliott Hughes
2011-12-15Fix for test 044-proxy Ian Rogers
2011-12-13Don't default-construct std::strings and then assign them. Elliott Hughes
2011-12-06Reduce meta-data object sizes, introduce meta-data helper classes. Ian Rogers
2011-12-01Implement getting of 64-bit locals (double, long). Elliott Hughes
2011-11-29Add 'const' to signature in FindConstructorOrMethodInArray Jesse Wilson
2011-11-29Move the exception check to after the code that throws the exception. Jesse Wilson
2011-11-23Fix reflection to throw rather than crash when a type is not loaded. Jesse Wilson
2011-11-21Prefer non-synthetic methods in Class.getMethod() Jesse Wilson
2011-11-18Start implementing jdb "locals". Elliott Hughes
2011-10-28Fix the unintelligible IsValidClassName API by breaking it into three. Elliott Hughes
2011-10-26Better unresolved type support. Ian Rogers
2011-10-26Make sure threads allocating are in the kRunnable state Brian Carlstrom
2011-10-21Move Class.getDeclaredClass to managed code. Part 3. Jesse Wilson
2011-10-12Track move of InnerClass annotation to managed code. Jesse Wilson
2011-10-02Add Class.getModifiers. Elliott Hughes
2011-10-02Fix exception throwing to support no detail message. Elliott Hughes
2011-09-29Revert "Reverts to track dalvik and libcore" Jesse Wilson
2011-09-27Fixes for "null instanceof" and class initialization Brian Carlstrom
2011-09-26Assorted fixes for running frameworks apps Brian Carlstrom
2011-09-26~ should have been !. Elliott Hughes
2011-09-25Implement java.lang.reflect.Constructor.constructNative. Elliott Hughes
2011-09-23Implement Class.getDeclared(Constructors|Fields|Methods). Elliott Hughes
2011-09-23Add support for oat_process for use as a wrap.* launcher Brian Carlstrom
2011-09-23Class.isAssignableFrom and Class.isInstance. Elliott Hughes
2011-09-23Implement reflective method invocation. Elliott Hughes
2011-09-23Reverts to track dalvik and libcore Brian Carlstrom
2011-09-22Implement Class.getDex. Elliott Hughes
2011-09-22Move annotations to managed code. Jesse Wilson
2011-09-22Track libcore change. Elliott Hughes
2011-09-22Adding JNI code for dalvik.system.DexFile and java.lang.Class Brian Carlstrom
2011-09-18Fix Class_getDeclaredConstructorOrMethod to look at direct as well as virtual... Brian Carlstrom
2011-09-18Change Class::component_type_ and implement reflect.Array Brian Carlstrom
2011-09-17Class.getDeclaredConstructorOrMethod Brian Carlstrom
2011-09-16Filling in some Class, Method, and Field native code needed during startup an... Brian Carlstrom
2011-09-16More java.lang.Class functionality. Elliott Hughes
2011-09-14Thread suspension. Elliott Hughes
2011-09-12Various things. Elliott Hughes