8228673: Remove develop flag StrictSafepointChecks

Reviewed-by: shade, dholmes
This commit is contained in:
Coleen Phillimore 2019-07-31 06:37:13 -04:00
parent 8996d4782d
commit 9ad5641ce5
4 changed files with 5 additions and 11 deletions

View file

@ -442,7 +442,7 @@ void ObjectSynchronizer::jni_exit(oop obj, Thread* THREAD) {
ObjectLocker::ObjectLocker(Handle obj, Thread* thread, bool doLock) {
_dolock = doLock;
_thread = thread;
debug_only(if (StrictSafepointChecks) _thread->check_for_valid_safepoint_state(false);)
_thread->check_for_valid_safepoint_state(false);
_obj = obj;
if (_dolock) {