OSDN Git Service

Deduplicate code starting JDWP thread
authorSebastien Hertz <shertz@google.com>
Mon, 14 Apr 2014 12:38:24 +0000 (14:38 +0200)
committerSebastien Hertz <shertz@google.com>
Mon, 14 Apr 2014 13:11:21 +0000 (15:11 +0200)
commitbb5c355df9d93d103f1a008fba485d03c56465b5
tree1b5af78d22efa0d8a512cc43cf274aabd89170e2
parent9b417e4f0f87da6bfe8dc5f02c987acfcb6dca31
Deduplicate code starting JDWP thread

Also waits for thread_start_cond_ in a loop and removes needless mutex lock in
JdwpState::Run when checking thread state.

Change-Id: I6fca2151b5343b2906e9fa3b439029e6ad5b086d
runtime/jdwp/jdwp_main.cc