From ab7eccef71be2f88a99e71b240bdd98e34357b7c Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 29 Jul 2020 13:30:24 +0100 Subject: 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 --- test/044-proxy/src/Main.java | 1 + 1 file changed, 1 insertion(+) (limited to 'test/044-proxy/src/Main.java') 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 -- cgit v1.2.3-59-g8ed1b