OSDN Git Service

android-x86/art.git
9 years agoam 0b92d42c: am 9975e807: am 8db4a7c8: Merge "ART: Fix CFI annotation in arm64, x86...
Andreas Gampe [Sat, 27 Jun 2015 03:35:34 +0000 (03:35 +0000)]
am 0b92d42c: am 9975e807: am 8db4a7c8: Merge "ART: Fix CFI annotation in arm64, x86 and x86-64 assembly"

* commit '0b92d42ce9761b8399e0c8a9ea75f887a2253663':
  ART: Fix CFI annotation in arm64, x86 and x86-64 assembly

9 years agoam 9975e807: am 8db4a7c8: Merge "ART: Fix CFI annotation in arm64, x86 and x86-64...
Andreas Gampe [Sat, 27 Jun 2015 03:23:07 +0000 (03:23 +0000)]
am 9975e807: am 8db4a7c8: Merge "ART: Fix CFI annotation in arm64, x86 and x86-64 assembly"

* commit '9975e80720b6d89c7ea2e474637cd63d3bc61ee1':
  ART: Fix CFI annotation in arm64, x86 and x86-64 assembly

9 years agoam 8db4a7c8: Merge "ART: Fix CFI annotation in arm64, x86 and x86-64 assembly"
Andreas Gampe [Sat, 27 Jun 2015 03:09:28 +0000 (03:09 +0000)]
am 8db4a7c8: Merge "ART: Fix CFI annotation in arm64, x86 and x86-64 assembly"

* commit '8db4a7c8f1327655d09a7737ad3a8c4e5ec37d84':
  ART: Fix CFI annotation in arm64, x86 and x86-64 assembly

9 years agoMerge "ART: Fix CFI annotation in arm64, x86 and x86-64 assembly"
Andreas Gampe [Sat, 27 Jun 2015 02:56:44 +0000 (02:56 +0000)]
Merge "ART: Fix CFI annotation in arm64, x86 and x86-64 assembly"

9 years agoART: Fix CFI annotation in arm64, x86 and x86-64 assembly
Andreas Gampe [Sat, 27 Jun 2015 02:49:24 +0000 (19:49 -0700)]
ART: Fix CFI annotation in arm64, x86 and x86-64 assembly

To be able to unroll in the exception case, the state needs to be
reset to before the jump.

Bug: 22014525
Change-Id: Ic60400b5bf0efcb713c24df1728623d072f344ab

9 years agoam 78a34dcd: am 34ae955f: am 921c7a62: Merge "ART: Fix invalid access and DCHECK...
Andreas Gampe [Sat, 27 Jun 2015 01:41:51 +0000 (01:41 +0000)]
am 78a34dcd: am 34ae955f: am 921c7a62: Merge "ART: Fix invalid access and DCHECK in verifier"

* commit '78a34dcd08230e3469ecc737f14a0feb9898b3ac':
  ART: Fix invalid access and DCHECK in verifier

9 years agoam 34ae955f: am 921c7a62: Merge "ART: Fix invalid access and DCHECK in verifier"
Andreas Gampe [Sat, 27 Jun 2015 01:30:42 +0000 (01:30 +0000)]
am 34ae955f: am 921c7a62: Merge "ART: Fix invalid access and DCHECK in verifier"

* commit '34ae955f37b21d8a42281ce0d34fbc1c7679d0bf':
  ART: Fix invalid access and DCHECK in verifier

9 years agoam 0abab125: am 2cb5207b: am 3ae8da0a: ART: Fix invalid access and DCHECK in verifier
Andreas Gampe [Sat, 27 Jun 2015 01:30:00 +0000 (01:30 +0000)]
am 0abab125: am 2cb5207b: am 3ae8da0a: ART: Fix invalid access and DCHECK in verifier

* commit '0abab1254c790e67762fb5eb4e3a82c4825fa14f':
  ART: Fix invalid access and DCHECK in verifier

9 years agoam 2cb5207b: am 3ae8da0a: ART: Fix invalid access and DCHECK in verifier
Andreas Gampe [Sat, 27 Jun 2015 01:17:41 +0000 (01:17 +0000)]
am 2cb5207b: am 3ae8da0a: ART: Fix invalid access and DCHECK in verifier

* commit '2cb5207b85472c36f163a6980624e3936e5dc97c':
  ART: Fix invalid access and DCHECK in verifier

9 years agoam 921c7a62: Merge "ART: Fix invalid access and DCHECK in verifier"
Andreas Gampe [Sat, 27 Jun 2015 01:17:27 +0000 (01:17 +0000)]
am 921c7a62: Merge "ART: Fix invalid access and DCHECK in verifier"

* commit '921c7a62ba9dd6a4a855b08eca7cc1aae081adeb':
  ART: Fix invalid access and DCHECK in verifier

9 years agoam 3ae8da0a: ART: Fix invalid access and DCHECK in verifier
Andreas Gampe [Sat, 27 Jun 2015 01:05:08 +0000 (01:05 +0000)]
am 3ae8da0a: ART: Fix invalid access and DCHECK in verifier

* commit '3ae8da0a803370be9dd410226438f636af553e22':
  ART: Fix invalid access and DCHECK in verifier

9 years agoMerge "ART: Fix invalid access and DCHECK in verifier"
Andreas Gampe [Sat, 27 Jun 2015 01:04:07 +0000 (01:04 +0000)]
Merge "ART: Fix invalid access and DCHECK in verifier"

