commit | 18324204efecc27a1356b7a7abcca6624ceea960 | [log] [tgz] |
---|---|---|
author | Coleen Phillimore <coleenp@openjdk.org> | Tue Dec 14 15:10:52 2010 -0500 |
committer | Coleen Phillimore <coleenp@openjdk.org> | Tue Dec 14 15:10:52 2010 -0500 |
tree | 307c80ddf69bc2c7c47947d2a0223b39c15cd4e6 | |
parent | d2481f01f00b36249c4a366696707c5e862847fc [diff] |
7006471: fix for 6988439 crashes when pending list lock is null Missing null check in owns_pending_list_lock() because this can be called before pending_list_lock is initialized. Reviewed-by: never, kvn