OSDN Git Service

Put the deletion of profiling info under a GC critical section.
[android-x86/art.git] / runtime / jit / jit_code_cache.h
2016-08-10 Nicolas GeoffrayPut the deletion of profiling info under a GC critical...
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-21 Vladimir MarkoMerge "Thumb2: Fix EmitJumpTables() to extend buffer...
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 Vladimir MarkoMerge changes Iddd42d75,Ifb2d7b35 into nyc-dev
2016-04-20 Calin JuravleMerge "ProfileSaver: query profiling_infos instead...
2016-04-20 TreeHugger RobotMerge "ProfileSaver: query profiling_infos instead...
2016-04-20 Calin JuravleProfileSaver: query profiling_infos instead of the...
2016-04-19 Andreas GampeMerge "ART: Remove Security initialization cutout"...
2016-04-19 Andreas GampeMerge "ART: Add ClassLoader.getResourceAsStream cutout...
2016-04-18 Mathieu ChartierMerge "Add more info to monitor contention logging...
2016-04-18 Roland LevillainMerge changes I077465e3,I30173023 into nyc-dev
2016-04-18 Yi KongMerge "Increase vtable size for String class" into...
2016-04-18 Nicolas GeoffrayMerge "Add weight to compiled/interpreter transitions...
2016-04-18 Calin JuravleMerge "Allow the framework to register sensistive threa...
2016-04-18 Nicolas GeoffrayMerge "Add weight to compiled/interpreter transitions...
2016-04-18 Nicolas GeoffrayAdd weight to compiled/interpreter transitions.
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 Mathieu ChartierFix InsertDexFileInToClassLoader to handle null class...
2016-04-12 Andreas GampeART: Add Makefile target for boot image
2016-04-12 Andreas GampeMerge "ART: Flag to fail thread creation" into nyc-dev
2016-04-12 Hiroshi YamauchiMerge "Assembly region TLAB allocation fast path for...
2016-04-12 Sergio GiroMerge "unstarted_runtime: add cutout for Math.floor"
2016-04-12 Narayan KamathRevert "Update expectations for 031-class-attributes."
2016-04-12 Sergio GiroMerge "unstarted_runtime: add cutout for Math.floor...
2016-04-12 Mathieu ChartierDon\'t abort during app image loading with no boot...
2016-04-12 Mathieu ChartierFix relocate in place to handle arbitrary app image...
2016-04-12 Mathieu ChartierRevert "Revert "Reduce dirty image pages by improving...
2016-04-11 Nicolas GeoffrayMerge "MIPS: Improving art_quick_imt_conflict_trampoline"
2016-04-11 Vladimir MarkoMerge "Oatdump: Smarter StackMap lookup to improve...
2016-04-11 Calin JuravleMerge "Revert "Revert "Revert "Revert "ART: Improve...
2016-04-11 Nicolas GeoffrayMerge "Implement on-stack replacement for MIPS32 and...
2016-04-09 Mathieu ChartierRevert "Reduce dirty image pages by improving binning"
2016-04-09 Mathieu ChartierMerge "Reduce dirty image pages by improving binning...
2016-04-09 Mathieu ChartierStore precice set of which constructors require barriers
2016-04-08 Alex LightMerge "Make sure non-fatal errors aren't printed."
2016-04-08 Andreas GampeMerge "ART: Refactor imgdiag internals"
2016-04-08 buzbeeMerge "ART: Fix race in on-stack replacement" am: 250a2...
2016-04-08 Bill BuzbeeMerge "ART: Fix race in on-stack replacement" am: 250a23c
2016-04-08 Mathieu ChartierMerge changes from topic 'rr_barrier'
2016-04-08 buzbeeMerge "ART: Fix race in on-stack replacement"
2016-04-08 Bill BuzbeeMerge "ART: Fix race in on-stack replacement"
2016-04-08 buzbeeART: Fix race in on-stack replacement
2016-04-08 Jeff HaoFix combined checksum calculation to use isa.
2016-04-08 Jeff HaoCombine checksum of all boot images.
2016-04-07 Jeff HaoRemove AnnotationAccess and its remaining uses.
2016-04-07 Jeff HaoMerge "Remove AnnotationAccess and its remaining uses."
2016-04-06 Mathieu ChartierMerge "Fix regression in ModUnionTable RAM usage" into...
2016-04-06 Mathieu ChartierMerge "Check if we require barrier if we did not resolv...
2016-04-06 Andreas GampeMerge "ART: Add cutout for Unsafe.putObjectVolatile...
2016-04-06 Andreas GampeMerge "ART: Add integer & long parsing cutout to unstar...
2016-04-06 Andreas GampeMerge "ART: Add getDeclaredConstructor cutout for unsta...
2016-04-06 Mathieu ChartierMerge "Shard classloader classes lock" into nyc-dev
2016-04-06 Mathieu ChartierMerge "Change RequiresConstructorBarrier default to...
2016-04-06 David SrbeckyMerge "Fix thumb bit in the oatdump symbolizer." into...
2016-04-06 Yi KongMerge "Fix and re-enable compiler_driver_test" into...
2016-04-06 Mathieu ChartierART: Handle OOM in stack overflow
2016-04-06 Mathieu ChartierMerge "Change hash set to use noexcept" into nyc-dev
2016-04-06 Yi KongMerge "Fix and re-enable compiler_driver_test"
2016-04-05 Andreas GampeMerge "ART: Add arraycopy(byte) to unstarted runtime...
2016-04-05 Andreas GampeMerge "ART: Don\'t attempt write flock if not zygote...
2016-04-05 Alex LightFix issued with non-public interface methods.
2016-04-05 Alex LightMerge "Fix issued with non-public interface methods."
2016-04-05 Oleksiy VyalovMerge "ART: Return native debuggable status of the...
2016-04-05 Narayan KamathMerge changes I56b0a4dd,I85aa52cc into nyc-dev
2016-04-05 Roland LevillainMerge "Implement ARM64 support for SystemArrayCopy()"
2016-04-05 Vladimir MarkoMerge "Revert "Remove many `instrumentation` variables...
2016-04-05 Vladimir MarkoMerge "Clean up OatQuickMethodHeader after Quick remova...
2016-04-05 Vladimir MarkoMerge "Clean up OatQuickMethodHeader after Quick remova...
2016-04-05 Vladimir MarkoMerge "Clean up OatQuickMethodHeader after Quick removal."
2016-04-05 Vladimir MarkoMerge "Clean up OatQuickMethodHeader after Quick removal."
2016-04-04 Vladimir MarkoClean up OatQuickMethodHeader after Quick removal.
2016-03-30 Vladimir MarkoMerge "X86_64: Replace x86_64 xchg instruction use"
2016-03-25 Calin JuravleMerge "Discard corrupted or out of date profiles" into...
2016-03-24 Calin JuravleMerge "Extend profman to be able to dump profile conten...
2016-03-24 Calin JuravleMerge "Update and improve profiles format" into nyc-dev
2016-03-24 Roland LevillainMerge "Clean up art::HConstant predicates."
2016-03-23 Calin JuravleMerge "Improve ProfileSaver to cache data and do minima...
2016-03-22 Nicolas GeoffrayMerge "Revert "Revert "Enable compilation of secondary...
2016-03-21 Nicolas GeoffrayMerge remote-tracking branch 'goog/master' into nyc-dev
2016-03-18 Jeff HaoMerge "Add patchoat check that input oat file has patch...
2016-03-18 Mathieu ChartierFix incorrect dex2oat check
2016-03-18 Mathieu ChartierMerge "Add verify-profile compiler filter" into nyc-dev
2016-03-18 Andreas GampeMerge "ART: Speed up stack guard page install" into...
2016-03-18 Calin JuravleMerge "Improve resolved classes saving strategy" into...
2016-03-18 Alex LightRevert "Revert "Fix issue with proxy invocation on...
2016-03-18 David SrbeckyMerge "Generate native debug stackmaps before calls...
2016-03-18 Jeff HaoFix zygote handling of when secondary image is out...
2016-03-17 Calin Juravleresolve merge conflicts of c19c1c2 to nyc-dev-plus...
2016-03-17 Alex LightMerge "Fix bug where verification could crash on unreso...
2016-03-17 Sebastien HertzRe-enable checker tests 536 and 537
2016-03-17 buzbeeMerge "ART: Mterp arm64 2-operand double rem fix" into...
2016-03-17 Alex LightMerge "Revert "Fix issue with proxy invocation on defau...
2016-03-17 Mathieu ChartierAdd verify-art-runtime usage to dex2oat
2016-03-17 Alex LightFix issue with proxy invocation on default methods
next