Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
43eb5015ca8bc0c859100b659d9c12934011a42e
/
vm
43eb501
Reduce VM shutdown verbosity.
by Andy McFadden
· 15 years ago
2e64502
Merge "Jit: MethodTrace + Jit fix"
by Bill Buzbee
· 15 years ago
06bb839
Jit: MethodTrace + Jit fix
by Bill Buzbee
· 15 years ago
fb46534
Bump up the max stack depth.
by Andy McFadden
· 15 years ago
0c8f194
Merge "Add support for streaming hprof dumps."
by Andy McFadden
· 15 years ago
f4f81e8
Merge "Remove an obsolete assertion."
by Carl Shapiro
· 15 years ago
94d89f8
Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting down
by Bill Buzbee
· 15 years ago
6bf992c
Add support for streaming hprof dumps.
by Andy McFadden
· 15 years ago
357b342
Remove an obsolete assertion.
by Carl Shapiro
· 15 years ago
97d22df
Merge "Jit: Fix register usage bug (driveabout failure)"
by Bill Buzbee
· 15 years ago
2527f5b
Jit: Fix register usage bug (driveabout failure)
by Bill Buzbee
· 15 years ago
a97ed13
Follow the coding style to rename startJITCompilation to startJitCompilation.
by Ben Cheng
· 15 years ago
7eed808
Fix an off-by-one error when releasing thread ids. This is the result
by Carl Shapiro
· 15 years ago
6bad6a2
Add a callback for the framework to explicitly enable the JIT compiler.
by Ben Cheng
· 15 years ago
964a7b0
Jit: Rework delayed start plus misc. cleanup
by Bill Buzbee
· 15 years ago
8684a85
Merge "Add streaming method profiling support."
by Andy McFadden
· 15 years ago
480e678
Jit: Fix INSTANCE_OF corner case.
by Bill Buzbee
· 15 years ago
0171812
Add streaming method profiling support.
by Andy McFadden
· 15 years ago
59a9312
Eliminate the constraint that thread ids must have an LSB of 1. This
by Carl Shapiro
· 15 years ago
ef5b4d3
Test the lock shape before falling into the thin lock code. The
by Carl Shapiro
· 15 years ago
07b3592
Restore the lock owner ahead of calling waitSetRemove.
by Carl Shapiro
· 15 years ago
5696132
Merge "Move the waitSetAppend subroutine call ahead of clearing the monitor owner. We want waitSetAppend to check the invariant that the monitor must be owned by the calling thread. Clearing the owner field prior to the call breaks this invariant and causes a assertion to fail."
by Carl Shapiro
· 15 years ago
142ef27
Move the waitSetAppend subroutine call ahead of clearing the monitor
by Carl Shapiro
· 15 years ago
7a0bcd0
Tighten the safe points for code cache resets to happen.
by Ben Cheng
· 15 years ago
87fb256
Merge "Update the hash state bits when an identity hash code is computed."
by Carl Shapiro
· 15 years ago
3a40bd5
Merge "Move VM feature strings (used by DDMS) into VM."
by Andy McFadden
· 15 years ago
fd52c65
Move VM feature strings (used by DDMS) into VM.
by Andy McFadden
· 15 years ago
30aa997
Update the hash state bits when an identity hash code is computed.
by Carl Shapiro
· 15 years ago
6a39394
Revert "Temporarily disable JIT for performance A/B tests."
by android-build SharedAccount
· 15 years ago
ff5363b
Temporarily disable JIT for performance A/B tests.
by Ben Cheng
· 15 years ago
49ca786
Temporarily disable code cache reset.
by Ben Cheng
· 15 years ago
21b02d0
Merge "Eliminate unused variables."
by Carl Shapiro
· 15 years ago
19074e4
Eliminate unused variables.
by Carl Shapiro
· 15 years ago
cec26f6
Fix chaining offset mis-calculation for translations w/ large switch statements.
by Ben Cheng
· 15 years ago
51ecf60
Fix bad long negate; bug 2373405 - EnumSetTest failure with JIT today
by Bill Buzbee
· 15 years ago
5f8a5fc
Merge "Restore threshold to 200 as a temporary workaround"
by Bill Buzbee
· 15 years ago
e438a6a
Restore threshold to 200 as a temporary workaround
by Bill Buzbee
· 15 years ago
e4c24e9
Merge "Separately sweep the monitor list before sweeping the heap. Required for the copying collector so we can abandon objects without examining their headers. There is a liminal reduction in sweep time when using the non-moving collector. In addition, this change uncomments a call to free to reclaim the monitor when its owning object is unmarked."
by Carl Shapiro
· 15 years ago
4bc10cc
Support primitive array elements in annotations.
by Andy McFadden
· 15 years ago
3367245
Integrate call-graph information into JIT method blacklist.
by Ben Cheng
· 15 years ago
9797a23
Performance tweak for Jit lookup & adjust table sizes for better performance
by Bill Buzbee
· 15 years ago
3903adb
Merge "Fix for 2367397 - Runtime reset with threshold lowered to 20."
by Bill Buzbee
· 15 years ago
0d05a71
Merge "Delete remaining FANCY_REFERENCE_SUBCLASS code. According to find and grep, this is the last use of that macro in Dalvik."
by Carl Shapiro
· 15 years ago
1f5cd6f
Fix for 2367397 - Runtime reset with threshold lowered to 20.
by Bill Buzbee
· 15 years ago
7c70b3f
Delete remaining FANCY_REFERENCE_SUBCLASS code. According to find and
by Carl Shapiro
· 15 years ago
5a6071b
Separately sweep the monitor list before sweeping the heap. Required
by Carl Shapiro
· 15 years ago
a998416
Merge "Fix a typo in "dalvikvm --help" output."
by Elliott Hughes
· 15 years ago
a8e7dc8
Fix a typo in "dalvikvm --help" output.
by Elliott Hughes
· 15 years ago
09037a6
Merge "Tear down the code cache when it is full and restart from scratch."
by Ben Cheng
· 15 years ago
60c24f4
Tear down the code cache when it is full and restart from scratch.
by Ben Cheng
· 15 years ago
5f56e67
Invert a conditional to make it correctly specified. Without this
by Carl Shapiro
· 15 years ago
81315cc
Merge "Remove references to the old wait implementation in various comments. Also, move the waitMutex above the values it guards to improve the readability of the Thread structure."
by Carl Shapiro
· 15 years ago
b453919
Remove references to the old wait implementation in various comments.
by Carl Shapiro
· 15 years ago
a031dd3
Merge "Remove the case where we make it hard to tell that a GC takes a long time."
by Barry Hayes
· 15 years ago
3136413
Remove the case where we make it hard to tell that a GC takes a long time.
by Barry Hayes
· 15 years ago
3a68495
Merge "New implementation of wait, notify, and notifyAll. Uses an explicit queue to represent the wait set instead of the implicit queue within the monitor condition variable."
by Carl Shapiro
· 15 years ago
1b9b4e4
Percolate the reason for a GC up far enough to print out in logging messages.
by Barry Hayes
· 15 years ago
77f52eb
New implementation of wait, notify, and notifyAll. Uses an explicit
by Carl Shapiro
· 15 years ago
15812f1
I did not reconcile my change to remove the Lock structure from Object
by Carl Shapiro
· 15 years ago
8d7f9b2
Supersede the Lock union type with a word-sized integer in the object
by Carl Shapiro
· 15 years ago
4ef41b2
Merge change I71938023
by Android (Google) Code Review
· 15 years ago
2c02ed1
Merge change Ic4433c3d
by Android (Google) Code Review
· 15 years ago
d0937ef
Jit: Update monitor lock/unlock to reflect thinlock changes (I34b20f49)
by Bill Buzbee
· 15 years ago
7193802
Assert that the incoming thread and monitor objects are not NULL. The
by Carl Shapiro
· 15 years ago
6930a11
The FANCY_REFERENCE_SUBCLASS code is based on a misconception of what the VM
by Barry Hayes
· 15 years ago
fe91bce
Merge change I06f254ec
by Android (Google) Code Review
· 15 years ago
7bbb9ce
Initialize the arg variables to avoid an uninitialized use compiler
by Carl Shapiro
· 15 years ago
f94f1ec
Merge change I8cf2b8be
by Android (Google) Code Review
· 15 years ago
8cf2b8b
Remove dead code from the garbage collector. A previous commit
by Carl Shapiro
· 15 years ago
bc64d78
Remove conditionally compiled code for monitor-only locks.
by Carl Shapiro
· 15 years ago
dc2e882
Merge change I34b20f49
by Android (Google) Code Review
· 15 years ago
94338aa
Repurpose bits 1 and 2 of the lockword for encoding the hash state of
by Carl Shapiro
· 15 years ago
b813e89
Merge change I1ecd9dcd
by Android (Google) Code Review
· 15 years ago
5442d46
Use writev() for DDMS packets.
by Andy McFadden
· 15 years ago
33a2bad
Merge change Ib1d8044e
by Android (Google) Code Review
· 15 years ago
b1d8044
Jit: Briefly delay start of Jit'ng in attempt to avoid compiling init code
by Bill Buzbee
· 15 years ago
e5dd7dd
Merge change Iac175b4f
by Android (Google) Code Review
· 15 years ago
ac175b4
Two minor JNI fixes.
by Andy McFadden
· 15 years ago
06f254e
Clean up some misunderstanding about what mspaces are:
by Barry Hayes
· 15 years ago
24ac537
Move VFP register save/restore routines from template to codegen.
by Ben Cheng
· 15 years ago
c6e64ea
Don't assume debugger wants all exceptions.
by Andy McFadden
· 15 years ago
d520ebd
Merge change I4c691d1a
by Android (Google) Code Review
· 15 years ago
ab0fccc
Merge change I909ce240
by Android (Google) Code Review
· 15 years ago
909ce24
Iterate in JNI thread exit check.
by Andy McFadden
· 15 years ago
4c691d1
Minor CheckJNI tweak.
by Andy McFadden
· 15 years ago
d149748
The disabled code was too late to make eclair, and there were some
by Barry Hayes
· 15 years ago
fcccb3b
Remove arrayClass from ClassObject. It seems to get only dozens of hits in
by Barry Hayes
· 15 years ago
e8c9133
Merge change I5f6d073a
by Android (Google) Code Review
· 15 years ago
342806d
Jit: Save/restore callee-save floating point registers at interpreter entry/exit
by Bill Buzbee
· 15 years ago
d43896a
am 66cbe5b1: am bf1bb914: am 4a888b09: Two exception-related tweaks: (1) Make the dynamic exception construction mechanism be able to handle exception constructors that take Object instead of String. (2) Add a convenience in JNIHelp to throw RuntimeExceptions.
by Dan Bornstein
· 15 years ago
11862da
Merge change Id40223ec
by Android (Google) Code Review
· 15 years ago
66cbe5b
am bf1bb914: am 4a888b09: Two exception-related tweaks: (1) Make the dynamic exception construction mechanism be able to handle exception constructors that take Object instead of String. (2) Add a convenience in JNIHelp to throw RuntimeExceptions.
by Dan Bornstein
· 15 years ago
bf1bb91
am 4a888b09: Two exception-related tweaks: (1) Make the dynamic exception construction mechanism be able to handle exception constructors that take Object instead of String. (2) Add a convenience in JNIHelp to throw RuntimeExceptions.
by Dan Bornstein
· 15 years ago
4a888b0
Two exception-related tweaks: (1) Make the dynamic exception construction
by Dan Bornstein
· 15 years ago
d40223e
Convert an assert() into a real test.
by Andy McFadden
· 15 years ago
324b3ac
Jit: 2nd attempt at fix for [Issue 2302318] Crash during spin-on-suspend
by Bill Buzbee
· 15 years ago
68b0046
Reverting [master] Change I85dd4a66: (platform/dalvik)
by Bill Buzbee
· 15 years ago
ad29a5c
Merge change I85dd4a66
by Android (Google) Code Review
· 15 years ago
156c1d3
Merge change I7d18e38e
by Android (Google) Code Review
· 15 years ago
2ce8a6c
Jit: Fix for [Issue 2302318] Crash during spin-on-suspend testing
by Bill Buzbee
· 15 years ago
Next »