summaryrefslogtreecommitdiffstats
path: root/libdvm/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove some unused java.lang.reflect constructorsBrian Carlstrom2013-07-293-30/+1
| | | | | | | | Change-Id: I481b5f77344e10204371074f2eb41bcf293d16ad
| * Fix build.Elliott Hughes2013-07-292-0/+2
| | | | | | | | | | | | (cherry-pick of b4c2ec89de5bafcc5ce59e384f9688b069bb36f8.) Change-Id: Ie257696fe7a5e9848dfdab98799b645ce87701d9
| * Use the libcore.reflect implementation.Elliott Hughes2013-07-2912-1009/+82
| | | | | | | | | | | | (cherry-pick of 07e1d1125c11b8e037a31e9ebb6b64332a394a9f.) Change-Id: I06ccfb93525525ec4f417bcbabdcead2e817ced6
* | Fix build.Elliott Hughes2013-07-292-0/+2
| | | | | | | | Change-Id: I221a00ad7d6f4f15317ba34a79f3fba4a6990638
* | Use the libcore.reflect implementation.Elliott Hughes2013-07-2512-1009/+82
| | | | | | | | Change-Id: I3cb180d3c1912b9362c5a2e8dbedc1e80fb0c14f
* | am 5a2fc9c9: am 4323ab38: Merge "Simplify merges of the annotation code."Elliott Hughes2013-07-232-697/+0
|\ \ | |/ | | | | | | * commit '5a2fc9c912510c65504a548f2b26328d11017059': Simplify merges of the annotation code.
| * Simplify merges of the annotation code.Elliott Hughes2013-07-232-697/+0
| | | | | | | | Change-Id: Ifb43ae14efcbfad1da600f97e3b3763ad9764b1f
* | am 73599f39: am f59830ff: Merge "Synchronize access to the annotation cache."Elliott Hughes2013-07-231-53/+46
|\ \ | |/ | | | | | | * commit '73599f39d3c9b14f0c698413c4b6be0357f156f6': Synchronize access to the annotation cache.
| * Synchronize access to the annotation cache.Elliott Hughes2013-07-231-53/+46
| | | | | | | | | | Bug: https://code.google.com/p/android/issues/detail?id=57649 Change-Id: Icfd1e8dea317e4f8dec735ff709781dea0c0dc71
* | Add updateProcessState to VMRuntimeMathieu Chartier2013-07-181-0/+7
| | | | | | | | | | | | This process state will be used for determining GC behavior. Change-Id: I2dde66a79d8fa835a7ed2499bd37069c6062f84b
* | Add registerNativeAllocation and registerNativeFree to libcore.Mathieu Chartier2013-07-161-0/+15
| | | | | | | | | | | | | | Code obtained from: https://googleplex-android-review.googlesource.com/#/c/329373/ Change-Id: Id693d90833cf1eaee4342c6cc3077c41092a3977
* | am 63e17f1c: am ecdc71ca: am 3f3fdd79: Merge "Fix Class.getMethod docs."Elliott Hughes2013-07-111-8/+13
|\ \ | |/ | | | | | | * commit '63e17f1c1d1aa9e13e1945e8e8e78d34a48a5eb6': Fix Class.getMethod docs.
| * Fix Class.getMethod docs.Elliott Hughes2013-07-111-8/+13
| | | | | | | | | | Bug: https://code.google.com/p/android/issues/detail?id=31485 Change-Id: Ic9693eced5d914663428375f7d4d893417ea09e6
* | Add dalvik.system.VMRuntime.vmLibraryBrian Carlstrom2013-07-091-0/+5
|/ | | | | | (cherry picked from commit 3382fd584e926b61960ded814c889ea8b84a2222) Change-Id: Ie095151c54caf4b996414d04c2140dcc3b93aa7b
* Merge "Offer default implementations of various dalvik intrinsics in the ↵Brian Carlstrom2013-06-081-6/+13
|\ | | | | | | library."
| * Offer default implementations of various dalvik intrinsics in the library.Elliott Hughes2013-06-071-6/+13
| | | | | | | | | | | | (cherry-picked from commit 2f95766aac3df74c6c641232eec4791b2330c9df) Change-Id: I1005ee22ed8a017bb536bfd76df2173c7e8dcf64
* | Improve String.toCharArray documentation.Elliott Hughes2013-06-071-3/+3
|/ | | | Change-Id: Ie210fed0b59cfd009a969dfbfab06b858e06c463
* Move dalvik.system.VMDebug to libdvmBrian Carlstrom2013-06-071-0/+376
| | | | Change-Id: I7b218f9732b36b9cca5ebc38380f3e7ef0275f34
* Fix @deprecated javadoc orthography.Elliott Hughes2013-06-064-8/+8
| | | | Change-Id: I6db6d91e21b8e1aca5b5338534196fd5bdef8a06
* Moving java.lang.String to libdvmBrian Carlstrom2013-06-051-0/+2039
| | | | Change-Id: Ia03630612b6d4e116b9c737cdf7a93c8eacee910
* Move additional files to libdvmBrian Carlstrom2013-06-053-0/+541
| | | | Change-Id: Idc1caee3a0afb61d159cd046348ecb11db3d9e10
* Simplify defaulting for system properties, and trust the environment less.Elliott Hughes2013-05-141-2/+1
| | | | | | | | | | | The originally-reported bug (https://android-review.googlesource.com/58258) was that dalvik would fail to start if LD_LIBRARY_PATH was unset. This changes things so we no longer have multiple default values for java.library.path, cope better with that not being set, and don't set it if LD_LIBRARY_PATH isn't set. Change-Id: I55d48a35b1b42df872e6dcd0a38fc7bc4b8cad5a
* Move some files with dalvik dependencies to libdvmBrian Carlstrom2013-05-1328-0/+10546
Change-Id: I04498d8d8c4b065dbda8d7b30b8b77ce53e63a77