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