OSDN Git Service

android-x86/art.git
10 years agoam 0666dcbc: Merge "Add OpEndIT() for marking the end of OpIT blocks"
Dave Allison [Fri, 4 Apr 2014 00:08:15 +0000 (00:08 +0000)]
am 0666dcbc: Merge "Add OpEndIT() for marking the end of OpIT blocks"

* commit '0666dcbc600db012760218247aed24c5eff36128':
  Add OpEndIT() for marking the end of OpIT blocks

10 years agoam 0537c5ea: Merge "Fix off-by-1 error in new SpaceBitmap"
Andreas Gampe [Fri, 4 Apr 2014 00:08:13 +0000 (00:08 +0000)]
am 0537c5ea: Merge "Fix off-by-1 error in new SpaceBitmap"

* commit '0537c5ea92a4fb60a04024cc2b7247f08a3d9096':
  Fix off-by-1 error in new SpaceBitmap

10 years agoam 7f74c43c: Merge "Add monitor_enter_object as root."
Mathieu Chartier [Fri, 4 Apr 2014 00:08:12 +0000 (00:08 +0000)]
am 7f74c43c: Merge "Add monitor_enter_object as root."

* commit '7f74c43c2c621512e7331e2876ae4d4c44d28ff0':
  Add monitor_enter_object as root.

10 years agoMerge "Add OpEndIT() for marking the end of OpIT blocks"
Dave Allison [Thu, 3 Apr 2014 20:41:20 +0000 (20:41 +0000)]
Merge "Add OpEndIT() for marking the end of OpIT blocks"

10 years agoAdd OpEndIT() for marking the end of OpIT blocks
Dave Allison [Thu, 3 Apr 2014 00:03:45 +0000 (17:03 -0700)]
Add OpEndIT() for marking the end of OpIT blocks

In ARM we need to prevent code motion to the inside of an
IT block.  This was done using a GenBarrier() to mark the end, but
it wasn't obvious that this is what was happening.  This CL adds
an explicit OpEndIT() that takes the LIR of the OpIT for future
checks.

Bug: 13751744
Change-Id: If41d2adea1f43f11ebb3b72906bd308252ce3d01

10 years agoMerge "Fix off-by-1 error in new SpaceBitmap"
Andreas Gampe [Thu, 3 Apr 2014 17:52:27 +0000 (17:52 +0000)]
Merge "Fix off-by-1 error in new SpaceBitmap"

10 years agoFix off-by-1 error in new SpaceBitmap
Andreas Gampe [Thu, 3 Apr 2014 17:46:42 +0000 (10:46 -0700)]
Fix off-by-1 error in new SpaceBitmap

Do not visit_end in the VisitMarkedRange code.

Change-Id: Iaf02788509b21a102cd1c0e2db3cbd09d0522bfa

10 years agoMerge "Add monitor_enter_object as root."
Mathieu Chartier [Thu, 3 Apr 2014 17:43:40 +0000 (17:43 +0000)]
Merge "Add monitor_enter_object as root."

10 years agoAdd monitor_enter_object as root.
Mathieu Chartier [Thu, 3 Apr 2014 16:57:36 +0000 (09:57 -0700)]
Add monitor_enter_object as root.

The monitor enter object was not a root, this caused issues with
compactions since the object could move and then verify object would
fail.

Bug: 13769139
Change-Id: Ia732376fb9d1de8bf137ef9894cb2bb3241d8bb2

10 years agoam a7b2826f: Merge "Support passing arguments to invoke-static* instructions."
Nicolas Geoffray [Thu, 3 Apr 2014 17:00:48 +0000 (17:00 +0000)]
am a7b2826f: Merge "Support passing arguments to invoke-static* instructions."

* commit 'a7b2826fa469c626ff2c3ff26fd848c28bccc092':
  Support passing arguments to invoke-static* instructions.

10 years agoMerge "Support passing arguments to invoke-static* instructions."
Nicolas Geoffray [Thu, 3 Apr 2014 16:49:25 +0000 (16:49 +0000)]
Merge "Support passing arguments to invoke-static* instructions."

10 years agoSupport passing arguments to invoke-static* instructions.
Nicolas Geoffray [Thu, 3 Apr 2014 09:38:37 +0000 (10:38 +0100)]
Support passing arguments to invoke-static* instructions.

- Stop using the frame pointer for accessing locals.
- Stop emulating a stack when doing code generation. Instead,
  rely on dex register model, where instructions only reference
  registers.

Change-Id: Id51bd7d33ac430cb87a53c9f4b0c864eeb1006f9