9 years agoART: Fix invalid access and DCHECK in verifier
Andreas Gampe [Sat, 27 Jun 2015 00:33:47 +0000 (17:33 -0700)]
ART: Fix invalid access and DCHECK in verifier

If we get a throwing failure when setting types from the signature,
the work instruction index is still invalid. Do not try to copy the
line then.

As a throwing failure might happen in the above instance, but the
flow analysis expects to have a cleared failure flag before processing
each instruction, clear the flag.

Bug: 21645819
Bug: 22080519

(cherry picked from commit 3ae8da0a803370be9dd410226438f636af553e22)

Change-Id: I224c4dad98fa5bb50e62210f0ee30c0dd020e3a6

9 years agoART: Fix invalid access and DCHECK in verifier
Andreas Gampe [Sat, 27 Jun 2015 00:33:47 +0000 (17:33 -0700)]
ART: Fix invalid access and DCHECK in verifier

If we get a throwing failure when setting types from the signature,
the work instruction index is still invalid. Do not try to copy the
line then.

As a throwing failure might happen in the above instance, but the
flow analysis expects to have a cleared failure flag before processing
each instruction, clear the flag.

Bug: 21645819
Bug: 22080519
Change-Id: I224c4dad98fa5bb50e62210f0ee30c0dd020e3a6

9 years agoam 875a1d74: am 1bbec636: am 2d0ad78f: Merge "ART: Fix streaming tracing issues"
Andreas Gampe [Fri, 26 Jun 2015 22:00:30 +0000 (22:00 +0000)]
am 875a1d74: am 1bbec636: am 2d0ad78f: Merge "ART: Fix streaming tracing issues"

* commit '875a1d74134360c055b5cbfb485f237f0b077687':
  ART: Fix streaming tracing issues

9 years agoam 1bbec636: am 2d0ad78f: Merge "ART: Fix streaming tracing issues"
Andreas Gampe [Fri, 26 Jun 2015 21:47:11 +0000 (21:47 +0000)]
am 1bbec636: am 2d0ad78f: Merge "ART: Fix streaming tracing issues"

* commit '1bbec6364415713c33673a193390b9e921e03707':
  ART: Fix streaming tracing issues

9 years agoam f88e5996: am 86b9e90d: am ffd43f62: Merge "Require mutator lock for DeleteLocalRef...
Mathieu Chartier [Fri, 26 Jun 2015 21:34:38 +0000 (21:34 +0000)]
am f88e5996: am 86b9e90d: am ffd43f62: Merge "Require mutator lock for DeleteLocalRef" into mnc-dev

* commit 'f88e5996160d235be2a96c3da7786a42c1d109c3':
  Require mutator lock for DeleteLocalRef

9 years agoam 2d0ad78f: Merge "ART: Fix streaming tracing issues"
Andreas Gampe [Fri, 26 Jun 2015 21:32:40 +0000 (21:32 +0000)]
am 2d0ad78f: Merge "ART: Fix streaming tracing issues"

* commit '2d0ad78f50cae58d1ca11a497614ca3e1178acc3':
  ART: Fix streaming tracing issues

9 years agoMerge "ART: Fix streaming tracing issues"
Andreas Gampe [Fri, 26 Jun 2015 21:25:19 +0000 (21:25 +0000)]
Merge "ART: Fix streaming tracing issues"

9 years agoART: Fix streaming tracing issues
Andreas Gampe [Tue, 23 Jun 2015 05:53:45 +0000 (22:53 -0700)]
ART: Fix streaming tracing issues

Fix a lock ordering issue in streaming-mode tracing.

Fix a moving-GC issue in streaming-mode tracing. DexCache
objects are not good keys for a map.

Expose streaming mode for testing in run-tests.

Bug: 21760614

(cherry picked from commit b91205e40fe692061edde19ecb87d51414a7fcee)

Change-Id: Idcd0575684ee3cc0cec3f81b4fdd0d5988c11e8c

9 years agoam 86b9e90d: am ffd43f62: Merge "Require mutator lock for DeleteLocalRef" into mnc-dev
Mathieu Chartier [Fri, 26 Jun 2015 21:20:53 +0000 (21:20 +0000)]
am 86b9e90d: am ffd43f62: Merge "Require mutator lock for DeleteLocalRef" into mnc-dev

* commit '86b9e90d4c5577d05c574869f6f7fb7abc90b2ae':
  Require mutator lock for DeleteLocalRef

9 years agoam 3f9db249: am 46cdab7f: am 83f0a080: Merge "Require mutator lock for DeleteLocalRef"
Mathieu Chartier [Fri, 26 Jun 2015 21:11:39 +0000 (21:11 +0000)]
am 3f9db249: am 46cdab7f: am 83f0a080: Merge "Require mutator lock for DeleteLocalRef"

* commit '3f9db249af6977d8fba71da2de28927350352ac5':
  Require mutator lock for DeleteLocalRef

9 years agoam ffd43f62: Merge "Require mutator lock for DeleteLocalRef" into mnc-dev
Mathieu Chartier [Fri, 26 Jun 2015 21:06:29 +0000 (21:06 +0000)]
am ffd43f62: Merge "Require mutator lock for DeleteLocalRef" into mnc-dev

