Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
e7a37d5f93fbfcf282a9041dd1dcf7e8f43f369c
/
vm
e7a37d5
am b122c8b1: Fix thread names.
by Andy McFadden
· 15 years ago
b122c8b
Fix thread names.
by Andy McFadden
· 15 years ago
6e5cf60
Quicker partial collection by using card marking.
by Barry Hayes
· 15 years ago
3be6164
Merge "Only emit cat1 volatile ops in SMP builds." into dalvik-dev
by Andy McFadden
· 15 years ago
139516e
Only emit cat1 volatile ops in SMP builds.
by Andy McFadden
· 15 years ago
903405d
Merge "JIT: Fix for 2813841, use core regs for sub-word data" into dalvik-dev
by Bill Buzbee
· 15 years ago
749e816
JIT: Fix for 2813841, use core regs for sub-word data
by Bill Buzbee
· 15 years ago
f5dcfc8
am e5289ebc: Merge "Use pthread_setname_np when available."
by Andy McFadden
· 15 years ago
e5289eb
Merge "Use pthread_setname_np when available."
by Andy McFadden
· 15 years ago
41f27a0
Merge "Disambiguate method overloads in -Xjitverbose output." into dalvik-dev
by Elliott Hughes
· 15 years ago
cc6fac8
Disambiguate method overloads in -Xjitverbose output.
by Elliott Hughes
· 15 years ago
bf8c557
am 1c52e6d2: Properly set the entry point for the dbg > mterp transition.
by Ben Cheng
· 15 years ago
1c52e6d
Properly set the entry point for the dbg > mterp transition.
by Ben Cheng
· 15 years ago
791802c
Add two new stubs to fix the copying collector build.
by Carl Shapiro
· 15 years ago
5617ad3
Minor clean-up of thread status changes.
by Carl Shapiro
· 15 years ago
ec47e2e
Allow allocation during a concurrent GC.
by Carl Shapiro
· 15 years ago
44104e9
resolved conflicts for merge of 225bfdd0 to dalvik-dev
by Carl Shapiro
· 15 years ago
225bfdd
Merge "Eliminate the only use of the releasing swap name."
by Carl Shapiro
· 15 years ago
d09b642
am bdddc792: am c399a2ca: merge from open-source master
by The Android Open Source Project
· 15 years ago
bdddc79
am c399a2ca: merge from open-source master
by The Android Open Source Project
· 15 years ago
22ec609
Use pthread_setname_np when available.
by Andy McFadden
· 15 years ago
c399a2c
merge from open-source master
by The Android Open Source Project
· 15 years ago
034125a
Don't prelink dalvik for x86
by Bruce Beare
· 15 years ago
453e05f
Eliminate the only use of the releasing swap name.
by Carl Shapiro
· 15 years ago
1462832
am 79d2a00a: am 6296a2e8: Jit: Fix for 2793725 SIGSEGV in JIT code cache
by Bill Buzbee
· 15 years ago
ca6f4f6
Revert change of test automerged from master
by Brian Carlstrom
· 15 years ago
79d2a00
am 6296a2e8: Jit: Fix for 2793725 SIGSEGV in JIT code cache
by Bill Buzbee
· 15 years ago
6296a2e
Jit: Fix for 2793725 SIGSEGV in JIT code cache
by Bill Buzbee
· 15 years ago
1b4a363
Merge "Improve System.arraycopy's ArrayIndexOutOfBoundsException messages." into dalvik-dev
by Elliott Hughes
· 15 years ago
a746f04
Improve System.arraycopy's ArrayIndexOutOfBoundsException messages.
by Elliott Hughes
· 15 years ago
37e88a0
am 0d3291c7: Merge remote branch \'goog/dalvik-dev\' into mm
by Brian Carlstrom
· 15 years ago
0d3291c
Merge remote branch 'goog/dalvik-dev' into mm
by Brian Carlstrom
· 15 years ago
fb119e6
Emit volatile field access instructions.
by Andy McFadden
· 15 years ago
36b1259
Merge "Bullet-proof dvmFreeClassInnards from unexpected or NULL descriptor." into dalvik-dev
by Barry Hayes
· 15 years ago
3d037ec
Merge "Add missing ']'s in ARM disassembler output." into dalvik-dev
by Elliott Hughes
· 15 years ago
d1660a5
Add missing ']'s in ARM disassembler output.
by Elliott Hughes
· 15 years ago
33a192e
Bullet-proof dvmFreeClassInnards from unexpected or NULL descriptor.
by Barry Hayes
· 15 years ago
75bece9
Merge "Remove code superseded by the pre- and post-verify switches." into dalvik-dev
by Carl Shapiro
· 15 years ago
40607dd
Change how a null threadgroup is displayed.
by Andy McFadden
· 15 years ago
debf01a
Remove code superseded by the pre- and post-verify switches.
by Carl Shapiro
· 15 years ago
f586033
Fix a comment.
by Carl Shapiro
· 15 years ago
9e59477
Fix a deadlock in when shutting down the GC thread.
by Carl Shapiro
· 15 years ago
ec805ea
Add a mode for concurrently marking and sweeping.
by Carl Shapiro
· 15 years ago
065c7ba
Merge "Remove an obsolete TODO." into dalvik-dev
by Carl Shapiro
· 15 years ago
864e8d0
Remove an obsolete TODO.
by Carl Shapiro
· 15 years ago
012eba7
am 11b4c7c0: am 5439ba57: merge from froyo-plus-aosp
by The Android Open Source Project
· 15 years ago
11b4c7c
am 5439ba57: merge from froyo-plus-aosp
by The Android Open Source Project
· 15 years ago
d2cc734
Merge "Fixing up #ifndef inlcude name." into dalvik-dev
by Barry Hayes
· 15 years ago
0dfa7bf
Fixing up #ifndef inlcude name.
by Barry Hayes
· 15 years ago
4e3c489
Merge "Move WriteBarrier operations into their own header file. Split Object.h" into dalvik-dev
by Barry Hayes
· 15 years ago
7ef0755
Move WriteBarrier operations into their own header file. Split Object.h
by Barry Hayes
· 15 years ago
e2f049d
Merge "Extending the maximum length of a boot classpath." into dalvik-dev
by Jesse Wilson
· 15 years ago
8b31f73
Extending the maximum length of a boot classpath.
by Jesse Wilson
· 15 years ago
5439ba5
merge from froyo-plus-aosp
by The Android Open Source Project
· 15 years ago
697b5a9
Use the queueNext field of java.lang.ref.Reference for lists of
by Barry Hayes
· 15 years ago
a5e881c
Merge "Fix a VM abort caused by the HeapWorker thread." into dalvik-dev
by Carl Shapiro
· 15 years ago
d8eed1b
Fix a VM abort caused by the HeapWorker thread.
by Carl Shapiro
· 15 years ago
385c16c
Merge "Remove LOGVV messages." into dalvik-dev
by Carl Shapiro
· 15 years ago
b30293a
Remove LOGVV messages.
by Carl Shapiro
· 15 years ago
60e6241
Remove a reference to the unlinked class in identityHashCode.
by Carl Shapiro
· 15 years ago
f8315e2
Jit: Fix for 2793725 SIGSEGV in JIT code cache
by Bill Buzbee
· 15 years ago
cc68c4b
Merge "Make the copying collector build again." into dalvik-dev
by Carl Shapiro
· 15 years ago
eff0df7
Make the copying collector build again.
by Carl Shapiro
· 15 years ago
3814d25
merge from open-source master
by The Android Open Source Project
· 15 years ago
8bb1230
Merge "dalvik: use pthread_setname_np() to set the name of the current thread"
by Andy McFadden
· 15 years ago
c6b25c7
Relocate OpCodeNames.[ch].
by Andy McFadden
· 15 years ago
364f9d9
Put wrappers on all stores of Object pointers into heap Objects.
by Barry Hayes
· 15 years ago
3d53697
Merge "Fix ENFORCE_READ_ONLY mode for LinearAlloc." into dalvik-dev
by Andy McFadden
· 15 years ago
1145f22
Fix ENFORCE_READ_ONLY mode for LinearAlloc.
by Andy McFadden
· 15 years ago
f7bcb51
Merge "Clean-up the use of barriers in the synchronization code." into dalvik-dev
by Carl Shapiro
· 15 years ago
1640b00
Merge "Fiddle with SMP_DMB." into dalvik-dev
by Andy McFadden
· 15 years ago
357a687
am 65c3e699: am 577198ac: merge from froyo-plus-aosp
by The Android Open Source Project
· 15 years ago
4ba5672
Clean-up the use of barriers in the synchronization code.
by Carl Shapiro
· 15 years ago
65c3e69
am 577198ac: merge from froyo-plus-aosp
by The Android Open Source Project
· 15 years ago
577198a
merge from froyo-plus-aosp
by The Android Open Source Project
· 15 years ago
81f3ebe
Remove the "allocFlags" parameter from dvmCreateStringFromCstr and
by Barry Hayes
· 15 years ago
0890e5b
Fiddle with SMP_DMB.
by Andy McFadden
· 15 years ago
c35a2ef
Add opcodes for volatile field accesses
by Andy McFadden
· 15 years ago
54c91f8
Merge "Dalvik SMP update" into dalvik-dev
by Andy McFadden
· 15 years ago
deeeeb2
Dalvik SMP update
by Andy McFadden
· 15 years ago
38a1786
Implement 64-bit atomic ops for ARMv6K+.
by Andy McFadden
· 15 years ago
edd405f
Revert "Implement 64-bit atomic ops for ARMv6K+."
by Brian Carlstrom
· 15 years ago
05ce82a
Implement 64-bit atomic ops for ARMv6K+.
by Andy McFadden
· 15 years ago
6e10b9a
Atomic op cleanup.
by Andy McFadden
· 15 years ago
271e010
merge from open-source master
by The Android Open Source Project
· 15 years ago
056b966
Add a context argument to the visitor callback.
by Carl Shapiro
· 15 years ago
8ea8d24
New implementation for java.lang.Runtime's availableProcessors().
by Mikael Ohlson
· 15 years ago
228a6b0
Forward progress on verifier.
by Andy McFadden
· 15 years ago
d508506
am 48184679: am c12b0da0: am e0b23da8: Merge "Tweak sanity check." into gingerbread
by Andy McFadden
· 15 years ago
4818467
am c12b0da0: am e0b23da8: Merge "Tweak sanity check." into gingerbread
by Andy McFadden
· 15 years ago
c12b0da
am e0b23da8: Merge "Tweak sanity check." into gingerbread
by Andy McFadden
· 15 years ago
e0b23da
Merge "Tweak sanity check." into gingerbread
by Andy McFadden
· 15 years ago
6be954f
Tweak sanity check.
by Andy McFadden
· 15 years ago
a7e07d3
am a224c03a: am 36b3b873: merge from froyo-plus-aosp
by The Android Open Source Project
· 15 years ago
a224c03
am 36b3b873: merge from froyo-plus-aosp
by The Android Open Source Project
· 15 years ago
36b3b87
merge from froyo-plus-aosp
by The Android Open Source Project
· 15 years ago
6222203
Remove commented out logging code.
by Carl Shapiro
· 15 years ago
c5f53e2
Consistently use strerror(3) rather than reporting raw errno values.
by Elliott Hughes
· 15 years ago
73f2f88
Remove some stale comments and code.
by Carl Shapiro
· 15 years ago
eb91ab1
am f2be19de: am 891416ef: Update armv7-a-neon.
by Andy McFadden
· 15 years ago
Next »