index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
MyClassNatives
/
MyClassNatives.java
Age
Commit message (
Expand
)
Author
2024-03-21
Reuse boot JNI stub for native methods (reland).
hangl
2024-03-08
Revert "Reuse boot JNI stub for native methods"
Nicolas Geoffray
2024-03-07
Reuse boot JNI stub for native methods
hangl
2021-12-08
JNI: Fix failure to unlock for pending exception.
Vladimir Marko
2020-12-14
Make it a verification error to misuse FastNative and CriticalNative.
Nicolas Geoffray
2020-02-20
Remove remaining MIPS support.
Vladimir Marko
2020-02-19
Allow late lookup for @CriticalNative methods.
Vladimir Marko
2016-11-17
[MIPS64] JNI Compiler: compiler independent test
Pavle Batuta
2016-09-09
jni: Add @CriticalNative optimization to speed up JNI transitions
Igor Murashkin
2016-08-16
jni: Fast path for @FastNative annotated java methods
Igor Murashkin
2016-07-22
ART: Fix type parameter in tests
Andreas Gampe
2015-06-24
[MIPS64] JNI Compiler: Sign-extend int function arguments
Lazar Trsic
2015-04-10
ART: Ignore result for exception-case JNIEndWithReference
Andreas Gampe
2014-08-14
Fix bugs in the x86 and arm versions of generic JNI.
Nicolas Geoffray
2014-04-07
ART: A workaround for a wrongly-read caller's frame
Vladimir Kostyukov
2014-04-04
Fix wrong handling of Generic JNI not finding native method.
Andreas Gampe
2014-03-10
More JNI compiler tests and small fix
Andreas Gampe
2012-08-27
Fix JNI Compiler for x86 target
Brian Carlstrom
2012-05-21
Fix JNI stubs for synchronized native methods with double/long arguments in l...
Elliott Hughes
2012-04-09
Implement native method return value and upcall argument type checking.
Elliott Hughes
2012-03-03
Fix bug in JNI compiler AAPCS padding calculation
Ian Rogers
2012-02-29
Test invocation of static methods through JNI stub
Ian Rogers
2012-01-30
Fix copyright headers.
Elliott Hughes
2011-09-17
Support for exception throwing from JNI.
Ian Rogers
2011-09-12
Generating stub code for registering a jni function at runtime.
Shih-wei Liao
2011-09-07
Fix various JNI compiler bugs/unimplementeds.
Ian Rogers
2011-09-05
Test arg passing for arraycopy.
Ian Rogers
2011-09-04
Fix bug in long arguments for JNI on x86
Ian Rogers
2011-09-02
Testing the decoding of JObject.
Shih-wei Liao
2011-09-01
Fix the "mov R1, R2; mov R2, R3" bug in jni_compiler.
Shih-wei Liao
2011-08-29
Add -Xcheck:jni.
Elliott Hughes
2011-08-29
Externalize test code
Brian Carlstrom