commit | 14e81447ebaa1d80aae0c53312d4ff238d3fd98a | [log] [tgz] |
---|---|---|
author | Johnnie Birch <johnnie.l.birch.jr@intel.com> | Thu May 15 11:31:14 2014 -0700 |
committer | Johnnie Birch <johnnie.l.birch.jr@intel.com> | Thu May 22 11:33:21 2014 -0700 |
tree | 9b3651a64e67f64055d351579e83a1a2794978ff | |
parent | 3ba5511665ffd31cc766fe7774a94eb18696a845 [diff] |
Add a check for null thread before trying to suspend The patch fixes a jpda test failure due to a failed assertion in SuspendThreadByThreadId. There should be a check for a null thread before the assertion check. This was the behavior of previous code (4.4.2) where this test passes, but this check was removed during some refactoring of the code. Change-Id: Ia63de5f159ce1e51110bf9dc604011d07b2f048e Signed-off-by: Johnnie Birch <johnnie.l.birch.jr@intel.com>