From 99cbfb55fc7ac0f65b1ccdc7076219fcee383b92 Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Wed, 22 May 2019 11:39:45 +0000 Subject: Revert "Add verifier fallback for JVMTI Get/SetLocalVariable" This reverts commit e48fd0b4780efadc6b3433fe7a56aa5be2a84325. Reason for revert: Fails libjdwp tests. In particular: org.apache.harmony.jpda.tests.jdwp.StackFrame_SetValuesTest Bug: 131711256 Change-Id: Id46da7c0d26769f8f4bd469cdfb8049f6812295a --- .../src/Main.java | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 test/1966-get-set-local-objects-no-table/src/Main.java (limited to 'test/1966-get-set-local-objects-no-table/src/Main.java') diff --git a/test/1966-get-set-local-objects-no-table/src/Main.java b/test/1966-get-set-local-objects-no-table/src/Main.java deleted file mode 100644 index 198f319421..0000000000 --- a/test/1966-get-set-local-objects-no-table/src/Main.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (C) 2017 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -public class Main { - public static void main(String[] args) throws Exception { - art.Test1966.run(); - } -} -- cgit v1.2.3-59-g8ed1b