Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
4b7950139575c76d716986cdb8621166ea2bb849
/
openjdkjvmti
d55b844
Add more standard structural redefinition entrypoints
by Alex Light
· 5 years ago
c2d0c96
Perform reverify with shared mutator-lock.
by Alex Light
· 5 years ago
b1eebde
Revert^2 "Class redefinition sometimes needs to update verification"
by Alex Light
· 5 years ago
2cf00ed
Revert "Class redefinition sometimes needs to update verification"
by Nicolas Geoffray
· 5 years ago
db55a11
Class redefinition sometimes needs to update verification
by Alex Light
· 5 years ago
15ffafd
Remove useless return-value from RetransformClassesDirect
by Alex Light
· 5 years ago
3732beb
Refactor Transform/redefine entrypoints
by Alex Light
· 5 years ago
55eccdf
Revert^4 "Walk internal ArtField/ArtMethod pointers"
by Alex Light
· 5 years ago
c34eab4
Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers""
by Nicolas Geoffray
· 5 years ago
ea2a3d9
Revert^2 "Walk internal ArtField/ArtMethod pointers"
by Alex Light
· 5 years ago
712fa80
Revert "Walk internal ArtField/ArtMethod pointers"
by Nicolas Geoffray
· 5 years ago
c84fc3a
Walk internal ArtField/ArtMethod pointers
by Alex Light
· 5 years ago
c18eba3
Consolidate updating of reflective Field/Method references
by Alex Light
· 5 years ago
b55ef65
Improve VLOG_STREAM
by Alex Light
· 5 years ago
b096c91
Correctly perform read-barriers on cross-thread reg access
by Alex Light
· 5 years ago
b0ce4d2
Change some LOG(DEBUG) to VLOG(plugin)
by Alex Light
· 5 years ago
b4abe0a
Limit visibility of ART libraries, binaries, and headers.
by Martin Stjernholm
· 5 years ago
b45fc22
Enable plugin VLOG with SetVerboseFlag(JVMTI_VERBOSE_OTHER)
by Alex Light
· 5 years ago
07710c5
Reland "Java Heap Profiler for Perfetto." again
by Florian Mayer
· 5 years ago
fb11957
Fixed issue in structural redefinition around class init
by Alex Light
· 5 years ago
4ac0e15
Revert "Revert "Basic structural redefinition support""
by Nicolas Geoffray
· 5 years ago
5a2301d
Revert "Basic structural redefinition support"
by Nicolas Geoffray
· 5 years ago
c971eaf
Basic structural redefinition support
by Alex Light
· 5 years ago
284b1b0
Revert "Reland "Java Heap Profiler for Perfetto.""
by Lokesh Gidra
· 5 years ago
5a446bd
Reland "Java Heap Profiler for Perfetto."
by Florian Mayer
· 5 years ago
0054aa5
Have JavaFrameRootInfo give more info about provenance of root.
by Alex Light
· 5 years ago
8ea9b37
Use j.l.ThreadGroup class directly for GetThreadGroupInfo
by Alex Light
· 5 years ago
72d7e94
Add obsolete object event
by Alex Light
· 5 years ago
c14ec8f
Add resize arrays JVMTI extension
by Alex Light
· 5 years ago
60415ae
ART: Move DexFileVerifier class to cc file
by Andreas Gampe
· 5 years ago
79d6c80
Revert^2 "Support using opaque JNI ids"
by Alex Light
· 5 years ago
b476a29
Revert "Support using opaque JNI ids"
by Nicolas Geoffray
· 5 years ago
21d5994
Support using opaque JNI ids
by Alex Light
· 5 years ago
c5c5186
Avoid decoding jobject under a kGenericBottomLock
by Alex Light
· 5 years ago
b7c640d
JVMTI Force early return
by Alex Light
· 6 years ago
3068d58
Clean up creating handles from `this`.
by Vladimir Marko
· 5 years ago
bee2894
FdFile needs close even without any valid FD
by Alex Light
· 5 years ago
e2ddce3
Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable"
by Alex Light
· 5 years ago
6045bc2
Fix incorrect register-number range check.
by Alex Light
· 5 years ago
99cbfb5
Revert "Add verifier fallback for JVMTI Get/SetLocalVariable"
by David Srbecky
· 5 years ago
e48fd0b
Add verifier fallback for JVMTI Get/SetLocalVariable
by Alex Light
· 5 years ago
639e73b
Revert^2 "Add AddToDexClassloader JVMTI extension functions"
by Alex Light
· 5 years ago
799e536
Revert "Add AddToDexClassloader JVMTI extension functions"
by Alex Light
· 5 years ago
92ed90c
Add AddToDexClassloader JVMTI extension functions
by Alex Light
· 5 years ago
eab0248
Clean up after obsolete methods update fix.
by Vladimir Marko
· 5 years ago
4060786
Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events"
by Alex Light
· 5 years ago
342b694
Fix JVMTI GetStackTrace bug
by Alex Light
· 5 years ago
439d126
Add StackVisitor::SetVRegReference().
by Vladimir Marko
· 6 years ago
b2a8964
Revert "Correctly handle thread deopt with thread-specific JVMTI events"
by Alex Light
· 5 years ago
c8c7e06
Correctly handle thread deopt with thread-specific JVMTI events
by Alex Light
· 6 years ago
765b2a0
Add -verbose:interpreter
by Mathieu Chartier
· 6 years ago
0235336
Check for null before using AddLocalReference in ti_method
by Alex Light
· 6 years ago
a4cdd36
Prevent concurrent GC stack-walks during deoptimization
by Alex Light
· 6 years ago
307b284
Move on-load class modification log to VLOG(class_linker)
by Alex Light
· 6 years ago
e7a3354
Handle methods being present in multiple threads correctly
by Alex Light
· 6 years ago
6683446
Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_"
by Alex Light
· 6 years ago
679dec1
Revert^2 "Use RAII for preventing user-code suspensions"
by Alex Light
· 6 years ago
eaa4831
Revert "Perform SetEvent under the user_code_suspend_count_lock_"
by Alex Light
· 6 years ago
c723b81
Revert "Use RAII for preventing user-code suspensions"
by Alex Light
· 6 years ago
9c8f344
Use RAII for preventing user-code suspensions
by Alex Light
· 6 years ago
3fa8b6d
Perform SetEvent under the user_code_suspend_count_lock_
by Alex Light
· 6 years ago
f52d92f
ObjPtr<>-ify Monitor/-Pool.
by Vladimir Marko
· 6 years ago
4617d58
ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test.
by Vladimir Marko
· 6 years ago
bb206de
ObjPtr<>-ify ClassExt.
by Vladimir Marko
· 6 years ago
34857b5
Revert "Revert "Change state to waiting during aborting the VM""
by Koji Fukui
· 6 years ago
423bebb
ObjPtr<>-ify mirror::ObjectArray.
by Vladimir Marko
· 6 years ago
c524e9e
ObjPtr<>-ify mirror::Class.
by Vladimir Marko
· 6 years ago
6a399f3
Allow jvmti Allocate & Deallocate function on unattached threads
by Alex Light
· 7 years ago
ebb481d
Revert "Change state to waiting during aborting the VM"
by Nicolas Geoffray
· 6 years ago
97b9649
Change state to waiting during aborting the VM
by Koji Fukui
· 6 years ago
a43ba3d
ART: Add ClassVerifier
by Andreas Gampe
· 6 years ago
b214694
Revert^4 "Add extension and agent for dumping internal jvmti plugin data."
by Alex Light
· 6 years ago
3dacdd6
Revert^4 "Remove Global deopt requirement for several jvmti events"
by Alex Light
· 6 years ago
939798e
Revert "Revert^2 "Remove Global deopt requirement for several jvmti events""
by Nicolas Geoffray
· 6 years ago
a55e8b5
Revert "Revert^2 "Add extension and agent for dumping internal jvmti plugin data.""
by Nicolas Geoffray
· 6 years ago
2d8b811
Revert^2 "Add extension and agent for dumping internal jvmti plugin data."
by Alex Light
· 6 years ago
a75e589
Revert^2 "Remove Global deopt requirement for several jvmti events"
by Alex Light
· 6 years ago
ad344b6
Revert "Remove Global deopt requirement for several jvmti events"
by Nicolas Geoffray
· 6 years ago
9da91d2
Revert "Add extension and agent for dumping internal jvmti plugin data."
by Nicolas Geoffray
· 6 years ago
60ee778
Add extension and agent for dumping internal jvmti plugin data.
by Alex Light
· 6 years ago
334630e
Remove Global deopt requirement for several jvmti events
by Alex Light
· 6 years ago
e7e26d1
Assign non-runtime /apex/* dex files to platform domain
by David Brazdil
· 6 years ago
e0b2ce4
Revert^2 "Prevent agents from delaying system daemon threads"
by Alex Light
· 6 years ago
5c8b351
Merge "Revert "Prevent agents from delaying system daemon threads""
by Nicolas Geoffray
· 6 years ago
c08c107
Revert "Prevent agents from delaying system daemon threads"
by Nicolas Geoffray
· 6 years ago
b4d69e6
Merge changes I11859ee8,Id17d1c87
by Alex Light
· 6 years ago
fd14d48
Merge "Check jclasses are actually classes in ti_redefine."
by Treehugger Robot
· 6 years ago
413a8ad
Check jclasses are actually classes in ti_redefine.
by Alex Light
· 6 years ago
d902558
ObjPtr-ify the jvmti tagging system.
by Alex Light
· 6 years ago
3611fdf
Prevent agents from delaying system daemon threads
by Alex Light
· 6 years ago
2ef0110
Replace StringPiece with std::string_view in HashSet.
by Vladimir Marko
· 6 years ago
eb37ba5
Replace StringPiece with std::string_view in Signature.
by Vladimir Marko
· 6 years ago
16fc474
Special case dex files that have hidden API data.
by Nicolas Geoffray
· 6 years ago
5462920
Special case boot dex files in FixedUpDexFile::Create.
by Nicolas Geoffray
· 6 years ago
e768182
hiddenapi: Print warnings for @CorePlatformApi violations
by David Brazdil
· 6 years ago
8f1c8e5
ART: Some more iwyu
by Andreas Gampe
· 6 years ago
2d22ffc
Merge "ART: Forward-declare Context"
by Treehugger Robot
· 6 years ago
fe2886d
Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage."
by Nicolas Geoffray
· 6 years ago
e5d2398
ART: Forward-declare Context
by Andreas Gampe
· 6 years ago
ad1aa63
ART: Move Signature to its own header
by Andreas Gampe
· 6 years ago
Next »