* commit 'ffd43f62c23d2cbf84ab549dc37ca1dda2ac438d':
  Require mutator lock for DeleteLocalRef

9 years agoam 46cdab7f: am 83f0a080: Merge "Require mutator lock for DeleteLocalRef"
Mathieu Chartier [Fri, 26 Jun 2015 20:58:22 +0000 (20:58 +0000)]
am 46cdab7f: am 83f0a080: Merge "Require mutator lock for DeleteLocalRef"

* commit '46cdab7f6761c740f58617980f3c47c8e531ad03':
  Require mutator lock for DeleteLocalRef

9 years agoMerge "Require mutator lock for DeleteLocalRef" into mnc-dev
Mathieu Chartier [Fri, 26 Jun 2015 20:57:03 +0000 (20:57 +0000)]
Merge "Require mutator lock for DeleteLocalRef" into mnc-dev

9 years agoam 83f0a080: Merge "Require mutator lock for DeleteLocalRef"
Mathieu Chartier [Fri, 26 Jun 2015 20:46:46 +0000 (20:46 +0000)]
am 83f0a080: Merge "Require mutator lock for DeleteLocalRef"

* commit '83f0a080b68e9cff9333af030f20f242a7ac9168':
  Require mutator lock for DeleteLocalRef

9 years agoam 938243da: am 1ac55c79: am b91205e4: ART: Fix streaming tracing issues
Andreas Gampe [Fri, 26 Jun 2015 20:38:12 +0000 (20:38 +0000)]
am 938243da: am 1ac55c79: am b91205e4: ART: Fix streaming tracing issues

* commit '938243da804c01299f738f47c6d84db2f56ab393':
  ART: Fix streaming tracing issues

9 years agoRequire mutator lock for DeleteLocalRef
Mathieu Chartier [Fri, 26 Jun 2015 17:47:08 +0000 (10:47 -0700)]
Require mutator lock for DeleteLocalRef

There was a race condition where suspended threads could call
DeleteLocalRef while the GC was marking their roots. This could
cause the GC to attempt to mark a null object.

(cherry picked from commit dd06afecd67fc6a60856436ab150a4d1b9a8ad29)

Bug: 22119403

Change-Id: I962c717bb87b2acb2a4710a2d7ab16793e031401

9 years agoam 1ac55c79: am b91205e4: ART: Fix streaming tracing issues
Andreas Gampe [Fri, 26 Jun 2015 20:27:48 +0000 (20:27 +0000)]
am 1ac55c79: am b91205e4: ART: Fix streaming tracing issues

* commit '1ac55c79e1acafa0ed967ce63217953be7d54d20':
  ART: Fix streaming tracing issues

9 years agoMerge "Require mutator lock for DeleteLocalRef"
Mathieu Chartier [Fri, 26 Jun 2015 20:08:26 +0000 (20:08 +0000)]
Merge "Require mutator lock for DeleteLocalRef"

9 years agoam b91205e4: ART: Fix streaming tracing issues
Andreas Gampe [Fri, 26 Jun 2015 20:01:39 +0000 (20:01 +0000)]
am b91205e4: ART: Fix streaming tracing issues

* commit 'b91205e40fe692061edde19ecb87d51414a7fcee':
  ART: Fix streaming tracing issues

9 years agoRequire mutator lock for DeleteLocalRef
Mathieu Chartier [Fri, 26 Jun 2015 17:47:08 +0000 (10:47 -0700)]
Require mutator lock for DeleteLocalRef

There was a race condition where suspended threads could call
DeleteLocalRef while the GC was marking their roots. This could
cause the GC to attempt to mark a null object.

Bug: 22119403

Change-Id: I962c717bb87b2acb2a4710a2d7ab16793e031401

9 years agoam ae0c62fd: Revert "ART: Bail out immediately on try/catch"
David Brazdil [Fri, 26 Jun 2015 19:41:25 +0000 (19:41 +0000)]
am ae0c62fd: Revert "ART: Bail out immediately on try/catch"

* commit 'ae0c62fda785e70a795ae7d50191df1f50fbbeaf':
  Revert "ART: Bail out immediately on try/catch"

9 years agoRevert "ART: Bail out immediately on try/catch"
David Brazdil [Fri, 26 Jun 2015 19:26:06 +0000 (20:26 +0100)]
Revert "ART: Bail out immediately on try/catch"

This is an MNC-only CL and should not be merged downstream.

This reverts commit 1ff04abecc7318826248c24850c1116df5b68b33.

9 years agoam 47d63f5b: am 2b86c8c3: am 8d1a8c00: Merge "ART: Ignore repeated field indexes...
Vladimir Marko [Fri, 26 Jun 2015 17:54:12 +0000 (17:54 +0000)]
am 47d63f5b: am 2b86c8c3: am 8d1a8c00: Merge "ART: Ignore repeated field indexes when loading a class."

* commit '47d63f5b87f3c7a83ca69fb522ca144574ccd248':
  ART: Ignore repeated field indexes when loading a class.

9 years agoam 2b86c8c3: am 8d1a8c00: Merge "ART: Ignore repeated field indexes when loading...
Vladimir Marko [Fri, 26 Jun 2015 17:42:24 +0000 (17:42 +0000)]
am 2b86c8c3: am 8d1a8c00: Merge "ART: Ignore repeated field indexes when loading a class."

