OSDN Git Service

Put the deletion of profiling info under a GC critical section.
[android-x86/art.git] / runtime /
2016-08-10 Nicolas GeoffrayPut the deletion of profiling info under a GC critical...
2016-08-10 Nicolas GeoffrayPut the deletion of profiling info under a GC critical...
2016-08-01 Jeff HaoFix profiling output to properly display class info.
2016-08-01 Jeff HaoFix profiling output to properly display class info.
2016-07-21 Nicolas GeoffrayJIT: Don\'t update the dex cache of another class loader.
2016-07-19 TreeHugger RobotMerge "Do allocation fence before pushing on allocation...
2016-07-19 Mathieu ChartierDo allocation fence before pushing on allocation stack
2016-07-14 Philip CuadraMerge "Add API for getting location of odex or oat...
2016-07-14 Philip CuadraAdd API for getting location of odex or oat file
2016-07-13 Andreas GampeMerge "ART: Remove zygote OTA code" into nyc-mr1-dev
2016-07-11 Nicolas GeoffrayMerge "Fix System.arraycopy when doing same array copyi...
2016-07-09 Andreas GampeART: Remove zygote OTA code
2016-07-08 Artem UdovichenkoRevert "Revert "Optimize IMT""
2016-06-29 Vladimir MarkoFix merging HLoadClass with HNewInstance.
2016-06-29 TreeHugger RobotMerge changes I2814a0b8,I05a7961f into nyc-mr1-dev
2016-06-29 Andreas GampeART: Add dex2oat swap-usage parameters
2016-06-29 Jeff HaoRevert "Optimize IMT"
2016-06-27 Andreas GampeART: Disable no-prebuild test for run-test 608
2016-06-27 Nicolas GeoffrayDo not remove loads/store with unresolved accesses.
2016-06-27 Richard UhlerOatFileAssistantTest: do not relocate image randomly.
2016-06-22 Oleksiy VyalovMerge \"Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY...
2016-06-22 Oleksiy VyalovMerge "Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY...
2016-06-22 Oleksiy VyalovCall prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) if app...
2016-06-22 Nicolas GeoffrayFix braino in the test to make it work on target.
2016-06-21 Mathieu ChartierPropagate flags to ShouldHaveEmbeddedVTable
2016-06-21 Nelli KimOptimize IMT
2016-06-21 Mathieu ChartierMerge changes from topic 'PHENOMENAL_CHANGE' into nyc...
2016-06-18 Andreas GampeART: Use null for the BootClassLoader in LoadLibrary
2016-06-18 Mathieu ChartierUse collector specific helper classes
2016-06-18 Mathieu ChartierAvoid duplicate class for mark compact
2016-06-17 Andreas GampeART: Use null for the BootClassLoader in LoadLibrary
2016-06-17 Mathieu ChartierUse ScopedObjectAccess in ThreadList::Dump
2016-06-17 Mathieu ChartierRevert "Skip DumpForSigQuit if debugger is active"
2016-06-14 Andreas GampeART: Turn off unattached thread dumping
2016-06-13 Andreas GampeART: Turn off unattached thread dumping
2016-06-13 Nicolas GeoffrayRemove too aggressive DCHECKs.
2016-06-13 Nicolas GeoffrayRemove too aggressive DCHECKs.
2016-06-10 Mathieu ChartierMerge \"Fix dex file leak in oat file manager\" into...
2016-06-10 Mathieu ChartierMerge "Fix dex file leak in oat file manager" into...
2016-06-10 TreeHugger RobotMerge "ART: Fix swap usage determination in dex2oat...
2016-06-09 Mathieu ChartierFix dex file leak in oat file manager
2016-06-09 Nicolas GeoffrayMerge \"Fix FOUR_ARG_DOWNCALL assembly stubs on arm...
2016-06-09 Nicolas GeoffrayMerge "Fix FOUR_ARG_DOWNCALL assembly stubs on arm...
2016-06-09 Nicolas GeoffrayFix FOUR_ARG_DOWNCALL assembly stubs on arm and x86.
2016-06-08 Nicolas GeoffrayMerge "Revert "Revert "Fix ArtMethod::GetInvokeType...
2016-06-08 Jeff HaoWrap certain exception types when loading an erroneous...
2016-06-08 Jeff HaoWrap certain exception types when loading an erroneous...
2016-06-06 David SehrMerge "Enable profman pretty printing" into nyc-dev
2016-06-06 Mathieu ChartierRevert "Revert "Hold dex caches live in class table""
2016-06-06 Mathieu ChartierRevert "Revert "Hold dex caches live in class table""
2016-06-04 Brian CarlstromRevert "Hold dex caches live in class table"
2016-06-04 Brian CarlstromRevert "Hold dex caches live in class table"
2016-06-03 Mathieu ChartierHold dex caches live in class table
2016-06-03 Mathieu ChartierHold dex caches live in class table
2016-06-03 Vladimir MarkoDelay dex-to-dex compilation until Optimizing is done.
2016-06-03 Nicolas GeoffrayFix ArtMethod::GetInvokeType for static methods on...
2016-06-03 Vladimir MarkoDelay dex-to-dex compilation until Optimizing is done.
2016-06-03 Nicolas GeoffrayFix ArtMethod::GetInvokeType for static methods on...
2016-06-02 Calin JuravleMerge "Don\'t do any I/O when starting the profile...
2016-06-02 Calin JuravleMerge "Don't do any I/O when starting the profile saver...
2016-06-01 Mathieu ChartierMerge "Fix race with host_dlopen_handles_" into nyc-dev
2016-06-01 Mathieu ChartierMerge "Fix race with host_dlopen_handles_" into nyc-dev
2016-06-01 Mathieu ChartierFix race with host_dlopen_handles_
2016-05-28 Jeff HaoMerge "Relax annotation visibility so runtime includes...
2016-05-28 TreeHugger RobotMerge "Relax annotation visibility so runtime includes...
2016-05-27 Jeff HaoRelax annotation visibility so runtime includes build.
2016-05-27 Richard UhlerMerge "Don\'t use dlopen on host for already loaded...
2016-05-27 Richard UhlerMerge "Don't use dlopen on host for already loaded...
2016-05-27 Richard UhlerDon't use dlopen on host for already loaded oat files.
2016-05-26 Calin JuravleDon't do any I/O when starting the profile saver
2016-05-26 Vladimir MarkoMerge "Fix OatWriter to update the header checksum...
2016-05-26 Mathieu ChartierMerge "Prune class path classes from profile" into...
2016-05-25 Calin JuravleMerge "Fix profile saver reference point when calculati...
2016-05-25 TreeHugger RobotMerge "Fix profile saver reference point when calculati...
2016-05-25 Richard UhlerMerge changes Idf64b96b,Ie717089d into nyc-dev
2016-05-25 Richard UhlerMerge changes Idf64b96b,Ie717089d into nyc-dev
2016-05-25 Calin JuravleFix profile saver reference point when calculating...
2016-05-25 Nicolas GeoffrayMerge "Remove bogus DCHECK." into nyc-dev
2016-05-25 TreeHugger RobotMerge "Remove bogus DCHECK." into nyc-dev
2016-05-25 Brian CarlstromAvoid long sleep in ProfileSaver
2016-05-25 Nicolas GeoffrayRemove bogus DCHECK.
2016-05-25 Brian CarlstromAvoid long sleep in ProfileSaver
2016-05-25 Mathieu ChartierFix broken DCHECK
2016-05-25 Mathieu ChartierFix broken DCHECK
2016-05-25 Mathieu ChartierMerge "Add methods with samples during launch to profil...
2016-05-24 Mathieu ChartierMerge "Add methods with samples during launch to profil...
2016-05-24 Mingyao YangMerge "Fix an assert during jdwp debugging." into nyc-dev
2016-05-24 Mingyao YangMerge "Revert "Revert "Move rewritten StringFactory...
2016-05-24 Mingyao YangMerge "Fix an assert during jdwp debugging." into nyc-dev
2016-05-24 Mingyao YangMerge "Revert "Revert "Move rewritten StringFactory...
2016-05-24 Richard UhlerBase isDexOptNeeded result on OatFileAssistant::IsUpToDate.
2016-05-24 Richard UhlerOnly compile dex files if they are not up to date.
2016-05-24 Mathieu ChartierAdd methods with samples during launch to profile
2016-05-24 Aart BikMerge "Fix bug in verifier: soft fail was hiding hard...
2016-05-24 Jeff HaoMerge "Don\'t update checksum if data ptr is null....
2016-05-24 Aart BikMerge "Fix bug in verifier: soft fail was hiding hard...
2016-05-24 TreeHugger RobotMerge "Don't update checksum if data ptr is null."...
2016-05-24 Nicolas GeoffrayMerge "Put boot class loader classes and strings in...
2016-05-24 TreeHugger RobotMerge "Put boot class loader classes and strings in...
2016-05-24 Jeff HaoDon't update checksum if data ptr is null.
next