Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
e800044fc457431fe3b65d604c5b48238bb3eaad
/
runtime
80f5fe5
ART: Refactor hidden_api
by Andreas Gampe
· 7 years ago
be4aa29
Merge "Support for API exemptions from API blacklisting." into pi-dev
by Mathew Inwood
· 7 years ago
ac5fea0
Remove unneeded ScopedGCCriticalSections from openjdkjvmti.
by Alex Light
· 7 years ago
3383aa5
Support for API exemptions from API blacklisting.
by Mathew Inwood
· 7 years ago
f2a300b
Revert "Revert "Allow hidden API access from system libraries""
by David Brazdil
· 7 years ago
a89c832
Fix mac build.
by Christopher Ferris
· 7 years ago
55ecc9f
Display all stack frames on a crash.
by Christopher Ferris
· 7 years ago
0fb1006
Merge "More flexible API enforcement policy support." into pi-dev
by TreeHugger Robot
· 7 years ago
a5dc52c
More flexible API enforcement policy support.
by Mathew Inwood
· 7 years ago
7ff5663
Enable ThinLTO for libart
by Yi Kong
· 7 years ago
ab6dad1
Merge "Don't HARD_FAIL when not able to resolve a quickened opcode." into pi-dev
by Nicolas Geoffray
· 7 years ago
743aac3
Disable encoded static initialization
by Mathieu Chartier
· 7 years ago
229512a
Verify dex files in zip and from files are not CompactDex
by Mathieu Chartier
· 7 years ago
14a5c98
Don't HARD_FAIL when not able to resolve a quickened opcode.
by Nicolas Geoffray
· 7 years ago
2e0327e
Merge changes I9118a04f,I4b5239af into pi-dev
by TreeHugger Robot
· 7 years ago
8d893c4
Merge "Revert "Warn on overriding of hidden methods"" into pi-dev
by David Brazdil
· 7 years ago
b8bbc39
Fix Mac build: Don't use the CFI directives on Mac
by David Srbecky
· 7 years ago
a4d1f0e
Support unwinding though the switch interpreter.
by David Srbecky
· 7 years ago
e4fb7ff
Merge changes I2e0dacc5,I6962aafa into pi-dev
by David Srbecky
· 7 years ago
3ae8997
Revert "Warn on overriding of hidden methods"
by David Brazdil
· 7 years ago
cd1acf4
Fix mac build: Update cfi directives for art_quick_osr_stub.
by David Srbecky
· 7 years ago
8d9806b
Update cfi directives for art_quick_osr_stub.
by Christopher Ferris
· 7 years ago
3f38a87
Merge "Use vdex's quickening info when decoding a quickened instruction." into pi-dev
by Nicolas Geoffray
· 7 years ago
0d3dc5b
Merge "More JIT debug data synchronisation." into pi-dev
by David Srbecky
· 7 years ago
05675ba
More JIT debug data synchronisation.
by David Srbecky
· 7 years ago
94b1525
Merge changes I9d5bfa6b,I8a0fbdca into pi-dev
by TreeHugger Robot
· 7 years ago
43429b6
Merge "Move some remaining dex utilities" into pi-dev
by TreeHugger Robot
· 7 years ago
8ad9597
Merge "ART: Change GetOptimizationStatus" into pi-dev
by TreeHugger Robot
· 7 years ago
e6564f4
Move some remaining dex utilities
by David Sehr
· 7 years ago
338af02
Add extra logging for bug 74410240.
by Vladimir Marko
· 7 years ago
6589af1
Use vdex's quickening info when decoding a quickened instruction.
by Nicolas Geoffray
· 7 years ago
8561545
ART: Change GetOptimizationStatus
by Andreas Gampe
· 7 years ago
6f71650
Add owned section for CompactDex
by Mathieu Chartier
· 7 years ago
a11ea9a
Warn on overriding of hidden methods
by David Brazdil
· 7 years ago
6ca80d2
Refactor enforcement of hidden API policy when linking
by David Brazdil
· 7 years ago
1dc9a8b
Don't do a read barrier in JIT GC code.
by Nicolas Geoffray
· 7 years ago
e54c8ce
Merge "Fix dangling SingleImplementations left after class unloading" into pi-dev
by Nicolas Geoffray
· 7 years ago
babfd0d
Merge "Separate vdex versioning into two sections: verifier deps and dex code." into pi-dev
by Nicolas Geoffray
· 7 years ago
558511a
Remove mandatory address for non moving space / zygote
by Mathieu Chartier
· 7 years ago
c334f83
Separate vdex versioning into two sections: verifier deps and dex code.
by Nicolas Geoffray
· 7 years ago
ab2ce84
Fix dangling SingleImplementations left after class unloading
by Alexey Grebenkin
· 7 years ago
91f35d6
Add more details to verifier dumping for gAborting
by Mathieu Chartier
· 7 years ago
6e9d38c
Merge "ART: Remove static libbase" into pi-dev
by TreeHugger Robot
· 7 years ago
15011e9
Merge "Ignore vdex files for addr2line." into pi-dev
by Christopher Ferris
· 7 years ago
286e26a
ART: Remove static libbase
by Andreas Gampe
· 7 years ago
8691654
Merge "Make LOG(INFO) a VLOG(jdwp)" into pi-dev
by TreeHugger Robot
· 7 years ago
c9806b1
Make LOG(INFO) a VLOG(jdwp)
by Alex Light
· 7 years ago
dc80a71
Fix instrumentation stack tracking
by Alex Light
· 7 years ago
667df0e
Revert "Correctly handle instrumenting threads multiple times."
by Alex Light
· 7 years ago
7f52dbe
Merge changes from topic "libartbase" into pi-dev
by David Sehr
· 7 years ago
0f0cb32
Ignore vdex files for addr2line.
by Christopher Ferris
· 7 years ago
feac30f
Merge "Change Addr2line to use poll." into pi-dev
by Christopher Ferris
· 7 years ago
8f4b056
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
cedad4bd
Merge "ART: Add to comments" into pi-dev
by TreeHugger Robot
· 7 years ago
5e074ed
Change Addr2line to use poll.
by Christopher Ferris
· 7 years ago
df29be4
Merge "ART: Use try-lock for interface marking" into pi-dev
by TreeHugger Robot
· 7 years ago
470eaec
ART: Add to comments
by Andreas Gampe
· 7 years ago
52fcfea
Merge "ART: Update dex-file fallback code" into pi-dev
by TreeHugger Robot
· 7 years ago
a2649fc
ART: Fixes for constructor parameter annotations
by Orion Hodson
· 7 years ago
ed010d4
ART: Update dex-file fallback code
by Andreas Gampe
· 7 years ago
c4af33f
ART: Use try-lock for interface marking
by Andreas Gampe
· 7 years ago
443a6a5
Ensure loaded plugins are not copied.
by Alex Light
· 7 years ago
a2d18b7
Merge "ART: Restrict ImageSpace space check to first image"
by Treehugger Robot
· 7 years ago
398daff
Merge "x86-64: Fix art_quick_osr_stub for unwinder."
by Vladimir Marko
· 7 years ago
6e74abb
ART: Restrict ImageSpace space check to first image
by Andreas Gampe
· 7 years ago
981218d
Merge "ART: Do not mmap boot image tables for non-executable oat files."
by Vladimir Marko
· 7 years ago
642de00
Merge "ARM64: Rewrite art_quick_osr_stub for unwinder."
by Vladimir Marko
· 7 years ago
134cfdd
x86-64: Fix art_quick_osr_stub for unwinder.
by Vladimir Marko
· 7 years ago
c6dfc7a
ART: Do not mmap boot image tables for non-executable oat files.
by Vladimir Marko
· 7 years ago
a26f416
ARM64: Rewrite art_quick_osr_stub for unwinder.
by Vladimir Marko
· 7 years ago
3c18f4e
Merge "Catch references to unused regions in art::gc::ConcurrentCopying::Mark."
by Roland Levillain
· 7 years ago
02ce4cb
Revert "Temporarily add debug logging for b/31357497"
by Mathieu Chartier
· 7 years ago
2dd2e1e
Catch references to unused regions in art::gc::ConcurrentCopying::Mark.
by Roland Levillain
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
66ff8a8
Revert "Revert "Full-stack integrity: check vdex contents.""
by Nicolas Geoffray
· 7 years ago
878124c
Merge "Small documentation and stylistic changes."
by Roland Levillain
· 7 years ago
c1e5889
Merge "Fix an incorrect use of ScopedContentionRecorder in ReaderWriterMutex."
by Roland Levillain
· 7 years ago
50caa3d
Merge "Fix a dead lock between garbage colletion and sample-based tracing."
by Roland Levillain
· 7 years ago
abd52cd
Merge "Correctly handle instrumenting threads multiple times."
by Alex Light
· 7 years ago
af29031
Small documentation and stylistic changes.
by Roland Levillain
· 7 years ago
cd72dc9
Fix an incorrect use of ScopedContentionRecorder in ReaderWriterMutex.
by Roland Levillain
· 7 years ago
cc4e7b7
Merge "Revert "Full-stack integrity: check vdex contents.""
by Nicolas Geoffray
· 7 years ago
a19b764
Revert "Full-stack integrity: check vdex contents."
by Nicolas Geoffray
· 7 years ago
e45b3b1
Fix a dead lock between garbage colletion and sample-based tracing.
by Roland Levillain
· 7 years ago
6dfaa0c
Merge "ART: add exynos-m3 to a53 #835769 & #843419 erratum exception list"
by Treehugger Robot
· 7 years ago
7b5e244
Merge "Full-stack integrity: check vdex contents."
by Treehugger Robot
· 7 years ago
d6f914e
Full-stack integrity: check vdex contents.
by Nicolas Geoffray
· 7 years ago
055407c
Correctly handle instrumenting threads multiple times.
by Alex Light
· 7 years ago
d78ceca
Merge "Add more info to class initialization check"
by Treehugger Robot
· 7 years ago
cfda88f
Add more info to class initialization check
by Alex Light
· 7 years ago
9210554
Merge "Use ASM for invoke-custom tests"
by Treehugger Robot
· 7 years ago
76e6adb
Use ASM for invoke-custom tests
by Orion Hodson
· 7 years ago
0bdc1fc
Merge "Fix issue with obsolete methods and const-method-handle"
by Alex Light
· 7 years ago
63e9e87
Merge "Add timestamps to JIT/DEX native debug info."
by David Srbecky
· 7 years ago
cc917d9
Fix issue with obsolete methods and const-method-handle
by Alex Light
· 7 years ago
d959ccd
Merge "Fix "jit at first use" for proxy methods."
by Vladimir Marko
· 7 years ago
37602aa
Fix "jit at first use" for proxy methods.
by Vladimir Marko
· 7 years ago
33ff844
Merge "Workaround for class loader issues in verifier."
by Nicolas Geoffray
· 7 years ago
e42d717
Merge "native: Cleanup jni usage code"
by Treehugger Robot
· 7 years ago
06537f7
native: Cleanup jni usage code
by Igor Murashkin
· 7 years ago
Next »