* commit '2b86c8c382b924251df866fec7be8ef6d69a3f05':
  ART: Ignore repeated field indexes when loading a class.

9 years agoam 8d1a8c00: Merge "ART: Ignore repeated field indexes when loading a class."
Vladimir Marko [Fri, 26 Jun 2015 17:32:40 +0000 (17:32 +0000)]
am 8d1a8c00: Merge "ART: Ignore repeated field indexes when loading a class."

* commit '8d1a8c00b89775a251ac5e26a557f81ac1491a44':
  ART: Ignore repeated field indexes when loading a class.

9 years agoMerge "ART: Ignore repeated field indexes when loading a class."
Vladimir Marko [Fri, 26 Jun 2015 17:25:29 +0000 (17:25 +0000)]
Merge "ART: Ignore repeated field indexes when loading a class."

9 years agoART: Fix streaming tracing issues
Andreas Gampe [Tue, 23 Jun 2015 05:53:45 +0000 (22:53 -0700)]
ART: Fix streaming tracing issues

Fix a lock ordering issue in streaming-mode tracing.

Fix a moving-GC issue in streaming-mode tracing. DexCache
objects are not good keys for a map.

Expose streaming mode for testing in run-tests.

Bug: 21760614
Change-Id: Idcd0575684ee3cc0cec3f81b4fdd0d5988c11e8c

9 years agoam f2d843e6: am 1f90bf36: am 1ff04abe: ART: Bail out immediately on try/catch
David Brazdil [Fri, 26 Jun 2015 16:46:35 +0000 (16:46 +0000)]
am f2d843e6: am 1f90bf36: am 1ff04abe: ART: Bail out immediately on try/catch

* commit 'f2d843e6582a6ee41f4d8dcc3d7a8b6ffb7e5e80':
  ART: Bail out immediately on try/catch

9 years agoam 1f90bf36: am 1ff04abe: ART: Bail out immediately on try/catch
David Brazdil [Fri, 26 Jun 2015 16:30:08 +0000 (16:30 +0000)]
am 1f90bf36: am 1ff04abe: ART: Bail out immediately on try/catch

* commit '1f90bf360423b1600c90f667a01357d2bb29eedf':
  ART: Bail out immediately on try/catch

9 years agoam 1ff04abe: ART: Bail out immediately on try/catch
David Brazdil [Fri, 26 Jun 2015 16:18:09 +0000 (16:18 +0000)]
am 1ff04abe: ART: Bail out immediately on try/catch

* commit '1ff04abecc7318826248c24850c1116df5b68b33':
  ART: Bail out immediately on try/catch

9 years agoART: Bail out immediately on try/catch
David Brazdil [Fri, 26 Jun 2015 15:58:14 +0000 (16:58 +0100)]
ART: Bail out immediately on try/catch

Optimizing builds the graph even if it knows it will delegate to
Quick. This patch moves the decision at the beginning of the
TryCompile function to save a little bit of compile time.

Bug: 22115561
Change-Id: I18b5a686e10592080ea3c49d53a0dd81aa3b3010

9 years agoam 7d809983: am fdd43656: am b485915a: Merge "Revert "Revert "ART: Implement try...
David Brazdil [Fri, 26 Jun 2015 15:20:18 +0000 (15:20 +0000)]
am 7d809983: am fdd43656: am b485915a: Merge "Revert "Revert "ART: Implement try/catch blocks in Builder"""

* commit '7d8099837dbf43d44c28ca9180af72c0306dc1de':
  Revert "Revert "ART: Implement try/catch blocks in Builder""

9 years agoam a23bc391: am 9aa4b6cb: am 5597b422: Merge "ART: Fix kEverything compiler filter...
Andreas Gampe [Fri, 26 Jun 2015 15:20:17 +0000 (15:20 +0000)]
am a23bc391: am 9aa4b6cb: am 5597b422: Merge "ART: Fix kEverything compiler filter" into mnc-dev

* commit 'a23bc3914627c224ebe2d5eb4deb56ad7ee4d79d':
  ART: Fix kEverything compiler filter

9 years agoam f70c2102: am 1be6044b: am ad805685: ART: Only print stripped dex2oat command line
Andreas Gampe [Fri, 26 Jun 2015 15:20:16 +0000 (15:20 +0000)]
am f70c2102: am 1be6044b: am ad805685: ART: Only print stripped dex2oat command line

* commit 'f70c2102b704ad9a74e6775cf97f58291639529f':
  ART: Only print stripped dex2oat command line

9 years agoam fdd43656: am b485915a: Merge "Revert "Revert "ART: Implement try/catch blocks...
David Brazdil [Fri, 26 Jun 2015 15:14:24 +0000 (15:14 +0000)]
am fdd43656: am b485915a: Merge "Revert "Revert "ART: Implement try/catch blocks in Builder"""

* commit 'fdd43656956af2a86d1ec0115b93ccda251b9f0c':
  Revert "Revert "ART: Implement try/catch blocks in Builder""

9 years agoam 9aa4b6cb: am 5597b422: Merge "ART: Fix kEverything compiler filter" into mnc-dev
Andreas Gampe [Fri, 26 Jun 2015 15:09:25 +0000 (15:09 +0000)]
am 9aa4b6cb: am 5597b422: Merge "ART: Fix kEverything compiler filter" into mnc-dev

* commit '9aa4b6cb6d8d51a9f8573d37dc963828b0b702df':
  ART: Fix kEverything compiler filter

