summaryrefslogtreecommitdiffstats
path: root/oatdump
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2018-12-07 17:18:07 +0000
committerVladimir Marko <vmarko@google.com>2018-12-07 17:23:26 +0000
commitdb4b1deebf425be5f1d0f597d1ef540f19908324 (patch)
tree5851aab8a4d71b49dbd272b822bfd1ae2cbd08df /oatdump
parente3c6dfe2009d2fad6f8e4401cb17935bdd09ab9e (diff)
downloadart-db4b1deebf425be5f1d0f597d1ef540f19908324.tar.gz
art-db4b1deebf425be5f1d0f597d1ef540f19908324.tar.bz2
art-db4b1deebf425be5f1d0f597d1ef540f19908324.zip
Revert "Pass boot class path to ImageSpace::LoadBootImage."
This reverts commit d19085141ad9c71eae1b0ff585999ac8e27dadd4. Also squash a revert of Fix oatdump tests on target. (commit 77eea0898aca2881a87afd177a0422870c39a318) Reason for revert: Broke JDWP tests. Bug: 119868597 Change-Id: I005097d2d96014c961e5a4c0b089e7675004febc
Diffstat (limited to 'oatdump')
-rw-r--r--oatdump/oatdump_test.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/oatdump/oatdump_test.h b/oatdump/oatdump_test.h
index dfa659b7e9..728939f93c 100644
--- a/oatdump/oatdump_test.h
+++ b/oatdump/oatdump_test.h
@@ -178,11 +178,6 @@ class OatDumpTest : public CommonRuntimeTest {
expected_prefixes.push_back("InlineInfo");
}
if (mode == kModeArt) {
- exec_argv.push_back("--runtime-arg");
- exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
- exec_argv.push_back("--runtime-arg");
- exec_argv.push_back(
- GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
exec_argv.push_back("--image=" + core_art_location_);
exec_argv.push_back("--instruction-set=" + std::string(
GetInstructionSetString(kRuntimeISA)));