src/hotspot/share/runtime/mutex.cpp
changeset 54665 f14a826e3c2e
parent 54663 f03d5a093093
child 57602 dbe471d2f8f8
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/runtime/mutex.cpp	Wed May 01 10:12:51 2019 -0400
+++ b/src/hotspot/share/runtime/mutex.cpp	Wed May 01 10:54:07 2019 -0400
@@ -40,10 +40,6 @@
   assert(!thread->is_Java_thread() || _safepoint_check_required != not_allowed,
          "This lock should %s have a safepoint check for Java threads: %s",
          _safepoint_check_required ? "always" : "never", name());
-
-  // If defined with safepoint_check_never, a NonJavaThread should never ask to safepoint check either.
-  assert(thread->is_Java_thread() || !do_safepoint_check || _safepoint_check_required != Monitor::_safepoint_check_never,
-         "NonJavaThread should not check for safepoint");
 }
 #endif // ASSERT