comparison src/share/vm/runtime/thread.cpp @ 14702:d4dd5204c0aa

Merge
author ehelin
date Fri, 14 Mar 2014 13:27:18 +0100
parents c0774726073e
children b51e29501f30
comparison
equal deleted inserted replaced
14701:d3ef21095134 14702:d4dd5204c0aa
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) {