10 years agoam 5a4139fd: Merge "art: Handle x86_64 architecture equal to x86"
Bill Buzbee [Thu, 3 Apr 2014 13:39:50 +0000 (13:39 +0000)]
am 5a4139fd: Merge "art: Handle x86_64 architecture equal to x86"

* commit '5a4139fd33547d09c94d9650157e3a4e4c9eede4':
  art: Handle x86_64 architecture equal to x86

10 years agoMerge "art: Handle x86_64 architecture equal to x86"
Bill Buzbee [Thu, 3 Apr 2014 13:29:36 +0000 (13:29 +0000)]
Merge "art: Handle x86_64 architecture equal to x86"

10 years agoam 71100b58: Merge "Fix Unsafe.getLong()/putLong() for x86, add test."
Vladimir Marko [Thu, 3 Apr 2014 13:07:58 +0000 (13:07 +0000)]
am 71100b58: Merge "Fix Unsafe.getLong()/putLong() for x86, add test."

* commit '71100b58a194515e889391aedb902883ab5a0904':
  Fix Unsafe.getLong()/putLong() for x86, add test.

10 years agoMerge "Fix Unsafe.getLong()/putLong() for x86, add test."
Vladimir Marko [Thu, 3 Apr 2014 12:58:51 +0000 (12:58 +0000)]
Merge "Fix Unsafe.getLong()/putLong() for x86, add test."

10 years agoam 0c7350d7: Merge "Runtime::PreZygoteFork returns void, not boolean."
Narayan Kamath [Thu, 3 Apr 2014 12:36:18 +0000 (12:36 +0000)]
am 0c7350d7: Merge "Runtime::PreZygoteFork returns void, not boolean."

* commit '0c7350d774e42c1ec889e40ffe70beb5b6c27afb':
  Runtime::PreZygoteFork returns void, not boolean.

10 years agoMerge "Runtime::PreZygoteFork returns void, not boolean."
Narayan Kamath [Thu, 3 Apr 2014 12:28:17 +0000 (12:28 +0000)]
Merge "Runtime::PreZygoteFork returns void, not boolean."

10 years agoFix Unsafe.getLong()/putLong() for x86, add test.
Vladimir Marko [Thu, 3 Apr 2014 11:56:06 +0000 (12:56 +0100)]
Fix Unsafe.getLong()/putLong() for x86, add test.

Change-Id: Id6841ae50e1047543c04dcdae30254dd6ce82082

10 years agoam 5cc2d076: Merge "Profile: renamed kThresholdPercent and make it configurable"
Calin Juravle [Thu, 3 Apr 2014 09:11:50 +0000 (09:11 +0000)]
am 5cc2d076: Merge "Profile: renamed kThresholdPercent and make it configurable"

* commit '5cc2d076cb7854ec2327895e5586f4cbe5e3ee70':
  Profile: renamed kThresholdPercent and make it configurable

10 years agoam 317055b5: Merge "Profile: repurposed kTresholdPercent"
Calin Juravle [Thu, 3 Apr 2014 09:11:49 +0000 (09:11 +0000)]
am 317055b5: Merge "Profile: repurposed kTresholdPercent"

* commit '317055b5a75f84c09647f099efe766708da5bfb8':
  Profile: repurposed kTresholdPercent

10 years agoMerge "Profile: renamed kThresholdPercent and make it configurable"
Calin Juravle [Thu, 3 Apr 2014 09:01:40 +0000 (09:01 +0000)]
Merge "Profile: renamed kThresholdPercent and make it configurable"

10 years agoMerge "Profile: repurposed kTresholdPercent"
Calin Juravle [Thu, 3 Apr 2014 09:01:20 +0000 (09:01 +0000)]
Merge "Profile: repurposed kTresholdPercent"

10 years agoart: Handle x86_64 architecture equal to x86
Dmitry Petrochenko [Wed, 2 Apr 2014 10:27:59 +0000 (17:27 +0700)]
art: Handle x86_64 architecture equal to x86

This patch forces FE/ME to treat x86_64 as x86 exactly.
The x86_64 logic will be revised later when assembly will be ready.

Change-Id: I4a92477a6eeaa9a11fd710d35c602d8d6f88cbb6
Signed-off-by: Dmitry Petrochenko <dmitry.petrochenko@intel.com>
10 years agoam 8549cf9d: Merge "Use temp register in Unsafe Get/Put intrisics for displaced offset."
Mathieu Chartier [Thu, 3 Apr 2014 02:55:44 +0000 (02:55 +0000)]
am 8549cf9d: Merge "Use temp register in Unsafe Get/Put intrisics for displaced offset."

