OSDN Git Service

Improve "waiting on"/"waiting to lock" SIGQUIT dump info.
authorElliott Hughes <enh@google.com>
Tue, 7 Jun 2011 23:39:20 +0000 (16:39 -0700)
committerElliott Hughes <enh@google.com>
Tue, 7 Jun 2011 23:39:20 +0000 (16:39 -0700)
commit708f143f318bb2167c810f9506102f4ad656545c
tree97e9b578ea7175f56a335cad1548bbf4ef0d0fbb
parenta0f945f21dd38df48946fcea57d798a9692734b8
Improve "waiting on"/"waiting to lock" SIGQUIT dump info.

In particular, when we're waiting on a Class, say which class:

  I(16573)   - waiting on <0xf5ed54f8> (java.lang.Class<java.lang.ref.ReferenceQueue>)

versus:

  I(16573)   - waiting on <0xf5feda38> (a java.util.LinkedList)

Bug: http://code.google.com/p/android/issues/detail?id=17349
Change-Id: I844d02c008b1499adb02995ff3da25ba8cad0e0a
vm/Misc.cpp
vm/Misc.h
vm/Profile.cpp
vm/Sync.cpp
vm/Thread.cpp
vm/Thread.h
vm/interp/Stack.cpp