summaryrefslogtreecommitdiff
path: root/src/fakejvm/jvm.c
Commit message (Collapse)AuthorAge
* jvm: always null terminate stringsJari Vetoniemi2018-02-19
|
* jvm: cleanups and track objectsJari Vetoniemi2018-02-19
| | | | | | Lot less dynamic memory as well now. Android JVM actually limits maximum objects as well, though the limit is probably higher, I'll look up it later.
* jvm: add some asserts and debug printsJari Vetoniemi2018-02-18
|
* Use JNI_OKJari Vetoniemi2018-02-18
|
* Wrap fakejvm functions tooJari Vetoniemi2018-02-18
|
* Add fake jvmJari Vetoniemi2018-02-17