diff options
| author | 2019-05-17 21:42:33 +0000 | |
|---|---|---|
| committer | 2019-05-17 21:43:40 +0000 | |
| commit | 799e536da9733ab638946f56e1ceb62d62cd3c81 (patch) | |
| tree | 66a8910e6e8ffd96a83b31513998dc9745209d5b /test/1963-add-to-dex-classloader-in-memory/src/Main.java | |
| parent | c5265d93c8340b3c419f7f2a7620b5279f274637 (diff) | |
Revert "Add AddToDexClassloader JVMTI extension functions"
This reverts commit 92ed90ca3897ae7861b22aa12740065152839649.
Reason for revert: Test 1963 fails when run by chrome buildbots.
Change-Id: Ia3a7dc64f0372da9feca9bca1a75038d3f9fb01e
Test: None
Bug: 132699522
Bug: 132914283
Diffstat (limited to 'test/1963-add-to-dex-classloader-in-memory/src/Main.java')
| -rw-r--r-- | test/1963-add-to-dex-classloader-in-memory/src/Main.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/1963-add-to-dex-classloader-in-memory/src/Main.java b/test/1963-add-to-dex-classloader-in-memory/src/Main.java deleted file mode 100644 index 3728b45be6..0000000000 --- a/test/1963-add-to-dex-classloader-in-memory/src/Main.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (C) 2019 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.Test1963.run(); - } -} |