commit | 4e5b20863898006ec6c9d120cda167d38dda6e60 | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Tue Mar 24 19:03:40 2015 +0100 |
committer | Sebastien Hertz <shertz@google.com> | Wed Apr 01 12:22:52 2015 +0200 |
tree | 8cb7e98c87a4e48e6237fd2c172ae39f5b7f5a76 | |
parent | 04914da1385564fca1990863d9a2690af10e1946 [diff] |
Fix JDWP race at runtime shutdown When the runtime shuts down, it closes the JDWP connection with the debugger. However, if a JDWP command is still being processed by the JDWP handler thread when we close the connection, we won't be able to send its reply. Bug: 19628620 Change-Id: I20301325a347d66f3b9ef95ebe8f156abafb1f76