9 years agoam 1be6044b: am ad805685: ART: Only print stripped dex2oat command line
Andreas Gampe [Fri, 26 Jun 2015 15:09:24 +0000 (15:09 +0000)]
am 1be6044b: am ad805685: ART: Only print stripped dex2oat command line

* commit '1be6044be3c5b390120b250acaa2dbb7d0e47e07':
  ART: Only print stripped dex2oat command line

9 years agoam b485915a: Merge "Revert "Revert "ART: Implement try/catch blocks in Builder"""
David Brazdil [Fri, 26 Jun 2015 15:02:31 +0000 (15:02 +0000)]
am b485915a: Merge "Revert "Revert "ART: Implement try/catch blocks in Builder"""

* commit 'b485915afd8a6396df7863b651dfe832038fd680':
  Revert "Revert "ART: Implement try/catch blocks in Builder""

9 years agoMerge "Revert "Revert "ART: Implement try/catch blocks in Builder"""
David Brazdil [Fri, 26 Jun 2015 14:52:36 +0000 (14:52 +0000)]
Merge "Revert "Revert "ART: Implement try/catch blocks in Builder"""

9 years agoART: Ignore repeated field indexes when loading a class.
Vladimir Marko [Wed, 24 Jun 2015 13:28:03 +0000 (14:28 +0100)]
ART: Ignore repeated field indexes when loading a class.

This provides a deterministic behavior for classes with
duplicate field indexes in class_data_item and avoids
failures when verifying the field ordering in debug build.

Regression test not feasible without hand-edited dex file.
(Smali deduplicates field definitions.)

Bug: 21868015
Change-Id: I4f97ba005e063686f8f44248ed7f1286d987888a

9 years agoRevert "Revert "ART: Implement try/catch blocks in Builder""
David Brazdil [Fri, 26 Jun 2015 10:33:45 +0000 (10:33 +0000)]
Revert "Revert "ART: Implement try/catch blocks in Builder""

This patch enables the GraphBuilder to generate blocks and edges which
represent the exceptional control flow when try/catch blocks are
present in the code. Actual compilation is still delegated to Quick
and Baseline ignores the additional code.

To represent the relationship between try and catch blocks, Builder
splits the edges which enter/exit a try block and links the newly
created blocks to the corresponding exception handlers. This layout
will later enable the SsaBuilder to correctly infer the dominators of
the catch blocks and to produce the appropriate reverse post ordering.
It will not, however, allow for building the complete SSA form of the
catch blocks and consequently optimizing such blocks.

To this end, a new TryBoundary control-flow instruction is introduced.
Codegen treats it the same as a Goto but it allows for additional
successors (the handlers).

This reverts commit 3e18738bd338e9f8363b26bc895f38c0ec682824.

Change-Id: I4f5ea961848a0b83d8db3673763861633e9bfcfb

9 years agoam 2e2ee9b1: am a08a60a3: am 4a08e17a: Merge "Minor fixes to mips64 for the arch...
Roland Levillain [Fri, 26 Jun 2015 12:07:53 +0000 (12:07 +0000)]
am 2e2ee9b1: am a08a60a3: am 4a08e17a: Merge "Minor fixes to mips64 for the arch-specific optimisation framework."

* commit '2e2ee9b19de5ae20d6c0a4e0a4afd582f8f6edfd':
  Minor fixes to mips64 for the arch-specific optimisation framework.

9 years agoam a08a60a3: am 4a08e17a: Merge "Minor fixes to mips64 for the arch-specific optimisa...
Roland Levillain [Fri, 26 Jun 2015 11:56:40 +0000 (11:56 +0000)]
am a08a60a3: am 4a08e17a: Merge "Minor fixes to mips64 for the arch-specific optimisation framework."

* commit 'a08a60a323b42d1e712e8c610b00141097352625':
  Minor fixes to mips64 for the arch-specific optimisation framework.

9 years agoam 4a08e17a: Merge "Minor fixes to mips64 for the arch-specific optimisation framework."
Roland Levillain [Fri, 26 Jun 2015 11:43:14 +0000 (11:43 +0000)]
am 4a08e17a: Merge "Minor fixes to mips64 for the arch-specific optimisation framework."

* commit '4a08e17a9db0f68b9623849bc288c31a47868fbc':
  Minor fixes to mips64 for the arch-specific optimisation framework.

9 years agoMerge "Minor fixes to mips64 for the arch-specific optimisation framework."
Roland Levillain [Fri, 26 Jun 2015 11:33:01 +0000 (11:33 +0000)]
Merge "Minor fixes to mips64 for the arch-specific optimisation framework."

9 years agoam 95eee6db: am ccc95333: am d3eaade8: Merge "Revert "ART: Implement try/catch blocks...
David Brazdil [Fri, 26 Jun 2015 10:36:05 +0000 (10:36 +0000)]
am 95eee6db: am ccc95333: am d3eaade8: Merge "Revert "ART: Implement try/catch blocks in Builder""

* commit '95eee6dbc2a7a0356f317c583828228aab9b6191':
  Revert "ART: Implement try/catch blocks in Builder"

9 years agoam ce86d2c4: am 24067c2f: am 610a0499: Merge "Revert "ART: Fix gtests after try/catch...
David Brazdil [Fri, 26 Jun 2015 10:36:04 +0000 (10:36 +0000)]
am ce86d2c4: am 24067c2f: am 610a0499: Merge "Revert "ART: Fix gtests after try/catch change""

