OSDN Git Service

am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per...
[android-x86/dalvik.git] / vm / Thread.c
2011-03-01 Romain Guyam 88041260: am dd19f5b9: Merge "Fix for a crash when...
2011-03-01 Raphael Mollam 98e0347a: am 2b3d7e8e: Merge "Open dexdump files...
2011-01-29 Dan Bornsteinam 81058aaf: (-s ours) Use bcopy() to move object refs...
2011-01-29 Dan Bornsteinam 08e54499: (-s ours) am 81058aaf: Use bcopy() to...
2011-01-27 Dan Bornsteinam 6ad1992b: (-s ours) am 70b130f5: (-s ours) Clean...
2011-01-27 Dan Bornsteinam f741b8e1: am 80a30431: (-s ours) Remove some pointle...
2011-01-26 Carl Shapiroam 4d7dd569: Handle the case of referent clearing durin...
2011-01-26 Carl Shapiroam 6159ef45: (-s ours) Parameterize instance counting...
2011-01-14 Dan Bornsteinam 602b8ffb: (-s ours) am 6ad1992b: am 70b130f5: (...
2011-01-14 Dan Bornsteinam 70b130f5: (-s ours) Clean up/out some comments....
2011-01-14 Dan Bornsteinam efb37a32: am f741b8e1: am 80a30431: (-s ours) Remove...
2011-01-13 Dan Bornsteinam 80a30431: (-s ours) Remove some pointless tests.
2011-01-13 Carl Shapiroam bdd79095: am 4d7dd569: Handle the case of referent...
2011-01-11 Carl Shapiroam e0124545: (-s ours) am 6159ef45: Parameterize instan...
2010-12-06 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2010-12-05 Andy McFaddenam 91b93ea4: Fix monitor verification.
2010-12-03 Dan BornsteinMerge "Add a note." into dalvik-dev
2010-12-03 Carl ShapiroMerge "Get rid of the ugly macros inside the bitmap...
2010-12-03 Dan BornsteinMerge "Make opcode 00ff be called "dispatch-ff"." into...
2010-12-03 Dan BornsteinMerge "Inching closer to having extended opcodes in...
2010-12-03 Carl ShapiroMerge "Drive all root scanning by the root visitor...
2010-12-03 Carl ShapiroDrive all root scanning by the root visitor.
2010-12-02 Elliott HughesMerge "Fix dvmHumanReadableDescriptor("B")."
2010-12-02 Carl ShapiroMerge "Return the value at the top of the mark stack...
2010-12-02 Dan BornsteinMerge "Rename OpCode.h -> DexOpcodes.h." into dalvik-dev
2010-12-01 Brian Carlstromam 33dab964: Improve "No new threads in -Xzygote mode...
2010-12-01 Brian CarlstromImprove "No new threads in -Xzygote mode" message to...
2010-12-01 buzbeeam b83b4c88: am ebcd8646: Fix for Issue 3161543 - Remov...
2010-11-09 Andy McFaddenam ef4b0613: am e9503ef8: am 886130bc: (-s ours) Two...
2010-11-09 Andy McFaddenam 886130bc: (-s ours) Two patches.
2010-11-03 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2010-11-02 Dan BornsteinMerge "Rework the bytecode format file and parser....
2010-11-02 Carl ShapiroMerge "Remove allocation limit checking." into dalvik-dev
2010-11-01 Carl ShapiroRemove allocation limit checking.
2010-10-30 Dan Bornsteinam 79544e58: am 464104bb: am 1fe34326: am fbe51551...
2010-10-30 Dan Bornsteinam 464104bb: am 1fe34326: am fbe51551: (-s ours) Remove...
2010-10-30 Dan Bornsteinam fbe51551: (-s ours) Remove a pointless test, which...
2010-10-30 Dan Bornsteinam 99bb6ef3: am 32d0157d: am 66b96b42: am 3144eec0...
2010-10-30 Dan Bornsteinam 32d0157d: am 66b96b42: am 3144eec0: (-s ours) Replac...
2010-10-30 Dan Bornsteinam 3144eec0: (-s ours) Replace the implementation of...
2010-10-29 Dan BornsteinMerge "Fix the expected output of dx test 083." into...
2010-10-29 Carl ShapiroSeparate HPROF from the GC.
2010-10-27 Andy McFaddenam cd507233: am 7f91cf6b: am 3cf48016: Set capabilities...
2010-10-27 Andy McFaddenam 7f91cf6b: am 3cf48016: Set capabilities sooner.
2010-10-26 Ben Chengam 0b33af0c: am 5d992dfa: am 36bd1345: Fix for array...
2010-10-26 Ben Chengam 5d992dfa: am 36bd1345: Fix for array lower-bound...
2010-10-25 Jeff HaoMerge "A little instruction format housecleaning and...
2010-10-25 Andy McFaddenMerge "Allow nested instruction counting." into dalvik-dev
2010-10-25 Andy McFaddenMerge "Lock thread list, show join target" into dalvik-dev
2010-10-22 Andy McFaddenLock thread list, show join target
2010-10-22 Ben Chengresolved conflicts for merge of dfc99234 to dalvik-dev
2010-10-21 Patrick Scottam 28074c85: Merge "Fix debug statements."
2010-10-21 Carl Shapiroam 3a3f5d65: am 493d84f8: am 2e3ec716: Fix class loader...
2010-10-21 Elliott HughesMerge "Better detail messages in ArrayIndexOutOfBoundEx...
2010-10-21 Carl Shapiroam 493d84f8: am 2e3ec716: Fix class loader interning...
2010-10-20 Dan BornsteinMerge "New instruction formats for expansion beyond...
2010-10-19 Andy McFaddenam d2ba02c2: (-s ours) am da34e27a: (-s ours) am 3db614...
2010-10-19 Andy McFaddenam da34e27a: (-s ours) am 3db6149c: Merge "Update heap...
2010-10-19 Carl Shapiroam 6b08a477: am e8debfcf: am c6fb7a5e: Merge "Exit...
2010-10-19 Andy McFaddenMerge "Update heap dump notes. DO NOT MERGE." into...
2010-10-19 Carl Shapiroam e8debfcf: am c6fb7a5e: Merge "Exit early if the...
2010-10-19 Andy McFaddenam 078241d5: am 8ca802ff: am 7b4c1d52: Pop call frame...
2010-10-19 buzbeeam 1e09b407: am 8cb3d855: am e09a766f: x86 mterp: fix...
2010-10-19 Andy McFaddenam 8ca802ff: am 7b4c1d52: Pop call frame before boxing...
2010-10-19 buzbeeam 8cb3d855: am e09a766f: x86 mterp: fix cherry-pick...
2010-10-19 Carl ShapiroMerge "Exit early if the we encounter a null reference...
2010-10-19 Andy McFaddenam 7b4c1d52: Pop call frame before boxing result
2010-10-18 Brian Carlstromam 8f192cc6: Open hprof files with O_TRUNC to avoid...
2010-10-18 Andy McFaddenPop call frame before boxing result
2010-10-18 Andy McFaddenPop call frame before boxing result
2010-10-18 Andy McFaddenMerge "Switch to VMWAIT before sending to DDMS" into...
2010-10-16 buzbeeam fd9c61b2: am ef1ed3c5: (-s ours) x86 mterp: fix...
2010-10-16 buzbeeam ef1ed3c5: (-s ours) x86 mterp: fix cherry-pick/merge...
2010-10-15 Andy McFaddenSwitch to VMWAIT before sending to DDMS
2010-10-15 Raphaelam fd294a76: am f4b26ea7: resolved conflicts for merge...
2010-10-15 Raphaelam f4b26ea7: resolved conflicts for merge of b0b2a75d...
2010-10-12 Andy McFaddenam d5854946: am 141c9711: am 3f01142e: Merge "Added...
2010-10-12 Carl Shapiroam e6a8cabb: am 565c5663: am 44dcf29d: Add include...
2010-10-12 Andy McFaddenam 141c9711: am 3f01142e: Merge "Added some threading...
2010-10-12 Carl Shapiroam 565c5663: am 44dcf29d: Add include guards to avoid...
2010-10-12 Jean-Baptiste Queruam 643b045e: am 65da91cf: am 16926bc4: Merge "Remove...
2010-10-12 Jean-Baptiste Queruam 65da91cf: am 16926bc4: Merge "Remove obsolete variab...
2010-10-12 Carl Shapiroam 63843e0e: am 7876eb7d: am 0b89c266: Merge "Use the...
2010-10-12 Jean-Baptiste Queruam ebf657c0: am 90ee39ea: am ad3ff025: Merge "Update...
2010-10-12 Jean-Baptiste Queruam baac134a: am 789fb059: am bc02ca96: Merge "Fixed...
2010-10-12 Carl Shapiroam 7876eb7d: am 0b89c266: Merge "Use the break position...
2010-10-12 Jean-Baptiste Queruam 90ee39ea: am ad3ff025: Merge "Update Call386ABI...
2010-10-12 Jean-Baptiste Queruam 789fb059: am bc02ca96: Merge "Fixed bug in OP_GOTO_3...
2010-10-11 Andy McFaddenam 7e08546d: am c7fb06ef: am 5276cccb: Verify method...
2010-10-11 Andy McFaddenam c7fb06ef: am 5276cccb: Verify method invocation...
2010-10-11 Dan Bornsteinam 451bed66: am 22156b4d: am 9be25d09: Clarify the...
2010-10-11 Dan Bornsteinam 22156b4d: am 9be25d09: Clarify the invoke-* opcodes.
2010-10-11 Jean-Baptiste Queruam 16926bc4: Merge "Remove obsolete variable "len"...
2010-10-11 Jean-Baptiste Queruam ad3ff025: Merge "Update Call386ABI.S to support...
2010-10-11 Jean-Baptiste Queruam bc02ca96: Merge "Fixed bug in OP_GOTO_32.S, added...
2010-10-08 Andy McFaddenTrack result from dvmCallMethod
2010-10-01 Carl Shapiroam 5163f62f: am 7d3f633d: Merge "Include static fields...
2010-10-01 Elliott Hughesam b11c54c9: am 307aa79a: Merge "Change Runtime.nativeL...
2010-10-01 buzbeeresolved conflicts for merge of 6d55b332 to master
2010-10-01 Andy McFaddenam 33ff9f32: am d8b5f50d: Correct dexopt for uniprocessors.
next