* commit '8549cf9d83688f7decbbea2a8de761ce29e95f3c':
  Use temp register in Unsafe Get/Put intrisics for displaced offset.

10 years agoMerge "Use temp register in Unsafe Get/Put intrisics for displaced offset."
Mathieu Chartier [Thu, 3 Apr 2014 02:45:19 +0000 (02:45 +0000)]
Merge "Use temp register in Unsafe Get/Put intrisics for displaced offset."

10 years agoam 744924b7: Merge "Make SpaceBitmap cross-compiling tolerant"
Andreas Gampe [Thu, 3 Apr 2014 01:29:40 +0000 (01:29 +0000)]
am 744924b7: Merge "Make SpaceBitmap cross-compiling tolerant"

* commit '744924b701febe88bd67a9080999c08c76745807':
  Make SpaceBitmap cross-compiling tolerant

10 years agoMerge "Make SpaceBitmap cross-compiling tolerant"
Andreas Gampe [Thu, 3 Apr 2014 01:17:54 +0000 (01:17 +0000)]
Merge "Make SpaceBitmap cross-compiling tolerant"

10 years agoam 5cff3083: Merge "Add support for -Xverify:none mode."
Jeff Hao [Thu, 3 Apr 2014 00:48:17 +0000 (00:48 +0000)]
am 5cff3083: Merge "Add support for -Xverify:none mode."

* commit '5cff3083c00dfbae7b8c5c34b0bedbc514c91df9':
  Add support for -Xverify:none mode.

10 years agoUse temp register in Unsafe Get/Put intrisics for displaced offset.
Mathieu Chartier [Thu, 3 Apr 2014 00:09:17 +0000 (17:09 -0700)]
Use temp register in Unsafe Get/Put intrisics for displaced offset.

Previously, the object register would get clobberd by the adding the
offset for wide UnsafeGets and wide UnsafePuts. This resulted in heap
corruption in AtomicLongFieldUpdater.compareAndSet and possibly other
places.

Bug: 13744490
Change-Id: Ic368d930b855c5c57e22060b32b73d0745328ef2

10 years agoMerge "Add support for -Xverify:none mode."
Jeff Hao [Thu, 3 Apr 2014 00:38:52 +0000 (00:38 +0000)]
Merge "Add support for -Xverify:none mode."

10 years agoAdd support for -Xverify:none mode.
Jeff Hao [Tue, 1 Apr 2014 21:58:49 +0000 (14:58 -0700)]
Add support for -Xverify:none mode.

This mode skips all verification and compilation.
Public bug: https://code.google.com/p/android/issues/detail?id=67664

Change-Id: Idd00ab8e9e46d129c02988b063c41a507e07bf5b

10 years agoMake SpaceBitmap cross-compiling tolerant
Andreas Gampe [Wed, 2 Apr 2014 22:39:58 +0000 (15:39 -0700)]
Make SpaceBitmap cross-compiling tolerant

Change the order of bits in SpaceBitmap to be the intuitive one:
Offset 0 is bit 0, instead of the MSB. Then compiling on 32b for
64b works as expected.

Change-Id: Iee2491eaf06d4b5f8b534b7c980d5719633cb64c

10 years agoam d0ab1223: Merge "Keep the symbol table in the shared libraries."
Christopher Ferris [Thu, 3 Apr 2014 00:04:06 +0000 (00:04 +0000)]
am d0ab1223: Merge "Keep the symbol table in the shared libraries."

* commit 'd0ab1223cc8c5181e502196a7765790ad2aba3c8':
  Keep the symbol table in the shared libraries.

10 years agoMerge "Keep the symbol table in the shared libraries."
Christopher Ferris [Wed, 2 Apr 2014 23:51:59 +0000 (23:51 +0000)]
Merge "Keep the symbol table in the shared libraries."

10 years agoam a7a49dd6: Merge "Pass instruction-set from runtime through to spawned dex2oat."
Ian Rogers [Wed, 2 Apr 2014 23:29:26 +0000 (23:29 +0000)]
am a7a49dd6: Merge "Pass instruction-set from runtime through to spawned dex2oat."

* commit 'a7a49dd64b2cce5cd3918a01c9cd372931f90dd8':
  Pass instruction-set from runtime through to spawned dex2oat.

10 years agoMerge "Pass instruction-set from runtime through to spawned dex2oat."
Ian Rogers [Wed, 2 Apr 2014 23:18:43 +0000 (23:18 +0000)]
Merge "Pass instruction-set from runtime through to spawned dex2oat."

10 years agoPass instruction-set from runtime through to spawned dex2oat.
Ian Rogers [Wed, 2 Apr 2014 21:55:49 +0000 (14:55 -0700)]
Pass instruction-set from runtime through to spawned dex2oat.

