OSDN Git Service

Update dalvik host script for new conscrypt and okhttp classpath entries
[android-x86/dalvik.git] / vm /
2013-05-01 Brian CarlstromUpdate dalvik host script for new conscrypt and okhttp...
2013-04-26 Elliott HughesMerge "Fix JIT bug related to immediate doubles"
2013-04-26 buzbeeFix JIT bug related to immediate doubles
2013-04-25 Elliott HughesMerge "Don't duplicate annotation set ref lists when...
2013-04-23 Elliott HughesMerge "Remove spammy logging from 8470684 investigation."
2013-04-23 Elliott HughesRemove spammy logging from 8470684 investigation.
2013-04-17 Elliott HughesMerge "Work around a dalvik JDWP/GC deadlock."
2013-04-17 Elliott HughesWork around a dalvik JDWP/GC deadlock.
2013-04-12 Elliott HughesMerge "More native stack dump hardening."
2013-04-12 Elliott HughesMore native stack dump hardening.
2013-04-11 Elliott HughesMerge "Harden the native stack dumping decision."
2013-04-11 Elliott HughesHarden the native stack dumping decision.
2013-04-06 Elliott HughesMerge "Dump native stacks for all threads in native...
2013-04-05 Elliott HughesDump native stacks for all threads in native code.
2013-04-02 Elliott HughesMerge "Tiny optimization for complier templates for...
2013-04-02 Elliott HughesMerge "Fix a leak in Dalvik_dalvik_system_DexFile_openD...
2013-04-02 Elliott HughesMerge "Fix a minor leaks caused by failed initializatio...
2013-04-02 Elliott HughesMerge "Fix a minor leak in handleVM_CreateString"
2013-04-02 You KimFix a minor leak in handleVM_CreateString
2013-04-02 You KimFix a minor leaks caused by failed initializations...
2013-04-02 You KimFix a leak in Dalvik_dalvik_system_DexFile_openDexFile
2013-04-02 You KimTiny optimization for complier templates for arm.
2013-04-01 Elliott HughesMerge "[x86] Fix errors with WITH_JIT_TUNING defined"
2013-04-01 Elliott HughesMerge "[x86] Terminate trace if SGET/SPUT have unresolv...
2013-04-01 Elliott HughesMerge "[x86] FPU stack needs to be reset after double...
2013-04-01 Udayan Banerji[x86] FPU stack needs to be reset after double conversion
2013-04-01 Elliott HughesMerge "[x86] Disable Method-JIT for x86 target"
2013-03-30 Elliott HughesMerge "Fix a cast in JniEnv::NewDirectByteBuffer."
2013-03-30 Elliott HughesFix a cast in JniEnv::NewDirectByteBuffer.
2013-03-30 Elliott HughesMerge "Track libcore's DirectByteBuffer <init> change."
2013-03-30 Elliott HughesTrack libcore's DirectByteBuffer <init> change.
2013-03-29 Elliott HughesMerge "Extra log information when pthread_create fails."
2013-03-29 Elliott HughesExtra log information when pthread_create fails.
2013-03-29 Udayan Banerji[x86] Fix errors with WITH_JIT_TUNING defined
2013-03-29 Udayan Banerji[x86] Terminate trace if SGET/SPUT have unresolved...
2013-03-29 Udayan Banerji[x86] Disable Method-JIT for x86 target
2013-03-29 Elliott HughesMerge "Track 64-bit nio changes."
2013-03-29 Elliott HughesTrack 64-bit nio changes.
2013-03-28 Elliott HughesMerge "Track libcore DirectByteBuffer cleanup."
2013-03-27 Elliott HughesTrack libcore DirectByteBuffer cleanup.
2013-03-27 Elliott HughesMerge "pthread_create doesn't set errno."
2013-03-26 Elliott Hughespthread_create doesn't set errno.
2013-03-26 Elliott HughesMerge "Print the locker thread when waiting on an object"
2013-03-19 Elliott HughesMerge "Fix a Field.isAnnotationPresent crash."
2013-03-19 Elliott HughesFix a Field.isAnnotationPresent crash.
2013-03-14 Elliott HughesMerge "Check JavaVMAttachArgs::version in CheckJNI."
2013-03-14 Elliott HughesCheck JavaVMAttachArgs::version in CheckJNI.
2013-03-01 Elliott HughesMerge "Fix -Xjitthreshold (for real this time)."
2013-03-01 Elliott HughesFix -Xjitthreshold (for real this time).
2013-02-27 Nick KralevichMerge "Zygote: use proper header file."
2013-02-27 Nick KralevichMerge "Remove CAP_NET_RAW from zygote"
2013-02-27 Nick KralevichRemove CAP_NET_RAW from zygote
2013-02-27 Nick KralevichZygote: use proper header file.
2013-02-26 Elliott HughesMerge "Fix -Xjitthreshold."
2013-02-26 Elliott HughesFix -Xjitthreshold.
2013-02-23 Elliott HughesMerge "Abstract methods aren't implementations."
2013-02-23 Elliott HughesAbstract methods aren't implementations.
2013-02-20 Nick KralevichMerge "Zygote: replace set?id() with setres?id()"
2013-02-20 Nick KralevichZygote: replace set?id() with setres?id()
2013-02-19 Elliott HughesMerge "Added missing initialization of modLock when...
2013-02-19 msg555Added missing initialization of modLock when DvmDex...
2013-02-15 Elliott HughesMerge "Move the arraycopy implementation out of bionic...
2013-02-15 Elliott HughesMove the arraycopy implementation out of bionic and...
2013-02-14 Nick KralevichMerge "Zygote: address comments from previous review."
2013-02-14 Nick KralevichZygote: address comments from previous review.
2013-02-14 Nick KralevichMerge "Zygote: limit the bounding capability set to...
2013-02-14 Nick KralevichZygote: limit the bounding capability set to CAP_NET_RAW
2013-02-14 Elliott HughesMerge "Remove stray references to non-existent opcodes."
2013-02-14 Elliott HughesRemove stray references to non-existent opcodes.
2013-02-14 Elliott HughesMerge "Revert "Zygote: limit the bounding capability...
2013-02-14 Elliott HughesRevert "Zygote: limit the bounding capability set to...
2013-02-13 Nick KralevichMerge "Zygote: limit the bounding capability set to...
2013-02-13 Nick KralevichZygote: limit the bounding capability set to CAP_NET_RAW
2013-02-06 Nick Kralevicham 43241340: Merge "Use execv from Libcore"
2013-02-06 Nick KralevichMerge "Use execv from Libcore"
2013-02-05 Nick KralevichUse execv from Libcore
2013-02-05 Elliott Hughesam ecc334ea: Merge "Fix a tracked reference leak in...
2013-02-05 Elliott HughesMerge "Fix a tracked reference leak in dvmGenerateProxy...
2013-02-05 Elliott HughesFix a tracked reference leak in dvmGenerateProxyClass.
2013-02-02 Jeff Haoam ad9811c9: Merge "Remove dead instruction in common_e...
2013-02-02 Jeff HaoMerge "Remove dead instruction in common_exceptionThrown."
2013-02-02 Jeff HaoRemove dead instruction in common_exceptionThrown.
2013-01-29 Nick Kralevicham 8828aee2: Merge "dvz: remove dead code."
2013-01-23 Elliott Hughesam af6fe2d2: am 604d7243: Merge "rTEMP gets clobbered...
2013-01-23 Elliott Hughesam 604d7243: Merge "rTEMP gets clobbered in the JALR...
2013-01-23 Elliott HughesMerge "rTEMP gets clobbered in the JALR macro. Use...
2013-01-23 Raghu GandhamrTEMP gets clobbered in the JALR macro. Use t9 instead.
2013-01-15 Ian Rogersam e59bd16c: am 8b0367ca: Merge "Fix DDMS crash"
2013-01-15 Ian Rogersam 8b0367ca: Merge "Fix DDMS crash"
2013-01-15 Ian RogersMerge "Fix DDMS crash"
2013-01-15 Tim MurrayFix DDMS crash
2013-01-03 Elliott Hughesam c3245cfe: Merge "DexDump: Leak in FieldMethodInfo...
2013-01-02 jwilsonam 8b135734: am cbac7aed: am 51997559: Fail if the...
2012-12-22 Elliott Hughesam d0380673: Merge "Support System.loadLibrary for...
2012-12-22 Elliott HughesMerge "Support System.loadLibrary for libraries with...
2012-12-22 Elliott Hughesam 2e5f16bf: Merge "Fix a forecopy/forcecopy typo."
2012-12-22 Elliott HughesMerge "Fix a forecopy/forcecopy typo."
2012-12-21 Elliott HughesFix a forecopy/forcecopy typo.
2012-12-21 Elliott Hughesam 47160283: Merge "Add JNI statistics to the SIGQUIT...
2012-12-21 Elliott HughesMerge "Add JNI statistics to the SIGQUIT output."
next