From 7bbb80ab52c203e44d2ded2c947b3b03b4b31ec4 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Sun, 27 Sep 2015 19:50:40 +0000 Subject: Revert "lambda: Experimental support for capture-variable and liberate-variable" Test fails. This reverts commit b72123440d8541362ebdb131436f9dbdda5fd329. Change-Id: Ic9ed92f8c826d8465eb36b746dc44af05caf041c --- compiler/dex/quick/quick_compiler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/dex/quick/quick_compiler.cc') diff --git a/compiler/dex/quick/quick_compiler.cc b/compiler/dex/quick/quick_compiler.cc index 1cd742abac..b5ecf9c418 100644 --- a/compiler/dex/quick/quick_compiler.cc +++ b/compiler/dex/quick/quick_compiler.cc @@ -391,9 +391,9 @@ static int kAllOpcodes[] = { Instruction::IGET_SHORT_QUICK, Instruction::INVOKE_LAMBDA, Instruction::UNUSED_F4, - Instruction::CAPTURE_VARIABLE, + Instruction::UNUSED_F5, Instruction::CREATE_LAMBDA, - Instruction::LIBERATE_VARIABLE, + Instruction::UNUSED_F7, Instruction::BOX_LAMBDA, Instruction::UNBOX_LAMBDA, Instruction::UNUSED_FA, -- cgit v1.2.3-59-g8ed1b