OSDN Git Service

Let jvmti allow JDWP connections
authorAlex Light <allight@google.com>
Fri, 10 Feb 2017 00:01:32 +0000 (16:01 -0800)
committerAlex Light <allight@google.com>
Fri, 10 Feb 2017 00:25:22 +0000 (00:25 +0000)
commit5bd09549b443659ddd81768c811dcb5c6850775c
tree0488df55ba98edd2b482d7739bee12ac03b4d13b
parent406402baa4900c36b3fe27b03bf9e04e978e50be
Let jvmti allow JDWP connections

We were incorrectly asserting that the JDWP thread doesn't start until
after the kInit runtime phase has passed but this is not necessarily
the case if JDWP is started with the runtime.

Bug: 35213182
Test: manual
Change-Id: Iea325684fa6a4717176ed8f8070fa1d1bb0e18c7
runtime/openjdkjvmti/ti_thread.cc