OSDN Git Service

Add missing JUMBO opcodes to volatile rewriting
authorbuzbee <buzbee@google.com>
Mon, 11 Apr 2011 21:07:34 +0000 (14:07 -0700)
committerbuzbee <buzbee@google.com>
Mon, 11 Apr 2011 21:07:34 +0000 (14:07 -0700)
commit62fe4c1e9fc28254d357e9755cf4bd2138753c17
treeef2c59b6ee5fbd40876d3b540af0ddfd568bfb53
parent8d6291cce6ff3c9a3010f3725563983847370df7
Add missing JUMBO opcodes to volatile rewriting

The boolean/byte/char/short variants of iget/iput/sget/sput were not
being correctly converted to _VOLATILE opcodes for SMP builds.

Change-Id: Ic81d75f9c927325d54a98465c146b6d43ea204f4
vm/analysis/Optimize.c