comparison src/share/vm/runtime/thread.cpp @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents b51e29501f30
children 3e9a960f0da1
comparison
equal deleted inserted replaced
14719:0bdd0d157040 14726:92aa6797d639
915 cur != Threads_lock && 915 cur != Threads_lock &&
916 cur != Compile_lock && // Temporary: should not be necessary when we get separate compilation 916 cur != Compile_lock && // Temporary: should not be necessary when we get separate compilation
917 cur != VMOperationRequest_lock && 917 cur != VMOperationRequest_lock &&
918 cur != VMOperationQueue_lock) || 918 cur != VMOperationQueue_lock) ||
919 cur->rank() == Mutex::special) { 919 cur->rank() == Mutex::special) {
920 fatal(err_msg("Thread holding lock at safepoint that vm can block on: %s", cur->name())); 920 warning("Thread holding lock at safepoint that vm can block on: %s", cur->name());
921 } 921 }
922 } 922 }
923 } 923 }
924 924
925 if (GCALotAtAllSafepoints) { 925 if (GCALotAtAllSafepoints) {