Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
be26f77dac06fb02b0cc80914b740662bf8d0b26
be26f77
Revert "Fix for gtest missing core classes."
by Narayan Kamath
· 9 years ago
136781e
Fix for gtest missing core classes.
by Przemyslaw Szczepaniak
· 9 years ago
0787f9d
Rename native library.
by Narayan Kamath
· 9 years ago
a0cf5a6
Fix cpplint issues.
by Narayan Kamath
· 9 years ago
b02d9b7
Add missing JVM_IsNaN function.
by Przemyslaw Szczepaniak
· 9 years ago
36379fd
Remove signal handling stubs.
by Narayan Kamath
· 9 years ago
efea1fc
Fixed arm64 string compareto&indexof asm code.
by Przemyslaw Szczepaniak
· 9 years ago
7b4ca39
Fixed x86 art_quick_string_compareto asm code.
by Przemyslaw Szczepaniak
· 9 years ago
5c40422
Fix sun.misc.Unsafe#(get|set)(Float|Double)
by Przemyslaw Szczepaniak
· 9 years ago
3c183ce
Fix asm for String#indexOf/compareTo intrinsics
by Przemyslaw Szczepaniak
· 9 years ago
13ceeb2
Re-add intrinsics for String#charAt/isEmpty/length
by Przemyslaw Szczepaniak
· 9 years ago
903ac27
Use offset in sun.misc.Unsafe#copyMemoryTo/FromArray
by Przemyslaw Szczepaniak
· 9 years ago
67d39ad
Implement JVM_FindLibraryEntry
by Przemyslaw Szczepaniak
· 10 years ago
5abc6f9
Add Object::Get/SetField methods for 8 and 16 bit fields.
by Przemyslaw Szczepaniak
· 10 years ago
84dcb99
Update layout of Class.class.
by Piotr Jastrzebski
· 10 years ago
29f33e6
A few more string related changes.
by Piotr Jastrzebski
· 10 years ago
b7a35e4
Return false from GenInlined** for intrinsics that we don't implement.
by Piotr Jastrzebski
· 10 years ago
3a7cf8e
Revert "Combine image string char arrays into single array"
by Piotr Jastrzebski
· 10 years ago
e6cd3b5
Track renaming of a couple of fields.
by Piotr Jastrzebski
· 10 years ago
90f397e
Update class_linker_test to account for annotationType.
by Piotr Jastrzebski
· 10 years ago
88f423f
Remove native registration of a new classes.
by Piotr Jastrzebski
· 10 years ago
3ef5f48
Add an implementation of Constructor.newInstance0.
by Piotr Jastrzebski
· 10 years ago
8e73ea4
Implement some more of sun.misc.Unsafe.
by Piotr Jastrzebski
· 10 years ago
c16a50f
Track changes to the layout of java.lang.Throwable.
by Piotr Jastrzebski
· 10 years ago
87bd212
Update class layout for j.l.ref.Reference.
by Piotr Jastrzebski
· 10 years ago
c712250
Update the layout for Class.class.
by Piotr Jastrzebski
· 10 years ago
63cb74b
Temporarily disable StubTest.compareto.
by Piotr Jastrzebski
· 10 years ago
8a89433
Update runtime to work with the OpenJdk String.
by Piotr Jastrzebski
· 10 years ago
2c22f2e
Temporarily remove intrinsics code.
by Piotr Jastrzebski
· 10 years ago
8d9b6d6
Update the size of Class.class.
by Piotr Jastrzebski
· 10 years ago
3b021bf
Update the number of direct methods in j.l.reflect.Proxy.
by Piotr Jastrzebski
· 10 years ago
8c145b9
DirectByteBuffer: Track renaming of field.
by Piotr Jastrzebski
· 10 years ago
d7fcf6e
Unsafe: Add native implementations for new methods.
by Piotr Jastrzebski
· 10 years ago
44095a1
String: account for the hash32 field.
by Piotr Jastrzebski
· 10 years ago
8ca9077
Load libopenjdkjavacore in addition to libjavacore.
by Piotr Jastrzebski
· 10 years ago
df0b17a
Add an ART implementation of jvm.h
by Piotr Jastrzebski
· 10 years ago
62ce656
Add core-oj to the list of boot libraries.
by Piotr Jastrzebski
· 10 years ago
afc4ef5
am 227dfb0a: Fix false alarm on thread suspend timeout
by tony.ys_liu
· 10 years ago
227dfb0
Fix false alarm on thread suspend timeout
by tony.ys_liu
· 10 years ago
44fb719
ART: Allow class-loading during deopt
by Andreas Gampe
· 10 years ago
7d9ad8b
Fix false alarm on thread suspend timeout
by tony.ys_liu
· 10 years ago
65370e3
Check for null class of class
by Mathieu Chartier
· 10 years ago
72d72ef
Force set resolved method for static invokes
by Mathieu Chartier
· 10 years ago
24c846a
Quick: Fix range check for intrinsic String.charAt() on x86.
by Vladimir Marko
· 10 years ago
980417b
Merge "ART: On shutdown, only warn on mutex contention" into lmp-mr1-dev
by Andreas Gampe
· 10 years ago
6e18c0a
Merge "Allow preopted apps to have sharpened calls for non-x86 architectures." into lmp-mr1-dev
by Jeff Hao
· 10 years ago
c0440f6
ART: On shutdown, only warn on mutex contention
by Andreas Gampe
· 10 years ago
90a3359
Fix exception handling during deoptimization
by Sebastien Hertz
· 10 years ago
2397ad7
Allow preopted apps to have sharpened calls for non-x86 architectures.
by Jeff Hao
· 10 years ago
92fbd28
Use correct handle scope offset from StackVisitor
by Sebastien Hertz
· 10 years ago
ddc1a46
Merge "ART: Curb dex2oat verbosity" into lmp-mr1-dev
by Andreas Gampe
· 10 years ago
108a9ac
Merge "JDWP: fix breakpoint for method in the image" into lmp-mr1-dev
by Sebastien Hertz
· 10 years ago
aa3eff9
ART: Curb dex2oat verbosity
by Andreas Gampe
· 10 years ago
7f418db
JDWP: fix breakpoint for method in the image
by Sebastien Hertz
· 10 years ago
b34d505
Fix infinite loop in GenerateIdentityHashCode
by tony.ys_liu
· 10 years ago
f2df494
Merge "Print more info in MarkSweep::VerifyRoot" into lmp-mr1-dev
by Mathieu Chartier
· 10 years ago
12f7423
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 10 years ago
d488fcb
Merge "Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd." into lmp-mr1-dev
by Vladimir Marko
· 10 years ago
cb14cd2
Merge "Add a test for our NPE checks." into lmp-mr1-dev
by Vladimir Marko
· 10 years ago
300dee9
Merge "ART: Simple structural class check" into lmp-mr1-dev
by Andreas Gampe
· 10 years ago
15a33b3
ART: Simple structural class check
by Andreas Gampe
· 10 years ago
e7227c6
Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd.
by Vladimir Marko
· 10 years ago
ce0724c
Add a test for our NPE checks.
by Nicolas Geoffray
· 10 years ago
66516ac
JDWP: allow VirtualMachine.Resume on partial suspension
by Sebastien Hertz
· 10 years ago
112d6cf
Merge "Fix sigchainlib's implementation of sigaction" into lmp-mr1-dev
by Dmitriy Ivanov
· 10 years ago
797a29b
Fix sigchainlib's implementation of sigaction
by Dmitriy Ivanov
· 10 years ago
60a1606
Merge "Mute common case DexFile.isDexOptNeeded log spam" into lmp-mr1-dev
by Brian Carlstrom
· 10 years ago
0b1b135
Mute common case DexFile.isDexOptNeeded log spam
by Brian Carlstrom
· 10 years ago
56e7666
ART: Fix divide-by-zero for ARM
by Andreas Gampe
· 10 years ago
5593304
Merge "ART: Do not JNI abort on nullptr GetObjectRefType" into lmp-mr1-dev
by Andreas Gampe
· 10 years ago
246a013
ART: Do not JNI abort on nullptr GetObjectRefType
by Andreas Gampe
· 10 years ago
5e3dd90
Merge "ART: Use interpret-only for vmSafeMode" into lmp-mr1-dev
by Andreas Gampe
· 10 years ago
4489369
ART: Use interpret-only for vmSafeMode
by Andreas Gampe
· 10 years ago
634d58a
Pass the real capacity to CreateRosAlloc.
by Hiroshi Yamauchi
· 10 years ago
091f954
Merge "Fix running out of temps when storing invoke-interface result." into lmp-mr1-dev
by Vladimir Marko
· 10 years ago
8a9f004
ART: Do not compile swap file functionality on Mac
by Andreas Gampe
· 10 years ago
d6bd06c
Fix running out of temps when storing invoke-interface result.
by Vladimir Marko
· 10 years ago
d9ce7fc
ART: Fix swap space free list
by Andreas Gampe
· 10 years ago
62746d8
ART: Swap-space in the compiler
by Andreas Gampe
· 10 years ago
15ff1a8
Merge "JDWP: fix setting multiple breakpoints in the same method" into lmp-mr1-dev
by Sebastien Hertz
· 10 years ago
f535c69
ART: Punt to the interpreter for VerifiedMethod errors
by Andreas Gampe
· 10 years ago
2f5c202
JDWP: fix setting multiple breakpoints in the same method
by Sebastien Hertz
· 10 years ago
7460831
Merge "Increase default allocation stack size" into lmp-mr1-dev
by Mathieu Chartier
· 10 years ago
4911153
Increase default allocation stack size
by Mathieu Chartier
· 10 years ago
d2c8f92
Merge "ART: More ELF and oat file safety measures" into lmp-mr1-dev
by Andreas Gampe
· 10 years ago
ad00fed
ART: More ELF and oat file safety measures
by Andreas Gampe
· 10 years ago
cba59c3
Merge "Link libsigchain.a instead of sigchain.o" into lmp-mr1-dev
by Dmitriy Ivanov
· 10 years ago
6aa9ebe
Merge "Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic semantics." into lmp-mr1-dev
by Brian Carlstrom
· 10 years ago
ae2533b
Merge "Ensure void type is resolved when running without image" into lmp-mr1-dev
by Sebastien Hertz
· 10 years ago
e7bc70b
Link libsigchain.a instead of sigchain.o
by Dmitriy Ivanov
· 10 years ago
cad417c
Ensure void type is resolved when running without image
by Sebastien Hertz
· 10 years ago
f9943f2
Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic semantics.
by Brian Carlstrom
· 10 years ago
ab0f981
Merge "Support proxy method in StackVisitor::GetThisObject" into lmp-mr1-dev
by Sebastien Hertz
· 10 years ago
59f6b7a
Merge "ART: GenLongArith has to clobber same operands for 2-op instr" into lmp-mr1-dev
by Bill Buzbee
· 10 years ago
b837bd2
Merge "ART: GenNegLong incorrectly handled register overlap for x86" into lmp-mr1-dev
by Bill Buzbee
· 10 years ago
5ed44ac
ART: GenLongArith has to clobber same operands for 2-op instr
by nikolay serdjuk
· 10 years ago
6bde927
ART: GenNegLong incorrectly handled register overlap for x86
by nikolay serdjuk
· 10 years ago
fcfc8a7
Support proxy method in StackVisitor::GetThisObject
by Sebastien Hertz
· 10 years ago
a8ff529
Merge "JDWP: avoid crash on unsupported modifier" into lmp-mr1-dev
by Sebastien Hertz
· 10 years ago
16abc5f
Fix reference table sorting
by Brian Carlstrom
· 10 years ago
Next »