Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
e3f775bace85f4fe02dfd4042091d2f7d6fcbc25
/
runtime
e3f775b
Address comments from aog/1180224.
by Nicolas Geoffray
· 7 years ago
9317031
Move thread-local mark-stack revocation outside SOA
by Lokesh Gidra
· 7 years ago
a0b4631
Revert submission
by Lokesh Gidra
· 7 years ago
13e951d
Fix mallinfo result interpretation
by Hans Boehm
· 7 years ago
a00b54b
Helpers and refactorings to prepare for interpreter optimizations (x64)
by Nicolas Geoffray
· 7 years ago
a59af8a
JIT baseline: trigger optimized compilation on hotness threshold.
by Nicolas Geoffray
· 7 years ago
664999a
Revert "Revert^2 "Allow structural redefinition on non-final classes.""
by Nicolas Geoffray
· 7 years ago
bc19b75
Revert^2 "Make opaque-jni-ids:swapable more efficient"
by Alex Light
· 7 years ago
0a19e21
Add null check in AppendToBootClassPath
by Mathieu Chartier
· 7 years ago
42c52f5
Revert "Make opaque-jni-ids:swapable more efficient"
by Alex Light
· 7 years ago
f1b809c
Revert^2 "Allow structural redefinition on non-final classes."
by Alex Light
· 7 years ago
20b7a9b
Fix Missing ReflectiveHandleScope in Class_newInstance
by Alex Light
· 7 years ago
c6ca117
Assert mutator doesn't get mark-stack assigned once destroyed
by Lokesh Gidra
· 7 years ago
4e7dd70
Make opaque-jni-ids:swapable more efficient
by Alex Light
· 7 years ago
08d0984
Allow late lookup for @FastNative methods.
by Vladimir Marko
· 7 years ago
de3e51d
If a collection is in progress, we need to mark new code.
by Nicolas Geoffray
· 7 years ago
36ec598
Simplify name verification in ClassLoaderContext.
by Vladimir Marko
· 7 years ago
457e9fa
ARM64: FP16 greater/less/greaterEquals/lessEquals intrinsics for ARMv8
by Usama Arif
· 7 years ago
49af4ca
Fix oat version error message formatting.
by Vladimir Marko
· 7 years ago
e2a3aa9
Baseline JIT: update inline caches in compiled code.
by Nicolas Geoffray
· 7 years ago
7dac864
Clean up JNI dlsym lookup trampoline.
by Vladimir Marko
· 7 years ago
047081a
Revert "Revert^2 "Revoke CC's thread-local mark stack in ~Thread""
by Lokesh Gidra
· 7 years ago
f585c1e
Protect/Unprotect regions (region space) only in debug build
by Lokesh Gidra
· 7 years ago
0aa0206
Add resetJitCounters
by Mathieu Chartier
· 7 years ago
88b1c83
Revert "Allow structural redefinition on non-final classes."
by Roland Levillain
· 7 years ago
d3ed4ad
Handle Special case div and rem by 2 in art interpreter
by Shalini Salomi Bodapati
· 7 years ago
c47040d
Allow structural redefinition on non-final classes.
by Alex Light
· 7 years ago
dc540df
Add ScopedAllowThreadSuspension
by Mathieu Chartier
· 7 years ago
882d414
Use nativePostForkSystemServer for system server profiling
by Mathieu Chartier
· 7 years ago
da3653f
Fix reinterpret cast in ImmuneSpaceCaptureRefsVisitor
by Lokesh Gidra
· 7 years ago
0ac78cf
Fix vtable relocation for boot image extension.
by Vladimir Marko
· 7 years ago
7ed2d38
Fix boot image extension class exclusion.
by Vladimir Marko
· 7 years ago
cb177da
Convert 'thread to mark-stack map empty' assertion into a CHECK
by Lokesh Gidra
· 7 years ago
a8f3918
Clean up some image tests.
by Vladimir Marko
· 7 years ago
e61f16a
Add missing WriteBarrier on VisitReflectiveTargets
by Alex Light
· 7 years ago
55d9aaa
Assert no-thread-mark-stack mapping after switching to shared mode
by Lokesh Gidra
· 7 years ago
3e9d7ae
Don't use addr2line for dex and jar files.
by Orion Hodson
· 7 years ago
a879bdf
Revert^2 "Fix CompilerDriver's handling of boot image extension."
by Vladimir Marko
· 7 years ago
986914b
Revert^4 "Initial support for adding virtuals with structural redefinition"
by Alex Light
· 7 years ago
d56f7d1
Revert "Add spin loop to mutex, overhaul monitor"
by Hans Boehm
· 7 years ago
2f8c1ac
Revert^3 "Initial support for adding virtuals with structural redefinition"
by Alex Light
· 7 years ago
8ba9738
Revert^2 "Initial support for adding virtuals with structural redefinition"
by Alex Light
· 7 years ago
0d508a0
Add spin loop to mutex, overhaul monitor
by Hans Boehm
· 7 years ago
d0e354e
Revert "Initial support for adding virtuals with structural redefinition"
by Nicolas Geoffray
· 7 years ago
283bb32
Initial support for adding virtuals with structural redefinition
by Alex Light
· 7 years ago
a9bbc08
Implement STL iterators on ObjectArray and add helpers
by Alex Light
· 7 years ago
889b72d
Load classes for boot image extension.
by Vladimir Marko
· 7 years ago
1592cfc
Add mark-stack related assertions in marking phase
by Lokesh Gidra
· 7 years ago
d830263
Fix image checksum verification.
by Vladimir Marko
· 7 years ago
149cdda
Check stored references in transactional interpreter.
by Vladimir Marko
· 7 years ago
af9ab6d
art: extend the supported cpu_variant list for arm64
by Chuwei Xu
· 7 years ago
682715e
Set system server package name to "android" when profiling
by Calin Juravle
· 7 years ago
0f6bde0
Adjust profile version when the boot image profiling is switched on
by Calin Juravle
· 7 years ago
681692b
ARM64: FP16.rint() intrinsic for ARMv8
by Usama Arif
· 7 years ago
665aac4
ARM64: FP16.ceil() intrinsic for ARMv8
by Usama Arif
· 7 years ago
b9f02c2
ARM64: FP16.floor() intrinsic for ARMv8
by Usama Arif
· 7 years ago
f1b18fa
Use explicit list of mirrored class when checking CanRedefine
by Alex Light
· 7 years ago
2462789
Ensure structural redefinition can shadow functions/fields
by Alex Light
· 7 years ago
28b6efe
Don't visit invalid Dex-cache slots
by Alex Light
· 7 years ago
2764f61
MethodHandles: fix missing nominal type return value conversion
by Orion Hodson
· 7 years ago
1c5949e
libicu_jni needs to be initialized before libopenjdk{d}
by Victor Chang
· 7 years ago
92eec3a
Add boot image checksums to image header.
by Vladimir Marko
· 7 years ago
d3d00c0
Refactor oat.h.
by Vladimir Marko
· 7 years ago
267366c
Only allow access to @TestApi signatures in instrumented processes.
by Artur Satayev
· 7 years ago
2191069
Revert^4 "Boot image extension."
by Vladimir Marko
· 7 years ago
add69ac
Revert^2 "Revoke CC's thread-local mark stack in ~Thread"
by Lokesh Gidra
· 7 years ago
f5c5eb3
Revert^3 "Boot image extension."
by Vladimir Marko
· 7 years ago
acdb9a3
Plumb @TestApi enforcement policy to runtime.
by Artur Satayev
· 7 years ago
4c6d765
Make GetBytesAllocatedEver() monotonic
by Hans Boehm
· 7 years ago
93e5ae9
Revert "Revoke thread-local mark stack for CC in ~Thread"
by Nicolas Geoffray
· 7 years ago
129d61b
Revoke thread-local mark stack for CC in ~Thread
by Lokesh Gidra
· 7 years ago
3314457
Remove unused MethodInspectionCallback declaration
by Mathieu Chartier
· 7 years ago
beb66b3
Fix boot image extension relocation.
by Vladimir Marko
· 7 years ago
ccc7519
Avoid making oat files executable for system server profiling
by Mathieu Chartier
· 7 years ago
02820f4
Revert^2 "Boot image extension."
by Vladimir Marko
· 7 years ago
831f20f
Don't use F_SEAL_FUTURE_WRITE for boot image methods.
by Nicolas Geoffray
· 7 years ago
382df39
Add consistency CHECKs around ArtMethod fields.
by Nicolas Geoffray
· 7 years ago
9f459c4
Revert "Boot image extension."
by Colin Cross
· 7 years ago
4f6ebe8
Boot image extension.
by Vladimir Marko
· 8 years ago
3155aa4
Add DCHECK that Allocation PreFenceVisitors do not suspend
by Alex Light
· 7 years ago
014c16c
Revert "Enable JIT dual data mapping."
by David Srbecky
· 7 years ago
201ffea
Add tests for GreylistMaxQ.
by Artur Satayev
· 7 years ago
f05f04b
Make ArtMethod methods const or requiring the mutator lock.
by Nicolas Geoffray
· 7 years ago
8e23d38
[jitzygote] Suspend all threads when remapping boot image methods.
by Nicolas Geoffray
· 7 years ago
4b79501
Remove unused art::mirror::MethodHandle::GetTargetClass
by Orion Hodson
· 7 years ago
8852e53
[jitzygote] Remap boot boot image methods in zygote when single-threaded.
by Nicolas Geoffray
· 7 years ago
436c6f5
Oat file checksums for boot image extensions.
by Vladimir Marko
· 7 years ago
e3884e3
[jitzygote] Map the boot image fd after the contents have been written.
by Nicolas Geoffray
· 7 years ago
c2d0c96
Perform reverify with shared mutator-lock.
by Alex Light
· 7 years ago
7f958e3
Revert^2 "ARM64: toHalf() intrinsic for ARMv8"
by Vladimir Marko
· 7 years ago
faeaeaf
Print mark stack address in ~Thread()
by Lokesh Gidra
· 7 years ago
409736f
Do backtrace collection while holding lock
by Mathieu Chartier
· 7 years ago
1b13d28
Improve diagnostic messages for reading image header.
by Vladimir Marko
· 7 years ago
dee09f9
Add the compiler filter to InMemoryDexClassLoader backed by oat files.
by Nicolas Geoffray
· 7 years ago
c3c7eb0
Remove obsolete patchoat-related code from dexopt_test.
by Vladimir Marko
· 7 years ago
67bf99b
Revert "ARM64: toHalf() intrinsic for ARMv8"
by Vladimir Marko
· 7 years ago
2cc0c0f
ARM64: toHalf() intrinsic for ARMv8
by Usama Arif
· 7 years ago
b1eebde
Revert^2 "Class redefinition sometimes needs to update verification"
by Alex Light
· 7 years ago
2cf00ed
Revert "Class redefinition sometimes needs to update verification"
by Nicolas Geoffray
· 7 years ago
e41eec3
Fix deadlock in ThreadList::RunCheckpoint().
by Vladimir Marko
· 7 years ago
Next »