OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:that
(Results
51 - 75
of
189771
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/061-out-of-memory/
info.txt
1
Tests the various ways
that
an OutOfMemoryError can be constructed and thrown.
/art/test/062-character-encodings/
info.txt
1
Test
that
the list of character encodings is what we expect.
/art/test/067-preemptive-unpark/
info.txt
1
Test
that
Unsafe.unpark() operates as expected, in particular across a gc.
/art/test/089-many-methods/
info.txt
1
Test
that
we print a reasonable message when the application exceeds more
/art/test/103-string-append/
info.txt
1
Simple test
that
triggers GC by appending to a String.
/art/test/120-hashcode/
info.txt
1
Check
that
object hashCode and System.identityHashCode never cause the hash to change
/art/test/132-daemon-locks-shutdown/
info.txt
1
Tests
that
we can shut down the runtime with daemons still looping over locks.
/art/test/141-class-unload/
info.txt
1
Test
that
classes get freed after they are no longer reachable.
/art/test/152-dead-large-object/
info.txt
1
Test
that
large objects are freed properly after a GC.
/art/test/154-gc-loop/
info.txt
1
Test
that
GC doesn't happen too often for a few small allocations.
/art/test/1905-suspend-native/
info.txt
1
Tests jvmti suspending of a thread
that
is spinning in native code.
/art/test/1908-suspend-native-resume-self/
info.txt
1
Tests jvmti suspending of a thread
that
is spinning in native code.
/art/test/1920-suspend-native-monitor/
info.txt
1
Tests jvmti suspending of a thread
that
is interacting with a raw monitor.
/art/test/1921-suspend-native-recursive-monitor/
info.txt
1
Tests JVMTI suspending of a thread
that
is interacting with a raw monitor
/art/test/1930-monitor-info/
info.txt
3
Tests
that
the GetObjectMonitorUsage function works correctly.
/art/test/202-thread-oome/
info.txt
1
Tests
that
we throw OOME if Thread.nativeCreate fails, rather than aborting.
/art/test/483-dce-block/
info.txt
1
Regression test for optimizing
that
used to crash
/art/test/488-checker-inline-recursive-calls/
info.txt
1
Checker test for inlining calls
that
in turn call the outer method.
/art/test/493-checker-inline-invoke-interface/
info.txt
1
Check
that
we can optimize interface calls without
/art/test/506-verify-aput/
info.txt
1
Test
that
an aput on a null array is properly checked
/art/test/508-checker-disassembly/
info.txt
1
Check
that
inlining disassembly in the .cfg works correctly.
/art/test/511-clinit-interface/
info.txt
1
Test
that
compilers don't crash when having to compile
/art/test/514-shifts/
info.txt
1
Regression test for optimizing
that
used to miscompile
/art/test/529-long-split/
info.txt
1
Regression test for optimizing
that
used to trip
/art/test/532-checker-nonnull-arrayset/
info.txt
1
Test
that
we optimize ArraySet when the value is not null.
Completed in 759 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>