* commit 'ce86d2c4c26f92ecfa48307b8571d6021634f758':
  Revert "ART: Fix gtests after try/catch change"

9 years agoam ccc95333: am d3eaade8: Merge "Revert "ART: Implement try/catch blocks in Builder""
David Brazdil [Fri, 26 Jun 2015 10:22:19 +0000 (10:22 +0000)]
am ccc95333: am d3eaade8: Merge "Revert "ART: Implement try/catch blocks in Builder""

* commit 'ccc95333e2a166ba8c06bd3fd339e4f679c28dd4':
  Revert "ART: Implement try/catch blocks in Builder"

9 years agoam 24067c2f: am 610a0499: Merge "Revert "ART: Fix gtests after try/catch change""
David Brazdil [Fri, 26 Jun 2015 10:22:18 +0000 (10:22 +0000)]
am 24067c2f: am 610a0499: Merge "Revert "ART: Fix gtests after try/catch change""

* commit '24067c2f0d02903d3c2560f4711b3edcb2469c7e':
  Revert "ART: Fix gtests after try/catch change"

9 years agoam d3eaade8: Merge "Revert "ART: Implement try/catch blocks in Builder""
David Brazdil [Fri, 26 Jun 2015 10:10:43 +0000 (10:10 +0000)]
am d3eaade8: Merge "Revert "ART: Implement try/catch blocks in Builder""

* commit 'd3eaade87ac079accca30473ef0a3b38ab600828':
  Revert "ART: Implement try/catch blocks in Builder"

9 years agoam 610a0499: Merge "Revert "ART: Fix gtests after try/catch change""
David Brazdil [Fri, 26 Jun 2015 10:10:41 +0000 (10:10 +0000)]
am 610a0499: Merge "Revert "ART: Fix gtests after try/catch change""

* commit '610a04994ea5988bd6e2e056b658182ec9c445e3':
  Revert "ART: Fix gtests after try/catch change"

9 years agoMerge "Revert "ART: Implement try/catch blocks in Builder""
David Brazdil [Fri, 26 Jun 2015 10:00:03 +0000 (10:00 +0000)]
Merge "Revert "ART: Implement try/catch blocks in Builder""

9 years agoRevert "ART: Implement try/catch blocks in Builder"
David Brazdil [Fri, 26 Jun 2015 09:59:52 +0000 (09:59 +0000)]
Revert "ART: Implement try/catch blocks in Builder"

Causes OutOfMemory issues, need to investigate.

This reverts commit 0b5c7d1994b76090afcc825e737f2b8c546da2f8.

Change-Id: I263e6cc4df5f9a56ad2ce44e18932ca51d7e349f

9 years agoMerge "Revert "ART: Fix gtests after try/catch change""
David Brazdil [Fri, 26 Jun 2015 09:59:19 +0000 (09:59 +0000)]
Merge "Revert "ART: Fix gtests after try/catch change""

9 years agoRevert "ART: Fix gtests after try/catch change"
David Brazdil [Fri, 26 Jun 2015 09:59:06 +0000 (09:59 +0000)]
Revert "ART: Fix gtests after try/catch change"

Need to revert the whole try/catch CL until issues are fixed.

This reverts commit a65930de077a4d7c1110e66ccd950061a85353d0.

Change-Id: Idd69215c87230a8616923665a55fe81891c78bec

9 years agoam fa3a8b99: am 126a9db3: am 6808a0e5: Merge "ART: Fix gtests after try/catch change"
David Brazdil [Fri, 26 Jun 2015 09:58:17 +0000 (09:58 +0000)]
am fa3a8b99: am 126a9db3: am 6808a0e5: Merge "ART: Fix gtests after try/catch change"

* commit 'fa3a8b99ca244f77e11184dbecce20a608ae1a0f':
  ART: Fix gtests after try/catch change

9 years agoam a56d81f8: am 580ed5ee: am 2f81cd8f: Merge "ART: Implement try/catch blocks in...
David Brazdil [Fri, 26 Jun 2015 09:58:16 +0000 (09:58 +0000)]
am a56d81f8: am 580ed5ee: am 2f81cd8f: Merge "ART: Implement try/catch blocks in Builder"

* commit 'a56d81f8322f96cf4e78a7a44050d4f36e507b95':
  ART: Implement try/catch blocks in Builder

9 years agoam 846ecdd5: am 92e8c947: am e4a15549: Merge "List test as flaky."
Nicolas Geoffray [Fri, 26 Jun 2015 09:58:15 +0000 (09:58 +0000)]
am 846ecdd5: am 92e8c947: am e4a15549: Merge "List test as flaky."

* commit '846ecdd5169b6f227ac9fb877aafd6d9ab8be9a0':
  List test as flaky.

9 years agoam 126a9db3: am 6808a0e5: Merge "ART: Fix gtests after try/catch change"
David Brazdil [Fri, 26 Jun 2015 09:46:54 +0000 (09:46 +0000)]
am 126a9db3: am 6808a0e5: Merge "ART: Fix gtests after try/catch change"

* commit '126a9db37db4867ba2c2433c9ef0bf1e84d1b74d':
  ART: Fix gtests after try/catch change