Change-Id: I1727af7beb9f710c29124d4d6bc9175e4856f3cc

10 years agoProfile: renamed kThresholdPercent and make it configurable
Calin Juravle [Wed, 2 Apr 2014 18:08:47 +0000 (19:08 +0100)]
Profile: renamed kThresholdPercent and make it configurable

Bug: 12877748
Change-Id: If266f20f77faad4a726ef8df451a0c42f541392f

10 years agoam 40462bcc: Merge "force dex2oat target executables to be compiled for 32-bit"
Colin Cross [Wed, 2 Apr 2014 20:24:38 +0000 (20:24 +0000)]
am 40462bcc: Merge "force dex2oat target executables to be compiled for 32-bit"

* commit '40462bcc8b8fbe8a4981a0fb209e10898a118e2c':
  force dex2oat target executables to be compiled for 32-bit

10 years agoam c6829abc: Merge "Add r4 as promotable register if implicit suspend checks"
Dave Allison [Wed, 2 Apr 2014 20:24:36 +0000 (20:24 +0000)]
am c6829abc: Merge "Add r4 as promotable register if implicit suspend checks"

* commit 'c6829abc118255ed37cdddb643e5276f2e9ff9bd':
  Add r4 as promotable register if implicit suspend checks

10 years agoMerge "force dex2oat target executables to be compiled for 32-bit"
Colin Cross [Wed, 2 Apr 2014 20:15:25 +0000 (20:15 +0000)]
Merge "force dex2oat target executables to be compiled for 32-bit"

10 years agoMerge "Add r4 as promotable register if implicit suspend checks"
Dave Allison [Wed, 2 Apr 2014 20:14:58 +0000 (20:14 +0000)]
Merge "Add r4 as promotable register if implicit suspend checks"

10 years agoAdd r4 as promotable register if implicit suspend checks
Dave Allison [Wed, 2 Apr 2014 00:45:18 +0000 (17:45 -0700)]
Add r4 as promotable register if implicit suspend checks

If we are doing implicit suspend checks we should be able
to use r4 as a target for promotion.

Also bump OAT version

Change-Id: Ia27d14ece3b3259dbb74bcf89feaa9da2cda6db8

10 years agoforce dex2oat target executables to be compiled for 32-bit
Colin Cross [Thu, 20 Mar 2014 19:55:13 +0000 (12:55 -0700)]
force dex2oat target executables to be compiled for 32-bit

64-bit dex2oat doesn't support 32-bit targets yet, force dex2oat
target executables to compile 32-bit for now by passing in a
value for LOCAL_MULTILIB to build-art-executable.

Bug: 13764385
Change-Id: I41adba1e64f373e4b61a3c13af2592ed4f7d0b57

10 years agoProfile: repurposed kTresholdPercent
Calin Juravle [Wed, 2 Apr 2014 16:03:08 +0000 (17:03 +0100)]
Profile: repurposed kTresholdPercent

Previously kTresholdPercent was the percentage of samples of the total
that a method must comprise before compiling.

I changed it to mean the threshold for a running total...i.e. compile
all the methods that comprise K% of the samples cumulatively.

