Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
fbd5b0e3a37cc46116d910a0b53f52bb7a0f2b16
/
openjdkjvmti
1d32a16
Merge "Extensions to check JNI."
by Treehugger Robot
· 7 years ago
55256cb
Extensions to check JNI.
by Ian Rogers
· 7 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 7 years ago
acea243
Merge changes Ic67db951,I1ba0f43c
by Treehugger Robot
· 7 years ago
702f6f2
Merge "Add CodeItemDebugInfoAccessor"
by Mathieu Chartier
· 7 years ago
6f2a634
Clean up JVMTI DDMS extension function.
by Alex Light
· 7 years ago
31f4c9f
Add CodeItemDebugInfoAccessor
by Mathieu Chartier
· 7 years ago
170331f
ART: Remove base/logging from heap-inl.h
by Andreas Gampe
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
92d7720
ART: Make kDebugVerifier a verbose flag
by Andreas Gampe
· 7 years ago
c3f35f2
Merge "Ensure that updates to the global event mask are atomic"
by Treehugger Robot
· 7 years ago
74c8440
Ensure that updates to the global event mask are atomic
by Alex Light
· 7 years ago
f6df1b5
Ensure single-step always causes global deopt
by Alex Light
· 7 years ago
b4c6acb
Optimize lookup of quickening data.
by Nicolas Geoffray
· 7 years ago
58cc1cb
Pass the debug_info_offset explicitly.
by Nicolas Geoffray
· 7 years ago
b284f8d
Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe.""
by Alex Light
· 7 years ago
af93410
Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe."
by Alex Light
· 7 years ago
e5a2ae3
Make JVMTI DisposeEnvironment and GetEnv thread safe.
by Alex Light
· 7 years ago
5573c37
cpplint: Remove many unnecessary NOLINT
by Igor Murashkin
· 7 years ago
9a38a69
Merge "Remove unneeded endian.h include"
by Nicolas Geoffray
· 7 years ago
237c113
Remove unneeded endian.h include
by Alex Light
· 7 years ago
a5197fa
Merge "cpplint: Use upstream cpplint"
by Treehugger Robot
· 7 years ago
0bfd0cc
Merge "Add JVMTI DDMS extension method and event."
by Treehugger Robot
· 7 years ago
8c2b929
Add JVMTI DDMS extension method and event.
by Alex Light
· 7 years ago
2a2d311
cpplint: Use upstream cpplint
by Igor Murashkin
· 7 years ago
9311297
Make agent threads retain their thread names
by Alex Light
· 7 years ago
b7c273c
Add ClassDataItemIterator::HasNextMethod
by Mathieu Chartier
· 7 years ago
e983b16
Merge "Record @{Fast,Critical}Native in method's access flags."
by Vladimir Marko
· 7 years ago
b0a6aee
Record @{Fast,Critical}Native in method's access flags.
by Vladimir Marko
· 7 years ago
bda66c7
Merge "cpplint: Cleanup errors"
by Treehugger Robot
· 7 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 7 years ago
3f33c0a
Move jvmti extension functions into their own file
by Alex Light
· 7 years ago
d9aff13
Revert "Revert "Prevent races with GC when transferring objects between threads""
by Alex Light
· 7 years ago
a2cbb2b
Merge "Revert "Prevent races with GC when transferring objects between threads""
by Alex Light
· 7 years ago
e5179ce
Revert "Prevent races with GC when transferring objects between threads"
by Alex Light
· 7 years ago
62540e3
Merge "Prevent races with GC when transferring objects between threads"
by Treehugger Robot
· 7 years ago
7585b91
Prevent races with GC when transferring objects between threads
by Alex Light
· 7 years ago
0fa1786
Avoid JVMTI global deoptimization when possible
by Alex Light
· 7 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 7 years ago
716f34d
Merge "Make RunAgentThread ensure thread attach is possible."
by Treehugger Robot
· 7 years ago
dfeec3a
Merge "Pass the verify flag to DexFileLoader utilities."
by Nicolas Geoffray
· 7 years ago
739bf72
Make RunAgentThread ensure thread attach is possible.
by Alex Light
· 7 years ago
095c6c9
Pass the verify flag to DexFileLoader utilities.
by Nicolas Geoffray
· 7 years ago
1b2f884
Merge "Change RequestSynchronousCheckpoint to release thread_list_lock_"
by Treehugger Robot
· 7 years ago
b6106d5
Use r/w Mutex to control access to jvmtiEnv event information.
by Alex Light
· 7 years ago
b1e31a8
Change RequestSynchronousCheckpoint to release thread_list_lock_
by Alex Light
· 7 years ago
597adad
Fix GetThreadState with threads in kNative.
by Alex Light
· 7 years ago
79c87da
Add DexFileLoader class
by Mathieu Chartier
· 7 years ago
3dea212
Revert "Revert "Ensure Proxy frames work with JVMTI stack frame functions""
by Alex Light
· 7 years ago
432d910
Merge "Revert "Ensure Proxy frames work with JVMTI stack frame functions""
by Treehugger Robot
· 7 years ago
d108d9e
Revert "Ensure Proxy frames work with JVMTI stack frame functions"
by Vladimir Marko
· 7 years ago
62fdb11
Merge "Check that classes are loaded before updating entrypoints."
by Treehugger Robot
· 7 years ago
a567deb
Check that classes are loaded before updating entrypoints.
by Alex Light
· 7 years ago
a03a9ee
Ensure Proxy frames work with JVMTI stack frame functions
by Alex Light
· 7 years ago
af0e7d8
Merge "Don't notify jit of non-invokable methods being redefined."
by Alex Light
· 7 years ago
abbc4bc
Don't notify jit of non-invokable methods being redefined.
by Alex Light
· 7 years ago
8c5e25b
Merge "Ensure that soft-verification doesn't fail class redefinition."
by Treehugger Robot
· 7 years ago
5333061
Ensure that soft-verification doesn't fail class redefinition.
by Alex Light
· 7 years ago
f167135
Merge changes from topic "thread-stop"
by Alex Light
· 7 years ago
54d39dc
Implement JVMTI can_signal_thread capability.
by Alex Light
· 7 years ago
cfcc9cf
ART: Increase the number of potential instrinsics
by Orion Hodson
· 7 years ago
f94d960
Merge "Ensure that OSR doesn't break local-variable get/set"
by Alex Light
· 7 years ago
2ca2780
Run bpfmt
by Dan Willemsen
· 7 years ago
2161193
Ensure that OSR doesn't break local-variable get/set
by Alex Light
· 7 years ago
f2d23ee
Merge "Consolidate all JVMTI jthread decoding."
by Treehugger Robot
· 7 years ago
7ddc23d
Consolidate all JVMTI jthread decoding.
by Alex Light
· 7 years ago
1ebe51d
Merge "Ensure GetThreadState works with Thread subtypes"
by Treehugger Robot
· 7 years ago
ba461c3
Ensure GetThreadState works with Thread subtypes
by Alex Light
· 7 years ago
b0bc3fa
Remove incorrect checks for ShadowFrame in GetLocalInstance
by Alex Light
· 7 years ago
67246e9
Merge "Cleanup and consolidate JVMTI event code."
by Treehugger Robot
· 7 years ago
9df79b7
Cleanup and consolidate JVMTI event code.
by Alex Light
· 7 years ago
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 7 years ago
72e80c6
Merge changes Ia3f19f0f,I0fe8038e
by Treehugger Robot
· 7 years ago
41006c6
Implement JVMTI GetCurrentContendedMonitor
by Alex Light
· 7 years ago
77fee87
Add support for JVMTI monitor events.
by Alex Light
· 7 years ago
6b411fc
Merge "Don't deoptimize everything with can_access_local_variables"
by Treehugger Robot
· 7 years ago
0a5ec3d
Don't deoptimize everything with can_access_local_variables
by Alex Light
· 7 years ago
ce56864
Add support for JVMTI GetObjectMonitorUsage function.
by Alex Light
· 7 years ago
9fb1ab1
Revert "Revert "JVMTI Exception and ExceptionCatch events""
by Alex Light
· 7 years ago
9597424
Revert "JVMTI Exception and ExceptionCatch events"
by Nicolas Geoffray
· 7 years ago
798eab0
JVMTI Exception and ExceptionCatch events
by Alex Light
· 7 years ago
80be041
Merge "ART: Remove ArtMethod::dex_cache_resolved_methods_."
by Vladimir Marko
· 7 years ago
e814f9d
JVMTI NotifyFramePop support
by Alex Light
· 7 years ago
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 7 years ago
5575513
Merge "Enable JVMTI GetOwnedMonitorInfo and GetOwnedMonitorStackDepthInfo"
by Treehugger Robot
· 7 years ago
49fc60e
ART: Fix macro parentheses warnings
by Andreas Gampe
· 7 years ago
88e1ddd
Enable JVMTI GetOwnedMonitorInfo and GetOwnedMonitorStackDepthInfo
by Alex Light
· 7 years ago
23aa748
Fix issue with RawMonitors around thread suspension.
by Alex Light
· 7 years ago
6e1607e
Rename instrumentation ExceptionCaught to ExceptionThrown
by Alex Light
· 7 years ago
8c399a5
Merge "Fix interaction of VMInit and ThreadStart events."
by Treehugger Robot
· 7 years ago
04ae110
Merge "Ensure GetPhase returns correct values."
by Treehugger Robot
· 7 years ago
1d8a974
Fix interaction of VMInit and ThreadStart events.
by Alex Light
· 7 years ago
6ced091
Fix issue with RawMonitorWait.
by Alex Light
· 7 years ago
bf9e516
Ensure GetPhase returns correct values.
by Alex Light
· 7 years ago
06c42a5
ART: Move openjdkjvmti to art/
by Andreas Gampe
· 7 years ago