Fix lock and reenable assert in Monitor::check_safepoint_state

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 14
    • Affects Version/s: 14
    • Component/s: hotspot
    • None
    • b09

      There was a safepoint_check_never Mutex that was taken with a safepoint check that caused a new assert in JDK-8223190.

      Crash: Internal Error ...mutex.cpp...assert(thread->is_Java_thread() || !do_safepoint_check || _safepoint_check_required != Monitor::_safepoint_check_never) failed: NonJavaThread should not check for safepoint

      This RFE is to fix that lock, retest and reenable the assert.

            Assignee:
            Coleen Phillimore
            Reporter:
            Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: