diff options
author | 2019-05-22 11:39:45 +0000 | |
---|---|---|
committer | 2019-05-22 12:23:46 +0000 | |
commit | 99cbfb55fc7ac0f65b1ccdc7076219fcee383b92 (patch) | |
tree | 5420795d367de2d4fbf2f1a73ac2b3f275a5114a /test/1966-get-set-local-objects-no-table/src/Main.java | |
parent | 098e7a67588f39642567b91ecfab117dbaa84d31 (diff) |
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
Diffstat (limited to 'test/1966-get-set-local-objects-no-table/src/Main.java')
-rw-r--r-- | test/1966-get-set-local-objects-no-table/src/Main.java | 21 |
1 files changed, 0 insertions, 21 deletions
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(); - } -} |