OSDN Git Service

Get class loader to remember interrupts
authorHans Boehm <hboehm@google.com>
Thu, 12 Nov 2015 00:13:57 +0000 (16:13 -0800)
committerHans Boehm <hboehm@google.com>
Thu, 12 Nov 2015 02:05:30 +0000 (18:05 -0800)
commit328c5dc0d178632125f5a05002051a6adc04766a
tree843e9b7a71ff0875bf477cc052d921141a6828ef
parent5165b6ba1fda85d769c5092a65f07bcfffb0b3e7
Get class loader to remember interrupts

Bug: 25606036

Monitor::Wait should not reset the interrupt flag unless it actually
throws the exception.

Change-Id: Id6a35c888160043831f30055f9bd39e7f0440439
runtime/monitor.cc