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