Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
b5061a821d96cb1af7ba24d21a4d2d59f7f16c7c
/
runtime
/
gc
da0e224
Merge "Restore DDMS recent allocation tracking's behavior"
by Mathieu Chartier
· 10 years ago
1ed11b9
Restore DDMS recent allocation tracking's behavior
by Man Cao
· 10 years ago
ac854d2
Merge "New experimental GC stress mode"
by Mathieu Chartier
· 10 years ago
3100080
New experimental GC stress mode
by Mathieu Chartier
· 10 years ago
13e0091
Change GC to allow strings to use large object space.
by Jeff Hao
· 10 years ago
46ec520
Run an empty checkpoint before marking ends in the CC collector.
by Hiroshi Yamauchi
· 10 years ago
89c6373
Merge "Add more logging output for dlopen."
by David Srbecky
· 10 years ago
5dedb80
Add more logging output for dlopen.
by David Srbecky
· 10 years ago
7e7e69a
Merge "Print more diagnosis info on to-space invariant violation."
by Hiroshi Yamauchi
· 10 years ago
3f64f25
Print more diagnosis info on to-space invariant violation.
by Hiroshi Yamauchi
· 10 years ago
88da3b0
ART: Fix CFI test wrt/ PIC
by Andreas Gampe
· 10 years ago
8d73a91
Merge "Move image intern table into image"
by Mathieu Chartier
· 10 years ago
d39645e
Move image intern table into image
by Mathieu Chartier
· 10 years ago
3767017
Reset GC performance stats at zygote fork.
by Hiroshi Yamauchi
· 10 years ago
8c2ff64
Add allocation stack traces for HPROF dump.
by Man Cao
· 10 years ago
b5de3bb
Use runFinalizationWithTimeout for native allocations
by Mathieu Chartier
· 10 years ago
054a078
Add atrace calls to runtime start and heap create
by Richard Uhler
· 10 years ago
f6c2a27
Fix valgrind large_object_space_test
by Mathieu Chartier
· 10 years ago
e715811
Add a way to determine if a large object is a zygote object
by Mathieu Chartier
· 10 years ago
4edd847
Fix accidental IMT and root marking regression
by Mathieu Chartier
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
dc31313
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
by Vladimir Marko
· 10 years ago
679b1cf
Fix for potential moving GC bugs around proxy class.
by Hiroshi Yamauchi
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
cfee050
Merge "Fix debuggable compiler flag detection for secondary dex files"
by Sebastien Hertz
· 10 years ago
0de1133
Fix debuggable compiler flag detection for secondary dex files
by Sebastien Hertz
· 10 years ago
d0c8412
Print more info on mark sweep invalid ref crash.
by Hiroshi Yamauchi
· 10 years ago
eb2baaf
Print field info on mark sweep invalid ref crash.
by Hiroshi Yamauchi
· 10 years ago
b43390c
Hold heap bitmap lock in Heap::GetObjectsAllocated
by Mathieu Chartier
· 10 years ago
17a924a
ART: Merge entries with same name and protect in MemMap dump.
by Vladimir Marko
· 10 years ago
3130cdf
Add some more DISALLOW_COPY_AND_ASSIGN
by Mathieu Chartier
· 10 years ago
0ae9899
Request full/partial GC type from VMRuntime.requestConcurrentGC().
by Hiroshi Yamauchi
· 10 years ago
d38ec80
Print memory maps on GC crash.
by Hiroshi Yamauchi
· 10 years ago
175746a
Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL)
by Mathieu Chartier
· 10 years ago
e48b29b
Prevent undefined behavior in RosAlloc.
by Dan Albert
· 10 years ago
60f63f5
Use the lock word bits for Baker-style read barrier.
by Hiroshi Yamauchi
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
c8980de
Add sanity check for large object allocation
by Mathieu Chartier
· 10 years ago
e50dffa
Merge "Remove transitive dependency on <cutils/atomic.h>."
by Yabin Cui
· 10 years ago
c7df66e
Remove transitive dependency on <cutils/atomic.h>.
by Yabin Cui
· 10 years ago
10d6886
Disable parallel GC by default
by Mathieu Chartier
· 10 years ago
2ff3c2c
Merge "Fix valgrind tests"
by Mathieu Chartier
· 10 years ago
9086b65
Fix valgrind tests
by Mathieu Chartier
· 10 years ago
a1c9f01
getRuntimeStat() support (ART).
by Hiroshi Yamauchi
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
4809d0a
Fix CC root visiting bug
by Mathieu Chartier
· 10 years ago
084403f
Merge "Add more logging for debugging possible deadlock"
by Mathieu Chartier
· 10 years ago
720e71a
Add more logging for debugging possible deadlock
by Mathieu Chartier
· 10 years ago
65b798e
ART: Enable more Clang warnings
by Andreas Gampe
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
de194bf
Delete missed ClampGrowthLimit CHECK
by Mathieu Chartier
· 10 years ago
ddac423
Fix race with Heap::ClampGrowthLimit and GC
by Mathieu Chartier
· 10 years ago
faed995
Only GC the first time we call PreZygoteFork
by Mathieu Chartier
· 10 years ago
20f8559
Fixed layout for dex caches in boot image.
by Vladimir Marko
· 10 years ago
3679a47
Merge "Support relative encoded dex locations in oat files."
by Richard Uhler
· 10 years ago
e5fed03
Support relative encoded dex locations in oat files.
by Richard Uhler
· 10 years ago
cd8f637
Remove some spammy logging
by Mathieu Chartier
· 10 years ago
3dbf234
Fix oat_file_assistant_test32 flaky failures with GSS collector.
by Hiroshi Yamauchi
· 10 years ago
bf9fc58
Add more info to who called SuspendAll
by Mathieu Chartier
· 10 years ago
8711d1f
Fix valgrind heap_test.
by Hiroshi Yamauchi
· 10 years ago
db1c9ac
Exercise Heap::PreZygoteFork() in a test.
by Hiroshi Yamauchi
· 10 years ago
399ccb1
Merge "ART: correct native bytes allocated in RegisterNativeAllocation"
by Mathieu Chartier
· 10 years ago
60e2716
ART: correct native bytes allocated in RegisterNativeAllocation
by Lin Zang
· 10 years ago
d04495e
Fix CC collector boot.
by Hiroshi Yamauchi
· 10 years ago
4460a84
Rosalloc thread local allocation path without a cas.
by Hiroshi Yamauchi
· 10 years ago
dfe3083
Only allocate collectors if we may use them
by Mathieu Chartier
· 10 years ago
184c9dc
Fix some incorrect IsCompiler instead of IsAotCompiler
by Mathieu Chartier
· 10 years ago
e15ea08
Reserve bits in the lock word for read barriers.
by Hiroshi Yamauchi
· 10 years ago
5c42c29
Add support for .bss section in oat files.
by Vladimir Marko
· 10 years ago
0a575f2
Merge "Change card cache mod-union table to use bitmaps"
by Mathieu Chartier
· 10 years ago
4858a93
Change card cache mod-union table to use bitmaps
by Mathieu Chartier
· 10 years ago
e4d9987
Add standard gc log for transition collections.
by Hiroshi Yamauchi
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
5a2be3f
Implement a simple count based boot marker.
by Narayan Kamath
· 10 years ago
146a13d
Merge "ART: Fix RosAlloc Valgrind code"
by Andreas Gampe
· 10 years ago
a5a3f03
Merge "Revert "Do GC for alloc for unstarted runtimes""
by Mathieu Chartier
· 10 years ago
ac19516
Revert "Do GC for alloc for unstarted runtimes"
by Mathieu Chartier
· 10 years ago
fef16ad
ART: Fix RosAlloc Valgrind code
by Andreas Gampe
· 10 years ago
42ad490
Merge "Do GC for alloc for unstarted runtimes"
by Mathieu Chartier
· 10 years ago
6c8b49f
ART: Check image size when opening
by Andreas Gampe
· 10 years ago
c0a7e2b
Do GC for alloc for unstarted runtimes
by Mathieu Chartier
· 10 years ago
7e6a918
Merge "Clear thread local freed bits in RosAlloc::Run::InspectAllSlots"
by Mathieu Chartier
· 10 years ago
c38c5ea
Clear thread local freed bits in RosAlloc::Run::InspectAllSlots
by Mathieu Chartier
· 10 years ago
eb6c7c2
art: Try to fix parsed_options_test on the build server
by Igor Murashkin
· 10 years ago
446ba4b
Fix broken volantis build
by Igor Murashkin
· 10 years ago
1bb6cb0
Merge "art: Refactor RuntimeOptions/ParsedOptions"
by Igor Murashkin
· 10 years ago
aaebaa0
art: Refactor RuntimeOptions/ParsedOptions
by Igor Murashkin
· 10 years ago
69d69ea
Merge "ART: checkpoint mechanism optimization"
by Hiroshi Yamauchi
· 10 years ago
dd9943d
ART: checkpoint mechanism optimization
by Lei Li
· 10 years ago
d25f842
Clean up enums in RegionSpace.
by Hiroshi Yamauchi
· 10 years ago
04a7780
Merge "ART: reduce UpdateModUnionTable time for partial GC"
by Hiroshi Yamauchi
· 10 years ago
85ed6bd
Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs"
by Hiroshi Yamauchi
· 10 years ago
2ca19c2
Merge "Change AtomicStack to use StackReference"
by Mathieu Chartier
· 10 years ago
4add3b4
ART: clear dirty cards of alloc space for MS/CMS partial and full GCs
by Lei Li
· 10 years ago
cb535da
Change AtomicStack to use StackReference
by Mathieu Chartier
· 10 years ago
6c08a45
ART: Fix new[] / delete mismatch
by Andreas Gampe
· 10 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
Next »