OSDN Git Service

Fix a CC crash with ThreadStress.
authorHiroshi Yamauchi <yamauchi@google.com>
Tue, 4 Oct 2016 22:20:36 +0000 (15:20 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Tue, 4 Oct 2016 22:21:58 +0000 (15:21 -0700)
commit7b08ae49a134458504367c3e9fa5fe080db3b89c
treef8431c8cb026a66784c1d61d92a8e2fb1af9daea
parentd74bd3a9a48d34d7321f7de7a6f8e1d3467be58a
Fix a CC crash with ThreadStress.

Add a read barrier on the locked object in Monitor::DescribeWait().

Bug: 31848261
Bug: 12687968
Test: test-art-host with CC and N9 libartd boot.
Change-Id: I569e1499c2aadf54d9074a8a790e5d512c2dad4f
runtime/monitor.cc