changeset 15853 | 1c4e16950e96 |
parent 15475 | 73896d91270c |
child 16670 | 4af09aff4237 |
--- a/hotspot/src/share/vm/runtime/synchronizer.cpp Wed Feb 27 16:40:30 2013 +0000 +++ b/hotspot/src/share/vm/runtime/synchronizer.cpp Wed Feb 27 15:00:30 2013 -0800 @@ -813,6 +813,7 @@ } if (owner != NULL) { + // owning_thread_from_monitor_owner() may also return NULL here return Threads::owning_thread_from_monitor_owner(owner, doLock); }