index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
monitor.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-4
/
+4
*
Fix mismatched malloc/free delete/new.
Christopher Ferris
2015-04-27
1
-0
/
+4
*
Switch from memalign to posix_memalign for Mac build
Brian Carlstrom
2015-03-03
1
-5
/
+7
*
Reserve bits in the lock word for read barriers.
Hiroshi Yamauchi
2015-03-03
1
-0
/
+13
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-1
/
+2
*
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-08-29
1
-1
/
+4
*
Merge "ART: Do not recursively abort when visiting locks in a bad state"
Andreas Gampe
2014-08-16
1
-1
/
+3
|
\
|
*
ART: Do not recursively abort when visiting locks in a bad state
Andreas Gampe
2014-08-18
1
-1
/
+3
*
|
Tidy up monitor comments.
Ian Rogers
2014-08-15
1
-6
/
+30
*
|
Make Monitor::Wait more robust to spurious Inflate failures.
Ian Rogers
2014-08-15
1
-0
/
+7
|
/
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-3
/
+4
*
Use memory chunks for monitors on LP64
Andreas Gampe
2014-07-10
1
-1
/
+9
*
Add logging to monitor deflation.
Mathieu Chartier
2014-06-24
1
-1
/
+2
*
Add read barriers for the class and the intern tables.
Hiroshi Yamauchi
2014-06-13
1
-1
/
+1
*
Add read barriers to the weak roots in the intern table.
Hiroshi Yamauchi
2014-05-28
1
-2
/
+2
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-1
/
+1
*
Merge "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-22
1
-1
/
+1
|
\
|
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-1
/
+1
*
|
Merge "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-1
/
+1
*
|
Merge "Add a read barrier for weak roots in monitors."
Hiroshi Yamauchi
2014-05-22
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
Add a read barrier for weak roots in monitors.
Hiroshi Yamauchi
2014-05-21
1
-2
/
+6
*
|
Begin migration of art::Atomic to std::atomic.
Ian Rogers
2014-05-20
1
-1
/
+1
|
/
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-2
/
+2
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-6
/
+4
*
Comment disallow new monitors.
Ian Rogers
2014-04-17
1
-0
/
+4
*
Add monitor deflation.
Mathieu Chartier
2014-04-07
1
-3
/
+5
*
Add more VerifyObject calls.
Mathieu Chartier
2014-03-07
1
-0
/
+2
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-3
/
+4
*
Remove using mirror::* in jni internal.
Mathieu Chartier
2014-02-14
1
-1
/
+1
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-2
/
+3
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-4
/
+13
*
Tidy up memory barriers.
Ian Rogers
2013-12-20
1
-1
/
+1
*
Fix portable + mips build.
Mathieu Chartier
2013-11-12
1
-0
/
+3
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-1
/
+5
*
Lazily compute object identity hash codes.
Mathieu Chartier
2013-10-31
1
-6
/
+9
*
Fix object identity hash.
Mathieu Chartier
2013-10-29
1
-5
/
+16
*
Notify doesn't inflate, rename helper.
Ian Rogers
2013-10-11
1
-3
/
+3
*
Inflate contended lock word by suspending owner.
Ian Rogers
2013-10-02
1
-50
/
+56
*
resolved conflicts for merge of bb0140e0 to dalvik-dev
Mathieu Chartier
2013-09-20
1
-0
/
+4
|
\
|
*
Re-enable concurrent system weak sweeping.
Mathieu Chartier
2013-09-20
1
-2
/
+4
*
|
Refactor system weak sweeping, add support for modification.
Mathieu Chartier
2013-09-17
1
-3
/
+3
|
/
*
Don't scan image space when starting runtime.
Ian Rogers
2013-08-23
1
-0
/
+3
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-4
/
+4
*
Fix cpplint runtime/explicit issues
Brian Carlstrom
2013-07-17
1
-1
/
+1
*
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
1
-3
/
+3
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+211