9 years agoam 580ed5ee: am 2f81cd8f: Merge "ART: Implement try/catch blocks in Builder"
David Brazdil [Fri, 26 Jun 2015 09:46:53 +0000 (09:46 +0000)]
am 580ed5ee: am 2f81cd8f: Merge "ART: Implement try/catch blocks in Builder"

* commit '580ed5ee62eacb0d9dfd602acc473025a940697d':
  ART: Implement try/catch blocks in Builder

9 years agoam 92e8c947: am e4a15549: Merge "List test as flaky."
Nicolas Geoffray [Fri, 26 Jun 2015 09:46:51 +0000 (09:46 +0000)]
am 92e8c947: am e4a15549: Merge "List test as flaky."

* commit '92e8c9470869c5bf83afe3d0b747ec990542a281':
  List test as flaky.

9 years agoam 6808a0e5: Merge "ART: Fix gtests after try/catch change"
David Brazdil [Fri, 26 Jun 2015 09:38:45 +0000 (09:38 +0000)]
am 6808a0e5: Merge "ART: Fix gtests after try/catch change"

* commit '6808a0e50a3caca2ccdf22e87cae1796d886d9aa':
  ART: Fix gtests after try/catch change

9 years agoam 2f81cd8f: Merge "ART: Implement try/catch blocks in Builder"
David Brazdil [Fri, 26 Jun 2015 09:38:43 +0000 (09:38 +0000)]
am 2f81cd8f: Merge "ART: Implement try/catch blocks in Builder"

* commit '2f81cd8f4ff21caf133024795bd5ae028c9f68cd':
  ART: Implement try/catch blocks in Builder

9 years agoam e4a15549: Merge "List test as flaky."
Nicolas Geoffray [Fri, 26 Jun 2015 09:38:42 +0000 (09:38 +0000)]
am e4a15549: Merge "List test as flaky."

* commit 'e4a15549608b1c5b1e1cb32f840a8467602dcc14':
  List test as flaky.

9 years agoMerge "ART: Fix gtests after try/catch change"
David Brazdil [Fri, 26 Jun 2015 09:33:32 +0000 (09:33 +0000)]
Merge "ART: Fix gtests after try/catch change"

9 years agoART: Fix gtests after try/catch change
David Brazdil [Fri, 26 Jun 2015 09:26:47 +0000 (10:26 +0100)]
ART: Fix gtests after try/catch change

The try/catch CL changed the order in which instructions were added
into entry/exit blocks which broke the sensitive gtests. This patch
swaps the order back.

Change-Id: Ib337491e5571a2cd38d6784275642f008886cc2a

9 years agoMerge "ART: Implement try/catch blocks in Builder"
David Brazdil [Fri, 26 Jun 2015 08:56:45 +0000 (08:56 +0000)]
Merge "ART: Implement try/catch blocks in Builder"

9 years agoMerge "List test as flaky."
Nicolas Geoffray [Fri, 26 Jun 2015 08:25:03 +0000 (08:25 +0000)]
Merge "List test as flaky."

9 years agoList test as flaky.
Nicolas Geoffray [Fri, 26 Jun 2015 08:24:16 +0000 (09:24 +0100)]
List test as flaky.

bug:22106064
Change-Id: I54b7d38162bebdd1338d498f4f89734ffe28c563

9 years agoam 5597b422: Merge "ART: Fix kEverything compiler filter" into mnc-dev
Andreas Gampe [Fri, 26 Jun 2015 03:28:01 +0000 (03:28 +0000)]
am 5597b422: Merge "ART: Fix kEverything compiler filter" into mnc-dev

* commit '5597b422882a5ab9dc5eaaedd644e30bc2fd7c05':
  ART: Fix kEverything compiler filter

9 years agoam ad805685: ART: Only print stripped dex2oat command line
Andreas Gampe [Fri, 26 Jun 2015 03:28:00 +0000 (03:28 +0000)]
am ad805685: ART: Only print stripped dex2oat command line

* commit 'ad805685621cd6cd8a8144f7f83a69fd1fc171e5':
  ART: Only print stripped dex2oat command line

9 years agoMerge "ART: Fix kEverything compiler filter" into mnc-dev
Andreas Gampe [Fri, 26 Jun 2015 03:16:10 +0000 (03:16 +0000)]
Merge "ART: Fix kEverything compiler filter" into mnc-dev

9 years agoam f80a7f0e: am bbecbeae: am eeca5451: Merge "ART: Only print stripped dex2oat comman...
Andreas Gampe [Fri, 26 Jun 2015 03:04:44 +0000 (03:04 +0000)]
am f80a7f0e: am bbecbeae: am eeca5451: Merge "ART: Only print stripped dex2oat command line"

* commit 'f80a7f0efb5477e4c5ecebc73fa0e3d44b0b1bb2':
  ART: Only print stripped dex2oat command line

9 years agoam bbecbeae: am eeca5451: Merge "ART: Only print stripped dex2oat command line"
Andreas Gampe [Fri, 26 Jun 2015 02:52:35 +0000 (02:52 +0000)]
am bbecbeae: am eeca5451: Merge "ART: Only print stripped dex2oat command line"

* commit 'bbecbeae909a38c63ac83a8e57c2b2e1f5f7961c':
  ART: Only print stripped dex2oat command line

