hotspot/src/share/vm/runtime/thread.cpp
changeset 23193 32ed95bda2f0
parent 22905 4b1549d69106
child 23491 f690330b10b9
child 23540 06f7d6e1f654
equal deleted inserted replaced
23192:f6a1c8866065 23193:32ed95bda2f0
   908               cur != Threads_lock &&
   908               cur != Threads_lock &&
   909               cur != Compile_lock &&               // Temporary: should not be necessary when we get separate compilation
   909               cur != Compile_lock &&               // Temporary: should not be necessary when we get separate compilation
   910               cur != VMOperationRequest_lock &&
   910               cur != VMOperationRequest_lock &&
   911               cur != VMOperationQueue_lock) ||
   911               cur != VMOperationQueue_lock) ||
   912               cur->rank() == Mutex::special) {
   912               cur->rank() == Mutex::special) {
   913           warning("Thread holding lock at safepoint that vm can block on: %s", cur->name());
   913           fatal(err_msg("Thread holding lock at safepoint that vm can block on: %s", cur->name()));
   914         }
   914         }
   915       }
   915       }
   916     }
   916     }
   917 
   917 
   918     if (GCALotAtAllSafepoints) {
   918     if (GCALotAtAllSafepoints) {