comparison src/share/vm/runtime/thread.cpp @ 14704:b51e29501f30

Merged with jdk9/dev/hotspot changeset 9486a41de3b7
author twisti
date Tue, 18 Mar 2014 20:19:10 -0700
parents d8041d695d19 c0774726073e
children 92aa6797d639
comparison
equal deleted inserted replaced
14647:8f483e200405 14704:b51e29501f30
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 warning("Thread holding lock at safepoint that vm can block on: %s", cur->name()); 920 fatal(err_msg("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) {