Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
f983c7386658c705c73161067bd09a4035def0c9
/
openjdkjvmti
fa6a1b0
ART: Continue adding override annotations
by Andreas Gampe
· 7 years ago
125a3a4
Merge changes I207718d6,I700ef52e
by Andreas Gampe
· 7 years ago
22e7b7d
Merge changes If64a9720,I31c3b54c
by Alex Light
· 7 years ago
bbbcb53
Implement IterateOverInstances JVMTI function
by Alex Light
· 7 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 7 years ago
6cc23ac
ART: Add API level to verifier
by Andreas Gampe
· 7 years ago
f6985bd
Add an overload for MemMap::MapAnonymous().
by Vladimir Marko
· 7 years ago
88cf462
Merge "Remove unnecessary indirection from MemMap."
by Vladimir Marko
· 7 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 7 years ago
03cca37
Fix unhiding API in JVMTI redefine run-tests
by David Brazdil
· 7 years ago
017d63c
Merge "Pause GC during deoptimization work"
by Alex Light
· 7 years ago
3b8aa77
Pause GC during deoptimization work
by Alex Light
· 7 years ago
d606514
Remove copy and leak of dex data.
by Alex Light
· 7 years ago
4b22b34
Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
c98f83e
Add raw_monitor_enter_no_suspend extension
by Alex Light
· 7 years ago
4ac9ade
Move dexdump, dexlist, openjdkjvmti to ClassAccessor
by Mathieu Chartier
· 7 years ago
b07dcdb
Merge changes I87f2999f,I8af0e845
by Vladimir Marko
· 7 years ago
d93e374
ObjPtr<>-ify ArtMethod and mirror::Method.
by Vladimir Marko
· 7 years ago
d25eb2c
Revert^5 "Rewrite JVMTI method tracing to use trampolines"
by David Srbecky
· 7 years ago
d7da314
Revert^4 "Rewrite JVMTI method tracing to use trampolines"
by Alex Light
· 7 years ago
bf2ca05
Revert^3 "Rewrite JVMTI method tracing to use trampolines"
by David Srbecky
· 7 years ago
460c6ce
Revert^2 "Rewrite JVMTI method tracing to use trampolines"
by Alex Light
· 7 years ago
5357067
Allow threads to be marked as unsuspendable by kForUserCode
by Alex Light
· 7 years ago
184f075
Rewrite thread CustomTLS to support keyed TLS entries
by Alex Light
· 7 years ago
dca6840
Merge "Revert "Rewrite JVMTI method tracing to use trampolines""
by Alex Light
· 7 years ago
8772eb7
Revert "Rewrite JVMTI method tracing to use trampolines"
by Alex Light
· 7 years ago
848f0d9
Merge "Make Get/SetLocalVariables not pause jit."
by Alex Light
· 7 years ago
4ac605e
Make Get/SetLocalVariables not pause jit.
by Alex Light
· 7 years ago
25bf446
Rewrite JVMTI method tracing to use trampolines
by Alex Light
· 7 years ago
c916736
Ensure proxy methods are reported by instrumentation
by Alex Light
· 7 years ago
8e6f86c
Ensure HandleChunk actually moves into native state
by Alex Light
· 7 years ago
1f1cb9f
Revert "Revert "Move runtime/ to ClassAccessor""
by Mathieu Chartier
· 7 years ago
bcf1752
ObjPtr<>-ify array allocations.
by Vladimir Marko
· 7 years ago
acb906d
Remove mirror::String::java_lang_String_.
by Vladimir Marko
· 7 years ago
5924a4a
Move String::SizeOf<> to string.h .
by Vladimir Marko
· 7 years ago
6baa1c9
ART: Ensure correct thread state for stack trace collection
by Andreas Gampe
· 7 years ago
6834d34
Remove mirror::Reference::java_lang_ref_Reference.
by Vladimir Marko
· 7 years ago
b4eb1b1
Refactor ClassRoot/GetClassRoot().
by Vladimir Marko
· 7 years ago
1f01016
Move ArtDexFileLoader to libdexfile
by David Sehr
· 7 years ago
a3ad0cd
ART: Move JNI files to runtime/jni/ .
by Vladimir Marko
· 7 years ago
1979c64
Clean up include paths
by David Sehr
· 7 years ago
60fbefc
Move jit startup attempt to openjdkjvmti from adbconnection
by Alex Light
· 7 years ago
74b9994
Merge "Move profile dependent modules to libartbase"
by Treehugger Robot
· 7 years ago
79e2607
Move profile dependent modules to libartbase
by David Sehr
· 7 years ago
dc83dea
Merge "Prevent deadlock calling transformation functions in ClassLoad callback."
by Alex Light
· 7 years ago
9e7859c
Prevent deadlock calling transformation functions in ClassLoad callback.
by Alex Light
· 7 years ago
f285863
Revert^6 "Ensure that OSR still is possible with jvmti"
by Alex Light
· 7 years ago
f807153
Revert^5 "Ensure that OSR still is possible with jvmti"
by Alex Light
· 7 years ago
23be146
Revert^4 "Ensure that OSR still is possible with jvmti"
by Alex Light
· 7 years ago
ce2836a
Revert^3 "Ensure that OSR still is possible with jvmti"
by Alex Light
· 7 years ago
94e3dd7
Revert "Revert "Ensure that OSR still is possible with jvmti""
by Alex Light
· 7 years ago
64789f5
Merge "Ensure that we don't suspend during GetOwnedMonitorInfoCommon"
by Alex Light
· 7 years ago
4f3d1cf
Revert "Ensure that OSR still is possible with jvmti"
by Nicolas Geoffray
· 7 years ago
a5cd4c0
Ensure that we don't suspend during GetOwnedMonitorInfoCommon
by Alex Light
· 7 years ago
b9ad26d
Ensure that OSR still is possible with jvmti
by Alex Light
· 7 years ago
8e1a7cb
Revert "Revert "Allow hidden API access from system libraries""
by David Brazdil
· 7 years ago
e153e71
Merge "Remove unneeded ScopedGCCriticalSections from openjdkjvmti."
by Treehugger Robot
· 7 years ago
318afe6
Remove unneeded ScopedGCCriticalSections from openjdkjvmti.
by Alex Light
· 7 years ago
42db204
Merge "Fix incorrect null checks in 2 JVMTI functions"
by Treehugger Robot
· 7 years ago
19a7d4f
Fix incorrect null checks in 2 JVMTI functions
by Alex Light
· 7 years ago
fde0562
Merge "Remove FramePop trace listener if no outstanding events"
by Alex Light
· 7 years ago
f5d5eb1
Remove FramePop trace listener if no outstanding events
by Alex Light
· 7 years ago
046f256
Merge "Ensure when NotifyMethodRedefined is called the ArtMethod is valid"
by Treehugger Robot
· 7 years ago
035105f
Ensure when NotifyMethodRedefined is called the ArtMethod is valid
by Alex Light
· 7 years ago
3ef920e
Merge "Move most of runtime/base to libartbase/base"
by David Sehr
· 7 years ago
5776a5f
Merge "ART: Refactor known-classloader visits"
by Treehugger Robot
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
8b2f3ac
Avoid verifying output dex for dexlayout in FixedUpDexFile::Create
by Mathieu Chartier
· 7 years ago
b8e7c37
ART: Refactor known-classloader visits
by Andreas Gampe
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
af29031
Small documentation and stylistic changes.
by Roland Levillain
· 7 years ago
1613cd1
Merge "Ensure redefinition does not break breakpoint deoptimization"
by Treehugger Robot
· 7 years ago
5b36288
Merge "Remove generate-operator-out.py symlinks"
by Treehugger Robot
· 7 years ago
e34fe44
Ensure redefinition does not break breakpoint deoptimization
by Alex Light
· 7 years ago
fee188b
Merge "ART: Compile libctstiagent with the NDK"
by Treehugger Robot
· 7 years ago
b69d2d3
Remove generate-operator-out.py symlinks
by Alex Light
· 7 years ago
c758875
Add get_class_loader_class_descriptors JVMTI extension method
by Alex Light
· 7 years ago
cb5125d
ART: Compile libctstiagent with the NDK
by Andreas Gampe
· 7 years ago
c88a008
Ensure that apis are unhidden even if there is no vdex
by Alex Light
· 7 years ago
fcbe15c
Build debug library libdexfiled
by David Sehr
· 7 years ago
7c16fea
Merge "Revert^6 "Prevent UAF issues caused by static destructors""
by Alex Light
· 7 years ago
12ee56b
Fix incorrect condition in TransformationFaultHandler
by Alex Light
· 7 years ago
0e84118
Revert^6 "Prevent UAF issues caused by static destructors"
by Alex Light
· 7 years ago
4798222
Revert "Revert^4 "Prevent UAF issues caused by static destructors""
by Nicolas Geoffray
· 7 years ago
e9dc524
Revert^4 "Prevent UAF issues caused by static destructors"
by Alex Light
· 7 years ago
ef01222
Fix typos.
by Roland Levillain
· 8 years ago
05f90d1
Avoid generating cdex for dex files with duplicate methods
by Mathieu Chartier
· 7 years ago
6a94cec
Revert "Prevent UAF issues caused by static destructors"
by Nicolas Geoffray
· 7 years ago
7d522a4
Merge "Prevent UAF issues caused by static destructors"
by Alex Light
· 7 years ago
123aeb7
Prevent UAF issues caused by static destructors
by Alex Light
· 7 years ago
fe2a39d
Revert "Temporarily disable lazy class-file-load-hook"
by Alex Light
· 7 years ago
685629d
Merge "Temporarily disable lazy class-file-load-hook"
by Treehugger Robot
· 7 years ago
3797770
Temporarily disable lazy class-file-load-hook
by Alex Light
· 7 years ago
a927295
Merge changes I39354837,Id8e47f45
by Alex Light
· 7 years ago
ca97ada
Change ClassFileLoadHook to lazily compute dex file
by Alex Light
· 7 years ago
2e40c1c
Remove unneeded mutator_lock_ requires from fixed_up_dex_file
by Alex Light
· 7 years ago
0225f8e
Revert "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 7 years ago
c7e546f
Merge "Refactor JVMTI ClassFileLoadHook handling"
by Treehugger Robot
· 7 years ago
64e4c14
Refactor JVMTI ClassFileLoadHook handling
by Alex Light
· 7 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 7 years ago
Next »