(in the process fixed ProfileData#percent doc and changed its name)

Bug: 12877748
Change-Id: Ib0e18e525a16c11b189afc3d840c09183ac629de

10 years agoam 0807e7bb: Merge "Avoid debug check violation in thread registration."
Ian Rogers [Wed, 2 Apr 2014 15:59:50 +0000 (15:59 +0000)]
am 0807e7bb: Merge "Avoid debug check violation in thread registration."

* commit '0807e7bbbafc4b4e8e7fb1d2d54fbcb011c05c82':
  Avoid debug check violation in thread registration.

10 years agoMerge "Avoid debug check violation in thread registration."
Ian Rogers [Wed, 2 Apr 2014 15:49:42 +0000 (15:49 +0000)]
Merge "Avoid debug check violation in thread registration."

10 years agoAvoid debug check violation in thread registration.
Ian Rogers [Wed, 2 Apr 2014 15:34:36 +0000 (08:34 -0700)]
Avoid debug check violation in thread registration.

Bug: 13757855
Change-Id: Ied83a7fc43e2b9a89a8b99aa4f74069ef8a369b1

10 years agoam 161f71ab: Merge "Fixed total method count in profile file parsing."
Calin Juravle [Wed, 2 Apr 2014 15:24:59 +0000 (15:24 +0000)]
am 161f71ab: Merge "Fixed total method count in profile file parsing."

* commit '161f71ab4449047157ad3d967a3ed4f7c6e17249':
  Fixed total method count in profile file parsing.

10 years agoMerge "Fixed total method count in profile file parsing."
Calin Juravle [Wed, 2 Apr 2014 15:17:21 +0000 (15:17 +0000)]
Merge "Fixed total method count in profile file parsing."

10 years agoFixed total method count in profile file parsing.
Calin Juravle [Wed, 2 Apr 2014 14:41:43 +0000 (15:41 +0100)]
Fixed total method count in profile file parsing.

Change-Id: Iae38b3ca296378d17f054ac330301035ec684084

10 years agoRuntime::PreZygoteFork returns void, not boolean.
Narayan Kamath [Wed, 2 Apr 2014 11:54:23 +0000 (12:54 +0100)]
Runtime::PreZygoteFork returns void, not boolean.

This method aborts on failure (as it should) and unconditionally
returns true, so making it return void simplifies callers.

Change-Id: Iae39bd327f20311579ece47efa8afd1be7defce9

10 years agoam 77384601: Merge "Include <sys/resource.h> for rlimit."
Narayan Kamath [Wed, 2 Apr 2014 11:26:36 +0000 (11:26 +0000)]
am 77384601: Merge "Include <sys/resource.h> for rlimit."

* commit '77384601e096660ed8725b3a5bcc2327d34c1b21':
  Include <sys/resource.h> for rlimit.

10 years agoMerge "Include <sys/resource.h> for rlimit."
Narayan Kamath [Wed, 2 Apr 2014 11:15:38 +0000 (11:15 +0000)]
Merge "Include <sys/resource.h> for rlimit."

10 years agoInclude <sys/resource.h> for rlimit.
Narayan Kamath [Wed, 2 Apr 2014 11:06:02 +0000 (12:06 +0100)]
Include <sys/resource.h> for rlimit.

Change-Id: I0e487f8191e284052d8b82eb942d723147d780a1

10 years agoam 2dc2bf9a: Merge "Update missed DEX2OAT -> DEX2OATD changes."
Nicolas Geoffray [Wed, 2 Apr 2014 10:41:20 +0000 (10:41 +0000)]
am 2dc2bf9a: Merge "Update missed DEX2OAT -> DEX2OATD changes."

* commit '2dc2bf9ad867dfc71bf209dead1315615659e8f9':
  Update missed DEX2OAT -> DEX2OATD changes.

10 years agoam 8e157dc9: Merge "Move most zygote related code to frameworks/base."
Narayan Kamath [Wed, 2 Apr 2014 10:41:19 +0000 (10:41 +0000)]
am 8e157dc9: Merge "Move most zygote related code to frameworks/base."

* commit '8e157dc9e2938aa7eeadaf4ea34e8d3e727136bc':
  Move most zygote related code to frameworks/base.

10 years agoMerge "Update missed DEX2OAT -> DEX2OATD changes."
Nicolas Geoffray [Wed, 2 Apr 2014 10:34:54 +0000 (10:34 +0000)]
Merge "Update missed DEX2OAT -> DEX2OATD changes."

10 years agoUpdate missed DEX2OAT -> DEX2OATD changes.
Nicolas Geoffray [Wed, 2 Apr 2014 10:33:28 +0000 (11:33 +0100)]
Update missed DEX2OAT -> DEX2OATD changes.

Change-Id: I9556ac9ce30fe057e8b278858303e25c547e86ba

10 years agoMerge "Move most zygote related code to frameworks/base."
Narayan Kamath [Wed, 2 Apr 2014 10:29:49 +0000 (10:29 +0000)]
Merge "Move most zygote related code to frameworks/base."

10 years agoam 5120686d: Merge "Use debug version of DEX2OAT explicitly."
Nicolas Geoffray [Wed, 2 Apr 2014 09:06:01 +0000 (09:06 +0000)]
am 5120686d: Merge "Use debug version of DEX2OAT explicitly."

* commit '5120686d956cdea3f4b662941f361e0867a4bbad':
  Use debug version of DEX2OAT explicitly.

10 years agoam a7f984a2: Merge "Fix ClassHelper::GetDirectInterface for proxy class"
Sebastien Hertz [Wed, 2 Apr 2014 09:01:39 +0000 (09:01 +0000)]
am a7f984a2: Merge "Fix ClassHelper::GetDirectInterface for proxy class"

* commit 'a7f984a23babaa0e4b1b9b6904d18edfcbaa654b':
  Fix ClassHelper::GetDirectInterface for proxy class

10 years agoam 1246d689: Merge "Cleanup transaction support"
Sebastien Hertz [Wed, 2 Apr 2014 09:01:36 +0000 (09:01 +0000)]
am 1246d689: Merge "Cleanup transaction support"

* commit '1246d689dc3150bbee6c5e5628747a94fba5081e':
  Cleanup transaction support

10 years agoMerge "Use debug version of DEX2OAT explicitly."
Nicolas Geoffray [Wed, 2 Apr 2014 08:53:01 +0000 (08:53 +0000)]
Merge "Use debug version of DEX2OAT explicitly."

10 years agoUse debug version of DEX2OAT explicitly.
Nicolas Geoffray [Wed, 26 Mar 2014 10:56:24 +0000 (10:56 +0000)]
Use debug version of DEX2OAT explicitly.

Change-Id: I57b4c8caedcc6bfbeaa541d8171f8b5b3069c584

10 years agoMerge "Fix ClassHelper::GetDirectInterface for proxy class"
Sebastien Hertz [Wed, 2 Apr 2014 07:48:31 +0000 (07:48 +0000)]
Merge "Fix ClassHelper::GetDirectInterface for proxy class"

10 years agoMerge "Cleanup transaction support"
Sebastien Hertz [Wed, 2 Apr 2014 07:45:51 +0000 (07:45 +0000)]
Merge "Cleanup transaction support"

10 years agoCleanup transaction support
Sebastien Hertz [Fri, 21 Feb 2014 14:46:30 +0000 (15:46 +0100)]
Cleanup transaction support

Updates Thread::CreateInternalStackTrace to support both transactional and
non-transactional modes using template.

Generalizes non-transactional mode for invariant fields (which are set only
once).

Removes ArrayLog::VisitRoots as we never create Array logs of ObjectArray. As
ObjectArray elements are set using Object::SetFieldObject, they are already
recorded in the object logs: the object is the array itself and the offset
corresponds to the element index in this array. And also checks we never log
ObjectArray in array logs.

Fixes location of thrown exception when calling native method during class
initialization.

Change-Id: Idbc368d3b8292b85ff40bc8a7c559e085477bf89

10 years agoKeep the symbol table in the shared libraries.
Christopher Ferris [Tue, 1 Apr 2014 19:29:09 +0000 (12:29 -0700)]
Keep the symbol table in the shared libraries.

In order to allow the unwinder code to have meaningful names for
art functions, leave the symbol table.

Here are the size increases:

Platform    Size Increase
--------    -------------
arm         ~631K
arm64       ~631K
mips        ~424K
x86         ~565K
x86_64      ~565K

Bug: 12958251
Change-Id: Ib8bf11bef648f8296f4d6544f7b2af0d7f969ad8

10 years agoam f689b93e: Merge "Use TEST_ART_RUN_TESTS consistently"
Brian Carlstrom [Wed, 2 Apr 2014 03:28:58 +0000 (03:28 +0000)]
am f689b93e: Merge "Use TEST_ART_RUN_TESTS consistently"

* commit 'f689b93e904e062d83a7ae7e8cacce0b52af3323':
  Use TEST_ART_RUN_TESTS consistently

10 years agoMerge "Use TEST_ART_RUN_TESTS consistently"
Brian Carlstrom [Wed, 2 Apr 2014 03:18:59 +0000 (03:18 +0000)]
Merge "Use TEST_ART_RUN_TESTS consistently"

10 years agoUse TEST_ART_RUN_TESTS consistently
Brian Carlstrom [Wed, 2 Apr 2014 01:09:33 +0000 (18:09 -0700)]
Use TEST_ART_RUN_TESTS consistently

Change-Id: I0242702886d53a39f2604e209a0763ff82278e1c

10 years agoam b74a8625: Merge "Add GenBarrier() calls to terminate all IT blocks."
Dave Allison [Tue, 1 Apr 2014 23:56:22 +0000 (23:56 +0000)]
am b74a8625: Merge "Add GenBarrier() calls to terminate all IT blocks."

* commit 'b74a8625b6194fe86769416c70497e74a73a740d':
  Add GenBarrier() calls to terminate all IT blocks.

10 years agoMerge "Add GenBarrier() calls to terminate all IT blocks."
Dave Allison [Tue, 1 Apr 2014 23:44:59 +0000 (23:44 +0000)]
Merge "Add GenBarrier() calls to terminate all IT blocks."

10 years agoAdd GenBarrier() calls to terminate all IT blocks.
Dave Allison [Tue, 1 Apr 2014 22:14:46 +0000 (15:14 -0700)]
Add GenBarrier() calls to terminate all IT blocks.

This is needed to prevent things like load hoisting from putting
instructions inside the IT block.

Bug: 13749123
Change-Id: I98a010453b163ac20a90f626144f798fc06e65a9

10 years agoam 52f5ecb1: Merge "Fix ThreadStress, unify ANR lock descriptions."
Ian Rogers [Tue, 1 Apr 2014 22:56:42 +0000 (22:56 +0000)]
am 52f5ecb1: Merge "Fix ThreadStress, unify ANR lock descriptions."

* commit '52f5ecb1714a17b72182fcdf88ae7f6d817855cc':
  Fix ThreadStress, unify ANR lock descriptions.

10 years agoam f5424f29: Merge "Fix Thread offsets for ARM64 assembly"
Andreas Gampe [Tue, 1 Apr 2014 22:56:41 +0000 (22:56 +0000)]
am f5424f29: Merge "Fix Thread offsets for ARM64 assembly"

* commit 'f5424f29709f40c2b3d98e2a5ed56c40187d368b':
  Fix Thread offsets for ARM64 assembly

10 years agoam 252f848f: Merge "Fix running with DlMalloc instead of RosAlloc."
Mathieu Chartier [Tue, 1 Apr 2014 22:47:41 +0000 (22:47 +0000)]
am 252f848f: Merge "Fix running with DlMalloc instead of RosAlloc."

* commit '252f848f68356551980701126481e0685bbded08':
  Fix running with DlMalloc instead of RosAlloc.

10 years agoMerge "Fix ThreadStress, unify ANR lock descriptions."
Ian Rogers [Tue, 1 Apr 2014 22:46:11 +0000 (22:46 +0000)]
Merge "Fix ThreadStress, unify ANR lock descriptions."

10 years agoMerge "Fix Thread offsets for ARM64 assembly"
Andreas Gampe [Tue, 1 Apr 2014 22:44:36 +0000 (22:44 +0000)]
Merge "Fix Thread offsets for ARM64 assembly"

10 years agoMerge "Fix running with DlMalloc instead of RosAlloc."
Mathieu Chartier [Tue, 1 Apr 2014 22:37:45 +0000 (22:37 +0000)]
Merge "Fix running with DlMalloc instead of RosAlloc."

10 years agoFix ThreadStress, unify ANR lock descriptions.
Ian Rogers [Tue, 1 Apr 2014 22:33:03 +0000 (15:33 -0700)]
Fix ThreadStress, unify ANR lock descriptions.

Bug: 13323656
Change-Id: I902825a847af9aa570ed79701409298e3532bebf

10 years agoFix running with DlMalloc instead of RosAlloc.
Mathieu Chartier [Tue, 1 Apr 2014 22:01:46 +0000 (15:01 -0700)]
Fix running with DlMalloc instead of RosAlloc.

Bug: 13748830
Bug: 13744490

Change-Id: Ieec97cf58ebf9864a40ee85aae582cdcf3f27c0c

10 years agoam b3d7eed9: Merge "Build changes to build multilib tests"
Andreas Gampe [Tue, 1 Apr 2014 21:22:53 +0000 (21:22 +0000)]
am b3d7eed9: Merge "Build changes to build multilib tests"

* commit 'b3d7eed9f760fa22e3a8e87ec2c8ff3fe50a1f50':
  Build changes to build multilib tests

10 years agoFix Thread offsets for ARM64 assembly
Andreas Gampe [Tue, 1 Apr 2014 21:18:21 +0000 (14:18 -0700)]
Fix Thread offsets for ARM64 assembly

Change-Id: I8d0516091b5a865f415e1446425203785e607f8a

10 years agoMerge "Build changes to build multilib tests"
Andreas Gampe [Tue, 1 Apr 2014 21:13:05 +0000 (21:13 +0000)]
Merge "Build changes to build multilib tests"

10 years agoam a1dbc55d: Merge "Quick compiler: add comment to Arm encoding"
buzbee [Tue, 1 Apr 2014 21:04:14 +0000 (21:04 +0000)]
am a1dbc55d: Merge "Quick compiler: add comment to Arm encoding"

* commit 'a1dbc55dcbeb0e91f1c3a68b94ee6d06d5d216f7':
  Quick compiler: add comment to Arm encoding

10 years agoBuild changes to build multilib tests
Andreas Gampe [Wed, 26 Mar 2014 01:09:32 +0000 (18:09 -0700)]
Build changes to build multilib tests

Test files will be emitted into directories for both first and second
target architectures. Going with the naming scheme for binaries,
single-architecture and 32b cases have the standard name, and
64b goes into a directory with "64" suffix.

In multi-architecture setups, the default concrete test targets are
extended with a "32" and "64" suffix, e.g., test-art-target-oat-JniTest64.
The suffix-less form is linked to the primary architecture target (usually 64).
That means running combined targets, e.g., test-art-target-oat, will only
test the primary architecture right now.

Fixed target run tests calling the right dalvikvm. Fixed library search
path for tests derived from CommonRuntimeTest.

Missing in this work-in-progress is correct handling of dex2oat for the
secondary architecture. To make it work on 64b, comment out line 101
in build/Android.executable.mk

Change-Id: I3d260994e6efe8b73b56c71994053cc9392943a9

10 years agoMerge "Quick compiler: add comment to Arm encoding"
buzbee [Tue, 1 Apr 2014 20:56:35 +0000 (20:56 +0000)]
Merge "Quick compiler: add comment to Arm encoding"

10 years agoQuick compiler: add comment to Arm encoding
buzbee [Tue, 1 Apr 2014 19:42:20 +0000 (12:42 -0700)]
Quick compiler: add comment to Arm encoding

A question from an AOSP contributer demonstrated the need for
explanation of a seemingly odd encoding for vldrd/vldrs.  In short,
we add a "def" bit for lr on those instructions to cover the cases
in which we have to materialize a new base pointer at assembly
time using lr as a temp register.

Change-Id: I22c5740218a90e0ff387c6aac2bd20cc98eece85

10 years agoam 8ce67ac1: Merge "Fix reflection access checks for app compatibility."
Jeff Hao [Tue, 1 Apr 2014 18:42:46 +0000 (18:42 +0000)]
am 8ce67ac1: Merge "Fix reflection access checks for app compatibility."

* commit '8ce67ac16abcd25b376be622cbd20a34aec4a59d':
  Fix reflection access checks for app compatibility.

10 years agoMerge "Fix reflection access checks for app compatibility."
Jeff Hao [Tue, 1 Apr 2014 18:33:31 +0000 (18:33 +0000)]
Merge "Fix reflection access checks for app compatibility."

10 years agoam d265a8ab: Merge "Quick compiler, MIPS resource cleanup"
buzbee [Tue, 1 Apr 2014 18:31:02 +0000 (18:31 +0000)]
am d265a8ab: Merge "Quick compiler, MIPS resource cleanup"

* commit 'd265a8ab12e1b783af42bf07a264edbb86826d2c':
  Quick compiler, MIPS resource cleanup

10 years agoFix reflection access checks for app compatibility.
Jeff Hao [Tue, 1 Apr 2014 18:21:30 +0000 (11:21 -0700)]
Fix reflection access checks for app compatibility.

Also updates field access test.

Bug: 13740995

Change-Id: I224712cfcb0c05429b831c26980cabad7bdef49a

10 years agoam 14f8807a: Merge "Revert "Fix access checks for app compatibility.""
Jeff Hao [Tue, 1 Apr 2014 18:24:06 +0000 (18:24 +0000)]
am 14f8807a: Merge "Revert "Fix access checks for app compatibility.""

* commit '14f8807ae14798e48cfe3d5ae6156a613a720dc0':
  Revert "Fix access checks for app compatibility."

10 years agoMerge "Quick compiler, MIPS resource cleanup"
buzbee [Tue, 1 Apr 2014 18:15:02 +0000 (18:15 +0000)]
Merge "Quick compiler, MIPS resource cleanup"

10 years agoam 1ad45ef9: Merge "Add handler for printing java stack traces for compiled code...
Mathieu Chartier [Tue, 1 Apr 2014 18:08:01 +0000 (18:08 +0000)]
am 1ad45ef9: Merge "Add handler for printing java stack traces for compiled code SIGSEGV."

* commit '1ad45ef91afc64174004485f88efd4b7cea516fc':
  Add handler for printing java stack traces for compiled code SIGSEGV.

10 years agoam 9c60d7d8: Merge "Fix access checks for app compatibility."
Jeff Hao [Tue, 1 Apr 2014 18:07:55 +0000 (18:07 +0000)]
am 9c60d7d8: Merge "Fix access checks for app compatibility."

* commit '9c60d7d8598d1d9df19970c20bf92ff3c3e38920':
  Fix access checks for app compatibility.

10 years agoam 79b1bf0b: Merge "Make the support code for read barriers a bit more general."
Hiroshi Yamauchi [Tue, 1 Apr 2014 18:07:54 +0000 (18:07 +0000)]
am 79b1bf0b: Merge "Make the support code for read barriers a bit more general."

* commit '79b1bf0ba1580cef94412ac3a62904ac89e6dfbc':
  Make the support code for read barriers a bit more general.