/art/test/1934-jvmti-signal-thread/ |
D | expected.txt | 9 Other thread Interrupted. err: java.lang.Error: Interrupted! 12 Other thread Stopped by: java.lang.Error: AWESOME! 15 Other thread Interrupted. 18 Other thread Stopped by: java.lang.Error: AWESOME! 21 Other thread interrupted. err: java.lang.Error: Interrupted! 24 Other thread Stopped by: java.lang.Error: AWESOME 27 Other thread Stopped by: java.lang.Error: AWESOME
|
/art/test/1003-metadata-section-strings/src-art/ |
D | Main.java | 33 System.out.println(Other.getString(1) == "string1"); in runTest() 34 System.out.println(Other.getString(2000) == "string2000"); in runTest() 35 System.out.println(Other.getString(3000) == "string3000"); in runTest() 36 System.out.println(Other.getString(5000) == "string5000"); in runTest()
|
/art/test/1922-owned-monitors-info/ |
D | expected.txt | 114 owner-monitors, no suspend, Other thread 118 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 122 Owned monitors: [NamedLock("Lock 1"), Target("Other thread test (suspend: false): owned-monitor")] 126 Owned monitors: [NamedLock("Lock 1"), Target("Other thread test (suspend: false): owned-monitor")] 128 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 130 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), NamedLock("Lock 3"), Target("Other threa… 132 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 134 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 136 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 140 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3"), Target("Other thread test (suspend: fals… [all …]
|
/art/test/420-const-class/ |
D | expected.txt | 3 class Main$Other 4 class Main$Other
|
/art/test/617-clinit-oome/src/ |
D | Main.java | 32 Class klass = Other.class; in main() 51 Other.print(); in main()
|
D | Other.java | 17 public final class Other { class
|
/art/test/552-checker-sharpening/src/ |
D | Main.java | 185 return Other.class; in $noinline$getOtherClass() 219 assertClassEquals(Other.class, $noinline$getOtherClass()); in main() 225 class Other { class
|
/art/test/420-const-class/src/ |
D | Main.java | 18 static class Other { class in Main 61 return Other.class; in $opt$LoadOtherClass()
|
/art/test/414-static-fields/src/ |
D | Other.java | 17 public class Other { class
|
D | Main.java | 38 assertEquals(41, Other.staticField); in $opt$TestOtherClassStaticField() 48 assertEquals(a + 41, a + Other.staticField); in $opt$TestAddOtherClassStaticField()
|
/art/test/203-multi-checkpoint/ |
D | expected.txt | 2 Other thread running
|
/art/test/046-reflect/src/otherpackage/ |
D | Other.java | 19 public class Other { class
|
/art/test/1003-metadata-section-strings/ |
D | build | 25 class Other {
|
/art/test/559-checker-irreducible-loop/src/ |
D | Main.java | 71 class Other { class
|
/art/test/1974-resize-array/ |
D | expected.txt | 8 Map is: ([1, 2, 3, 4]->Other Value), ([1, 2, 3, 4]->THE VALUE), ([1, 4]->Third value), 10 Map is: ([1, 2, 3, 4]->Other Value), ([1, 2, 3, 4, 0, 0, 0]->THE VALUE), ([1, 4]->Third value),
|
/art/test/922-properties/ |
D | expected.txt | 15 Other properties:
|
/art/test/911-get-stack-trace/ |
D | expected-cts-version.txt | 77 ### Other thread (suspended) ### 156 ### Other thread (live) ### 224 ### Other select threads (suspended) ### 436 ### Other thread (suspended) ### 463 ### Other thread (live) ###
|
D | expected.txt | 77 ### Other thread (suspended) ### 156 ### Other thread (live) ### 223 ### Other threads (suspended) ### 658 ### Other select threads (suspended) ### 870 ### Other thread (suspended) ### 897 ### Other thread (live) ###
|
/art/test/046-reflect/src/ |
D | Main.java | 83 Class<?> target = otherpackage.Other.class; in checkAccess() 84 Object instance = new otherpackage.Other(); in checkAccess() 98 instance = otherpackage.Other.getInnerClassInstance(); in checkAccess()
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 9 * Other lines are text, and they are essentially syntax sugar for
|
/art/tools/ahat/ |
D | README.txt | 83 Other miscellaneous bug fixes.
|