OSDN Git Service

misc DalvikRunner changes
[android-x86/dalvik.git] / vm /
2010-03-16 Carl ShapiroImport the heap verification code from the copying...
2010-03-16 Brian CarlstromMerge "Add some certimport.sh documention" into dalvik-dev
2010-03-16 Bill Buzbeeam 900a3afd: Jit: Fix register usage bug - Issue 251882...
2010-03-16 Bill BuzbeeJit: Fix register usage bug - Issue 2518825 native...
2010-03-16 Carl Shapiroam fcd1cbd4: Merge "Include strings.h directly for...
2010-03-16 Carl ShapiroMerge "Include strings.h directly for its ffs prototype."
2010-03-16 Bill BuzbeeMerge "Jit: Handle new VOLATILE Dalvik ops by not handl...
2010-03-16 Jesse Wilsonam 38b778b3: Fixing an @link issue that is upsetting...
2010-03-16 Brian CarlstromMerge "make DalvikRunner ignore .#Foo.java files" into...
2010-03-16 Jesse Wilsonam 6abe2582: Merge "First half of JSON Javadocs."
2010-03-16 Jesse WilsonMerge "First half of JSON Javadocs."
2010-03-16 Elliott HughesMerge "Remove dead fields, constants, and redundant...
2010-03-16 Andy McFaddenam f8a44e85: Merge "Point debuggerd at the interesting...
2010-03-16 Andy McFaddenMerge "Point debuggerd at the interesting thread."
2010-03-16 Carl ShapiroReplace free calls to the pthread mutex lock, unlock...
2010-03-16 Carl ShapiroInclude strings.h directly for its ffs prototype.
2010-03-16 Jesse Wilsonam 27182541: Implementing Document.renameNode() and...
2010-03-16 Andy McFaddenPoint debuggerd at the interesting thread.
2010-03-16 Bill BuzbeeJit: Handle new VOLATILE Dalvik ops by not handling...
2010-03-15 Andy McFaddenMake wide-volatile loads and stores atomic.
2010-03-15 Carl ShapiroMerge "Eliminate unused heap bitmap functions. This...
2010-03-15 Ben Chengam 1639f705: Merge "Fix the JIT blocking mode to unbloc...
2010-03-15 Ben ChengMerge "Fix the JIT blocking mode to unblock itself."
2010-03-15 Ben ChengFix the JIT blocking mode to unblock itself.
2010-03-15 Andy McFaddenam a58fc616: Merge "Try to show lock owner in MONITOR...
2010-03-15 Andy McFaddenMerge "Try to show lock owner in MONITOR thread dump."
2010-03-15 Andy McFaddenTry to show lock owner in MONITOR thread dump.
2010-03-15 Bill Buzbeeam 62145b47: Merge "Jit: Minor cleanup - enum size...
2010-03-15 Bill BuzbeeMerge "Jit: Minor cleanup - enum size fix, remove usele...
2010-03-15 Ben Chengam bcdd4b09: Increase the SHORT_DELAY amount in the...
2010-03-15 Bill BuzbeeJit: Minor cleanup - enum size fix, remove useless...
2010-03-15 Andy McFaddenTry to show lock owner in MONITOR thread dump.
2010-03-14 Carl ShapiroMerge "Factor out lock inflation into a common subrouti...
2010-03-14 Carl ShapiroFactor out lock inflation into a common subroutine.
2010-03-14 Jesse Wilsonam fcfb5220: Adding an Apache-licensed implementation...
2010-03-14 Jesse Wilsonam f662e543: Removing the non-free org.json implementation
2010-03-14 Jesse Wilsonam 37cfb2f4: Merge "A cleanroom implementation of the...
2010-03-14 Ben Chengam 95cd9ac6: Stay in the dbg interpreter if the entry...
2010-03-14 Ben Chengam 3ed90a94: Merge "Add a native method dalvik.system...
2010-03-13 Elliott HughesMerge "Remove dead obfuscatory code." into dalvik-dev
2010-03-13 Jesse WilsonMerge "A cleanroom implementation of the org.json API."
2010-03-13 Ben ChengStay in the dbg interpreter if the entry reason is...
2010-03-13 Ben ChengMerge "Add a native method dalvik.system.VMDebug.infopo...
2010-03-13 Ben ChengAdd a native method dalvik.system.VMDebug.infopoint...
2010-03-13 Bill Buzbeeam be6534f3: Jit: Fix for [Issue 2487514] Dropped exception
2010-03-13 Bill BuzbeeJit: Fix for [Issue 2487514] Dropped exception
2010-03-12 Ben Chengam 7cd9d693: Merge "Add a JIT unit test for ArrayStoreE...
2010-03-12 Jesse Wilsonam 92e01317: Adding support for DOM3 attribute IDs...
2010-03-12 Carl ShapiroEliminate unused heap bitmap functions. This is mostly...
2010-03-11 Elliott HughesMerge "Plug a resource leak with "finally" and make...
2010-03-11 Jesse Wilsonam 6f9b4d2b: Merge "Implementing getBaseUri() for DOM."
2010-03-11 Jesse WilsonMerge "Implementing getBaseUri() for DOM."
2010-03-11 Bill Buzbeeam 4527387d: Jit: Make debugging mode aware of inlineEx...
2010-03-11 Bill BuzbeeJit: Make debugging mode aware of inlineExecute/moveRes...
2010-03-11 Elliott HughesMerge "Don't silently ignore arguments just because...
2010-03-11 Colin Crossam dad7a0ef: Merge "Add armv7-a-neon build target"
2010-03-11 Colin CrossMerge "Add armv7-a-neon build target"
2010-03-11 Elliott HughesMerge "Tidy up java.lang.Math and java.lang.StrictMath...
2010-03-11 Andy McFaddenMerge "Minor fixes." into dalvik-dev
2010-03-10 Xavier Ducrohetam f854a794: Merge "remove System.*.println when ddm...
2010-03-10 Xavier DucrohetMerge "remove System.*.println when ddm dispatch fails."
2010-03-10 Andy McFaddenMinor fixes.
2010-03-10 Andy McFaddenam 504af654: Merge "Rearrange the way SignalCatcher...
2010-03-10 Andy McFaddenMerge "Rearrange the way SignalCatcher writes logs."
2010-03-10 Andy McFaddenRearrange the way SignalCatcher writes logs.
2010-03-10 Elliott HughesMerge "Fix Issue 7036: java.math.BigInteger ctor accept...
2010-03-10 Ben Chengam 72621c9d: Pad the page containing ARM code in the...
2010-03-10 Ben ChengPad the page containing ARM code in the JIT code cache...
2010-03-10 Jesse Wilsonam 33a939f4: Merge "New tests for JSONObject and for...
2010-03-10 Jesse WilsonMerge "New tests for JSONObject and for JSON's self...
2010-03-10 Andy McFaddenam 77fbf5c2: Merge "If a finalizer wedges, raise prio...
2010-03-10 Andy McFaddenMerge "If a finalizer wedges, raise prio and retry."
2010-03-10 Elliott Hughesam 40bd3d28: Merge "Work around droiddoc bug b/2022288."
2010-03-10 Ben Chengam f9135f32: Merge "Align fake data in the same page...
2010-03-10 Elliott Hughesam 16e0f24a: Another go at making droiddoc as happy...
2010-03-10 Elliott Hughesam 1f6a0425: Fix javadoc errors.
2010-03-10 Jesse Wilsonam f5274f62: Merge "Print errors encountered while...
2010-03-10 Jesse Wilsonam 5c6839b2: Merge "Implement adoptNode() and importNod...
2010-03-10 Jesse WilsonMerge "Print errors encountered while writing XML reports"
2010-03-10 Jesse WilsonMerge "Implement adoptNode() and importNode()."
2010-03-10 Andy McFaddenIf a finalizer wedges, raise prio and retry.
2010-03-09 Elliott Hughesam a6d228d4: Merge "Minor documentation improvements."
2010-03-09 Elliott HughesMerge "Minor documentation improvements."
2010-03-09 Brian Carlstromam a536d01c: Merge "Fix certimport.sh to check for...
2010-03-09 Brian CarlstromMerge "Fix certimport.sh to check for Bouncy Castle...
2010-03-09 Colin CrossAdd armv7-a-neon build target
2010-03-09 Carl Shapiroam 699c9eb5: Merge "Hoist shape discrimination above...
2010-03-09 Carl ShapiroMerge "Hoist shape discrimination above thin lock owner...
2010-03-09 Barry HayesChange Class layout to allocate an array of StaticField...
2010-03-09 Barry HayesMerge "Previous changes put unlinkedJavaLangClass on...
2010-03-09 Jean-Baptiste Queruam 3521d8c2: Add an empty CleanSpec.mk
2010-03-09 Elliott HughesMerge "Implement the Java 6 NetworkInterface/InterfaceA...
2010-03-09 Jesse Wilsonam 631bbbff: Merge "Adding support for getUserData...
2010-03-09 Jesse WilsonMerge "Adding support for getUserData() and setUserData...
2010-03-08 Carl ShapiroHoist shape discrimination above thin lock owner test...
2010-03-08 Barry HayesPrevious changes put unlinkedJavaLangClass on the heap...
2010-03-08 Elliott HughesMerge "Support IPv4-compatible IPv6 addresses on IPv4...
2010-03-08 Bill Buzbeeam 2fc03c33: Jit: fix for 2483131 - VM daemon thread...
2010-03-08 Bill BuzbeeJit: fix for 2483131 - VM daemon thread shutdown with...
2010-03-08 Bill Buzbeeam fc519dc8: Jit: Make most Jit compile failures non...
next