9 years agoam eeca5451: Merge "ART: Only print stripped dex2oat command line"
Andreas Gampe [Fri, 26 Jun 2015 02:40:58 +0000 (02:40 +0000)]
am eeca5451: Merge "ART: Only print stripped dex2oat command line"

* commit 'eeca5451918dc36aab02a46e945330d3d4a9c18e':
  ART: Only print stripped dex2oat command line

9 years agoART: Only print stripped dex2oat command line
Andreas Gampe [Tue, 19 May 2015 06:22:54 +0000 (23:22 -0700)]
ART: Only print stripped dex2oat command line

To curb logcat noise, strip many dex2oat parameters from the
logcat printout.

Bug: 20501758

(cherry picked from commit 046c706707ea0f16c804136e237ac7cbfdc897a1)

Change-Id: Ifc367f91f593916e0773af1ca950c798f129889f

9 years agoMerge "ART: Only print stripped dex2oat command line"
Andreas Gampe [Fri, 26 Jun 2015 02:32:14 +0000 (02:32 +0000)]
Merge "ART: Only print stripped dex2oat command line"

9 years agoART: Fix kEverything compiler filter
buzbee [Thu, 25 Jun 2015 22:53:45 +0000 (15:53 -0700)]
ART: Fix kEverything compiler filter

Previously the kEverything filter failed to compile class
initializers. Now it will.

Bug: 19576257

(cherry picked from commit c83329952b4a313e747c8835a73699e2cae5a6e2)

Change-Id: I189d2b5b379aee112c4e95f8d3e6c32abab6ed41

9 years agoART: Only print stripped dex2oat command line
Andreas Gampe [Tue, 19 May 2015 06:22:54 +0000 (23:22 -0700)]
ART: Only print stripped dex2oat command line

To curb logcat noise, strip many dex2oat parameters from the
logcat printout.

Bug: 20501758
Change-Id: Ifc367f91f593916e0773af1ca950c798f129889f

9 years agoam b08cde54: am 6b846ca9: am 52ce9a2d: Merge "ART: Fix kEverything compiler filter"
buzbee [Thu, 25 Jun 2015 23:40:50 +0000 (23:40 +0000)]
am b08cde54: am 6b846ca9: am 52ce9a2d: Merge "ART: Fix kEverything compiler filter"

* commit 'b08cde54312f1a8b528dbad1e4d8e703dbb6fbad':
  ART: Fix kEverything compiler filter

9 years agoam 7ce883d1: am f7951fbc: am 6056c8fb: Merge "interpreter: Fix string init for soft...
Igor Murashkin [Thu, 25 Jun 2015 23:40:49 +0000 (23:40 +0000)]
am 7ce883d1: am f7951fbc: am 6056c8fb: Merge "interpreter: Fix string init for soft-failed invokes"

* commit '7ce883d17673cc71ab19508e21d1bed11a04f2a9':
  interpreter: Fix string init for soft-failed invokes

9 years agoam 6b846ca9: am 52ce9a2d: Merge "ART: Fix kEverything compiler filter"
buzbee [Thu, 25 Jun 2015 23:28:07 +0000 (23:28 +0000)]
am 6b846ca9: am 52ce9a2d: Merge "ART: Fix kEverything compiler filter"

* commit '6b846ca9ad84a3e842c150a5acd84478600746a1':
  ART: Fix kEverything compiler filter

9 years agoam f7951fbc: am 6056c8fb: Merge "interpreter: Fix string init for soft-failed invokes"
Igor Murashkin [Thu, 25 Jun 2015 23:28:05 +0000 (23:28 +0000)]
am f7951fbc: am 6056c8fb: Merge "interpreter: Fix string init for soft-failed invokes"

* commit 'f7951fbc69ac2386135c8a1f427bada835f10be1':
  interpreter: Fix string init for soft-failed invokes

9 years agoam 52ce9a2d: Merge "ART: Fix kEverything compiler filter"
buzbee [Thu, 25 Jun 2015 23:15:14 +0000 (23:15 +0000)]
am 52ce9a2d: Merge "ART: Fix kEverything compiler filter"

* commit '52ce9a2d8d36a5f2f09c4de37182cd356cbd34cf':
  ART: Fix kEverything compiler filter

9 years agoam 6056c8fb: Merge "interpreter: Fix string init for soft-failed invokes"
Igor Murashkin [Thu, 25 Jun 2015 23:15:12 +0000 (23:15 +0000)]
am 6056c8fb: Merge "interpreter: Fix string init for soft-failed invokes"

* commit '6056c8fb5d397e0cb97221dc70def239597c252e':
  interpreter: Fix string init for soft-failed invokes

9 years agoMerge "ART: Fix kEverything compiler filter"
buzbee [Thu, 25 Jun 2015 23:07:46 +0000 (23:07 +0000)]
Merge "ART: Fix kEverything compiler filter"

9 years agoMerge "interpreter: Fix string init for soft-failed invokes"
Igor Murashkin [Thu, 25 Jun 2015 23:07:42 +0000 (23:07 +0000)]
Merge "interpreter: Fix string init for soft-failed invokes"

9 years agoART: Fix kEverything compiler filter
buzbee [Thu, 25 Jun 2015 22:53:45 +0000 (15:53 -0700)]
ART: Fix kEverything compiler filter

Previously the kEverything filter failed to compile class
initializers. Now it will.

Bug: 19576257
Change-Id: I189d2b5b379aee112c4e95f8d3e6c32abab6ed41