Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8229000

Fix lock and reenable assert in Monitor::check_safepoint_state

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 14
    • 14
    • 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.

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

              Created:
              Updated:
              Resolved: