summaryrefslogtreecommitdiff
path: root/test/1939-proxy-frames/src/Main.java
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2017-10-11 10:29:19 +0000
committer Vladimir Marko <vmarko@google.com> 2017-10-11 10:29:19 +0000
commitd108d9eaae26df9e4480cf46d26e8c75f142bd6a (patch)
tree9a9566b73bd916befb9ce1c31c2ff309d63ff28e /test/1939-proxy-frames/src/Main.java
parenta03a9eeb9d1b2ebca17cc326f52c84a5abca6707 (diff)
Revert "Ensure Proxy frames work with JVMTI stack frame functions"
Reason for revert: gcstress 1914-get-local-instance failures, object-inl.h:163] Check failed: GetClass<kVerifyNone>() != nullptr Bug: 66903662 This reverts commit a03a9eeb9d1b2ebca17cc326f52c84a5abca6707. Change-Id: I5c68616d61566dd4ade713c4dad5e462b76d9af7
Diffstat (limited to 'test/1939-proxy-frames/src/Main.java')
-rw-r--r--test/1939-proxy-frames/src/Main.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/1939-proxy-frames/src/Main.java b/test/1939-proxy-frames/src/Main.java
deleted file mode 100644
index 85cab34d53..0000000000
--- a/test/1939-proxy-frames/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.Test1939.run();
- }
-}