summaryrefslogtreecommitdiff
path: root/runtime/class_linker_test.cc
diff options
context:
space:
mode:
author Narayan Kamath <narayan@google.com> 2017-01-17 13:20:55 +0000
committer Narayan Kamath <narayan@google.com> 2017-01-17 17:05:12 +0000
commit9320675cb21a53b3dd59d80d440a96e04c84f28d (patch)
tree4ed1f60e2d0a39a554e1f7b38d0adbf7beb8282b /runtime/class_linker_test.cc
parent8bd59a0fd46db83616785168231e09fb95ed2ead (diff)
MethodHandles: Remove experimental flag.
Runtime::IsMethodHandlesEnabled now always returns true. This change also removes the (now unnecessary) run scripts for method handle tests. Note that the --experimental=method-handles flag is left in place for the test build steps (etc/default-build) because it's still a convenient way to supply arguments to jack / smali. Test: make test-art-host Change-Id: I8475c7b8ac2615ac382a06ce54be39dce3cc7713
Diffstat (limited to 'runtime/class_linker_test.cc')
-rw-r--r--runtime/class_linker_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/class_linker_test.cc b/runtime/class_linker_test.cc
index b8306f30df..bbe7280bb3 100644
--- a/runtime/class_linker_test.cc
+++ b/runtime/class_linker_test.cc
@@ -460,7 +460,6 @@ class ClassLinkerMethodHandlesTest : public ClassLinkerTest {
protected:
virtual void SetUpRuntimeOptions(RuntimeOptions* options) OVERRIDE {
CommonRuntimeTest::SetUpRuntimeOptions(options);
- options->push_back(std::make_pair("-Xexperimental:method-handles", nullptr));
}
};