From 9320675cb21a53b3dd59d80d440a96e04c84f28d Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Tue, 17 Jan 2017 13:20:55 +0000 Subject: 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 --- runtime/class_linker_test.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/class_linker_test.cc') 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)); } }; -- cgit v1.2.3-59-g8ed1b