Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Intercept JNI invocation of String.<init> methods. | Jeff Hao | 2015-05-20 | 1 | -0/+36 |
| | | | | | | | | | | | libmono uses JNI AllocObject and CallNonvirtualVoidMethod to create and initialize a string instead of using the recommended NewObject. This change adds an intercept to change the String.<init> call to a StringFactory call instead. Then, it uses the object id of the original string object referrer and maps it to the result of the StringFactory. Bug: 21288130 Change-Id: Ib4db402c178bc37188d5c5faf30b6e4fdc747b17 | ||||
* | Adding old unit tests to test suite. | jeffhao | 2011-09-29 | 3 | -0/+97 |
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8 |