From e21dc3db191df04c100620965bee4617b3b24397 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 8 Dec 2014 16:59:43 -0800 Subject: ART: Swap-space in the compiler Introduce a swap-space and corresponding allocator to transparently switch native allocations to memory backed by a file. Bug: 18596910 (cherry picked from commit 62746d8d9c4400e4764f162b22bfb1a32be287a9) Change-Id: I131448f3907115054a592af73db86d2b9257ea33 --- test/run-test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/run-test b/test/run-test index 2abc1fa262..aba4e05d03 100755 --- a/test/run-test +++ b/test/run-test @@ -258,6 +258,9 @@ while true; do elif [ "x$1" = "x--always-clean" ]; then always_clean="yes" shift + elif [ "x$1" = "x--dex2oat-swap" ]; then + run_args="${run_args} --dex2oat-swap" + shift elif expr "x$1" : "x--" >/dev/null 2>&1; then echo "unknown $0 option: $1" 1>&2 usage="yes" @@ -452,6 +455,7 @@ if [ "$usage" = "yes" ]; then echo " --gcverify Run with gc verification" echo " --always-clean Delete the test files even if the test fails." echo " --android-root [path] The path on target for the android root. (/system by default)." + echo " --dex2oat-swap Use a dex2oat swap file." ) 1>&2 exit 1 fi -- cgit v1.2.3