commit | f62e812bcf9b566599ff565ab469f90907fb11a6 | [log] [tgz] |
---|---|---|
author | Charles Munger <clm@google.com> | Thu Oct 18 13:39:39 2018 -0700 |
committer | Tobias Thierer <tobiast@google.com> | Tue Oct 30 16:43:38 2018 +0000 |
tree | fcb03a5783a4a3a762c2a7a507e339f5425aef35 | |
parent | bd127ea3edd5dca3b13b51cfa3da759f12693ef8 [diff] |
Use the runtime's implementation for park/unpark Bug: 28845097 Test: cts-tradefed run cts -m CtsLibcoreTestCases Test: The following sequence of invocations hangs both before and after this CL: LockSupport.unpark(Thread.currentThread()); LockSupport.parkUntil(-1); LockSupport.park(); Change-Id: I7ca5d5981d44823c7d6732a59e390dc55927a6ce