summaryrefslogtreecommitdiff
path: root/test/044-proxy/src/Main.java
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2020-07-29 13:30:24 +0100
committer Nicolas Geoffray <ngeoffray@google.com> 2020-07-30 13:48:49 +0000
commitab7eccef71be2f88a99e71b240bdd98e34357b7c (patch)
tree9579c320db71ca2a16c58f7134c084618afed5b8 /test/044-proxy/src/Main.java
parent1525960736d4d8fd6d18195097e45145d2177d2c (diff)
Disable support for proxy method in nterp.
They do not fall into the regular baseline JIT path (ie they cannot have profiling info), so just bail on them for now. Test: 044-proxy, wifi-tests Bug: 112676029 Bug: 157658616 Bug: 160543640 Change-Id: I292d85f5d6bfd0edaad1d26e53f85f3780254fd7
Diffstat (limited to 'test/044-proxy/src/Main.java')
-rw-r--r--test/044-proxy/src/Main.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/044-proxy/src/Main.java b/test/044-proxy/src/Main.java
index 7b70e65b8c..8be09cf688 100644
--- a/test/044-proxy/src/Main.java
+++ b/test/044-proxy/src/Main.java
@@ -33,6 +33,7 @@ public class Main {
NativeProxy.main(args);
ConstructorProxy.main();
OOMEOnDispatch.main(args);
+ HotProxy.main(args);
}
// The following code maps from the actual proxy class names (eg $Proxy2) to their test output