From be0d3cff84c69c497487d39c4022d604a7907d5b Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Wed, 12 Feb 2020 10:52:22 +0000 Subject: Remove remaining MIPS support. With the exception of dwarf support in libelffile. Test: aosp_taimen-userdebug boots. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Bug: 147346243 Change-Id: Ib25acbc98aa7f63ce49a7ed2f81a4a64d48eac39 --- test/496-checker-inlining-class-loader/src/Main.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/496-checker-inlining-class-loader/src/Main.java') diff --git a/test/496-checker-inlining-class-loader/src/Main.java b/test/496-checker-inlining-class-loader/src/Main.java index 5deb77f29e..4fe47237f8 100644 --- a/test/496-checker-inlining-class-loader/src/Main.java +++ b/test/496-checker-inlining-class-loader/src/Main.java @@ -107,13 +107,13 @@ class LoadedByMyClassLoader { /* Load and initialize FirstSeenByMyClassLoader */ /// CHECK: LoadClass class_name:FirstSeenByMyClassLoader gen_clinit_check:true /* Load and initialize System */ - // There may be MipsComputeBaseMethodAddress here. + // There may be HX86ComputeBaseMethodAddress here. /// CHECK: LoadClass class_name:java.lang.System // The ClinitCheck may (PIC) or may not (non-PIC) be merged into the LoadClass. // (The merging checks for environment match but HLoadClass/kBootImageAddress // used for non-PIC mode does not have an environment at all.) /// CHECK: StaticFieldGet - // There may be HX86ComputeBaseMethodAddress or MipsComputeBaseMethodAddress here. + // There may be HX86ComputeBaseMethodAddress here. /// CHECK: LoadString /// CHECK-NEXT: NullCheck /// CHECK-NEXT: InvokeVirtual -- cgit v1.2.3-59-g8ed1b