OSDN Git Service

Revert "Prune uses library classes even without profile DO NOT MERGE"
[android-x86/art.git] / runtime / monitor.cc
2016-08-29 Nicolas GeoffrayPass the right class loader when inlining. am: c770fe0480
2016-08-24 Mathieu ChartierRevert "Revert "Use try lock to fix class resolution...
2016-08-24 Mathieu ChartierRevert "Use try lock to fix class resolution race"
2016-08-24 Mathieu ChartierUse try lock to fix class resolution race
2016-08-24 Mathieu ChartierRevert "Revert "Use try lock to fix class resolution...
2016-08-24 Mathieu ChartierRevert "Use try lock to fix class resolution race"
2016-08-24 Mathieu ChartierUse try lock to fix class resolution race
2016-05-24 Mingyao YangMerge "Fix an assert during jdwp debugging." into nyc-dev
2016-05-24 TreeHugger RobotMerge "Put boot class loader classes and strings in...
2016-05-19 TreeHugger RobotMerge "Add missing check for IsShuttingDown in profile...
2016-05-18 Roland LevillainMerge "Catch classes inheriting from themselves in...
2016-05-18 Andreas GampeART: Fix systrace monitor logging
2016-05-17 Andreas GampeART: Fix systrace monitor logging
2016-05-02 Dimitry IvanovMerge "Reset NativeLoader on DestroyJavaVM" into nyc-dev
2016-04-30 Hans BoehmMerge "Correct monitor pool synchronization" into nyc-dev
2016-04-29 Andreas GampeMerge "ART: Disambiguate access-checks mode from lock...
2016-04-29 Jeff HaoMerge "Add ability to see if a dex file is backed by...
2016-04-29 Richard UhlerMerge "Deduplicate simple roots in hprof." into nyc-dev
2016-04-29 Andreas GampeMerge "ART: Log all monitor operations to systrace...
2016-04-29 TreeHugger RobotMerge "ART: Log all monitor operations to systrace...
2016-04-29 Brian CarlstromMerge "Add null checks to weak DexCache references...
2016-04-29 Bill BuzbeeMerge "ART: Add missing EXPORT_PCs to x86/_64 mterp...
2016-04-29 Mathieu ChartierMerge "Add contender method for lock contention" into...
2016-04-29 Mathieu ChartierMerge "Add contender method for lock contention" into...
2016-04-29 Mathieu ChartierAdd contender method for lock contention
2016-04-29 Andreas GampeART: Log all monitor operations to systrace
2016-04-25 TreeHugger RobotMerge "Make a fake libart for misbehaving apps." into...
2016-04-21 TreeHugger RobotMerge "Fix interaction between instrumentation and...
2016-04-20 TreeHugger RobotMerge "ART: Add logging for CHECK failure" into nyc-dev
2016-04-20 Andreas GampeMerge changes I0360a078,I3e267519 into nyc-dev
2016-04-20 Aart BikMerge "Avoid constructing types with errors." into...
2016-04-20 TreeHugger RobotMerge "ProfileSaver: query profiling_infos instead...
2016-04-20 Vladimir MarkoMerge changes I5044e94b,I149273b7 into nyc-dev
2016-04-20 Andreas GampeMerge "ART: Fast-fail empty other handlers in fault...
2016-04-19 Mathieu ChartierDo less work holding thread list lock
2016-04-19 Mathieu ChartierDo less work holding thread list lock
2016-04-19 Andreas GampeMerge "ART: Remove Security initialization cutout"...
2016-04-19 Richard UhlerMerge changes Ia55ae13e,Ib3e2e6d2 into nyc-dev
2016-04-19 Andreas GampeMerge "ART: Add cutout for Character.toLower/UpperCase...
2016-04-19 Andreas GampeMerge "ART: Add ClassLoader.getResourceAsStream cutout...
2016-04-18 Mathieu ChartierPrevent holding stale Thread pointers
2016-04-18 Mathieu ChartierPrevent holding stale Thread pointers
2016-04-18 Mathieu ChartierMerge "Add more info to monitor contention logging...
2016-04-18 Mathieu ChartierMerge "Add more info to monitor contention logging...
2016-04-18 Mathieu ChartierAdd more info to monitor contention logging
2016-04-15 TreeHugger RobotMerge "Sort output of a find command in makefile" into...
2016-04-13 Calin JuravleMerge remote-tracking branch 'goog/master' into nyc-dev
2016-04-13 Bill BuzbeeMerge "Revert "Revert "ART: Improve JitProfile perf...
2016-04-13 Calin JuravleMerge "Add option to tune sample collection based on...
2016-04-13 Calin JuravleMerge "Add option to tune sample collection based on...
2016-04-13 Calin JuravleMerge "Add option to tune sample collection based on...
2016-04-13 Calin JuravleMerge "Add option to tune sample collection based on...
2016-04-13 Calin JuravleAdd option to tune sample collection based on thread...
2016-03-30 Vladimir MarkoMerge "X86_64: Replace x86_64 xchg instruction use"
2016-03-22 Nicolas GeoffrayMerge "Revert "Revert "Enable compilation of secondary...
2016-03-14 Nicolas GeoffrayMerge "Revert "Enable compilation of secondary dex...
2016-03-14 Andreas GampeMerge "ART: Check alignment of section offsets"
2016-03-14 Calin JuravleMerge "Enable compilation of secondary dex files"
2016-03-14 Roland LevillainMerge "Revert "Re-enable test that was causing TimeoutE...
2016-03-11 Stephen HinesMerge "Enable clang for ARM builds."
2016-03-11 Hiroshi YamauchiMerge "Assembly region TLAB allocation fast path for...
2016-03-11 Aart BikMerge "Tests for round() method."
2016-03-11 David SrbeckyMerge "Revert "Allow duplicated methods in different...
2016-03-11 David SrbeckyMerge "Allow duplicated methods in different DWARF...
2016-03-11 David SrbeckyMerge "Allow generation of native debug info for multip...
2016-03-11 David SrbeckyMerge "Refactor MethodDebugInfo (input of DWARF writer)."
2016-03-10 Christopher FerrisMerge "Log when why an Unwind failed."
2016-03-10 Mathieu ChartierMerge "Allocate interrupted exception before re-acquiri...
2016-03-10 Mathieu ChartierMerge "Allocate interrupted exception before re-acquiri...
2016-03-10 Mathieu ChartierAllocate interrupted exception before re-acquiring...
2016-03-10 Mathieu ChartierAllocate interrupted exception before re-acquiring...
2016-03-09 Calin JuravleMerge "Handle unexpected cases in profile saver"
2016-03-09 Calin JuravleMerge "Update GetDexOptNeeded to handle different level...
2016-03-09 Calin JuravleMerge "Record foreign dex files loaded by the app in...
2016-03-07 Roland LevillainMerge "Typo in comment in MIPS32 mterp."
2016-03-07 Bill BuzbeeMerge "ART: Enable JitProfiling for MIPS64 Mterp"
2016-03-07 Nicolas GeoffrayMerge "Add some debugging for zygote crash." into nyc-dev
2016-03-07 Vladimir MarkoMerge "Remove useless map in SwapAllocator"
2016-03-05 Andreas GampeMerge "MIPS64: Implement isInfinite intrinsics."
2016-03-05 Mathieu ChartierMerge "Add more systracing everywhere" am: dc97e3c4b4
2016-03-05 Mathieu ChartierMerge "Add more systracing everywhere"
2016-03-05 Mathieu ChartierMerge "Add more systracing everywhere"
2016-03-05 Mathieu ChartierAdd more systracing everywhere
2016-03-05 Mathieu ChartierMerge "Use MarkIfNotInToSpace for SemiSpace::MarkObject...
2016-03-05 Mathieu ChartierMerge "Use MarkIfNotInToSpace for SemiSpace::MarkObject...
2016-03-05 Mathieu ChartierMerge "Add more systracing everywhere" into nyc-dev
2016-03-05 Mathieu ChartierMerge "Add more systracing everywhere" into nyc-dev
2016-03-04 Mathieu ChartierAdd more systracing everywhere
2016-01-11 David Brazdilam 7b874bc5: am f3962119: Merge "ART: Rediscover loops...
2016-01-11 David Brazdilam 221e0f73: am 527145b4: Merge "ART: Split Checker...
2016-01-11 David Brazdilam 8d19a756: am 2d999e05: Merge "Revert "ART: Split...
2016-01-11 David Brazdilam e140d126: am d62e2d0e: Merge "ART: Split Checker...
2016-01-11 Roland Levillainam 140d25bb: am cdf89f3a: Merge "Small correction in...
2016-01-11 Calin Juravleam 3b368b38: am c23fef5d: Merge "Revert "Add new rule...
2016-01-11 Calin Juravleam 6b9dcffb: am fe8cd351: Merge "Add new rule to the...
2016-01-11 Roland Levillainam 58e9add4: am 987b2e66: Merge "Simplify floating...
2016-01-11 David Brazdilam f4573607: am faf935eb: Merge "ART: Enable Checker...
2016-01-11 David Brazdilam e8ff50df: ART: Rediscover loops after deleting block...
2016-01-11 Andreas Gampeam 61858848: Merge "ART: arm indexOf intrinsics for...
2016-01-11 Mathieu Chartieram 5f5e57f0: Merge "Hold heap bitmap lock in Heap:...
next