Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more info for attempting to delete non-JNI local reference | Mathieu Chartier | 2015-06-02 | 2 | -0/+12 |
* | Add JNI String.<init> test for global and weak global refs. | Jeff Hao | 2015-05-28 | 1 | -0/+16 |
* | Intercept JNI invocation of String.<init> methods. | Jeff Hao | 2015-05-20 | 1 | -13/+50 |
* | Replace String CharArray with internal uint16_t array. | Jeff Hao | 2015-04-27 | 2 | -0/+23 |
* | Replace NULL with nullptr | Mathieu Chartier | 2015-04-22 | 1 | -2/+2 |
* | Don't re-use arttest when calling loadLibrary. | Nicolas Geoffray | 2014-12-03 | 1 | -10/+10 |
* | Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. | Ian Rogers | 2014-11-03 | 1 | -6/+6 |
* | Add CallNonvirtual test | Brian Carlstrom | 2014-09-08 | 3 | -9/+272 |
* | ART: Fix another potential N-th visitor issue | Andreas Gampe | 2014-08-14 | 2 | -0/+44 |
* | ART: Tolerate shallow call stack in VMStack_getCallingClassLoader | Andreas Gampe | 2014-08-13 | 2 | -85/+117 |
* | Fix broken JNI IsAssignableFrom. | Narayan Kamath | 2014-08-01 | 2 | -0/+21 |
* | ART: Make run tests out of oat tests | Andreas Gampe | 2014-07-23 | 4 | -0/+443 |