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

Test gc/arguments/TestShrinkHeapInSteps.java breaks with change for JDK-8074355

XMLWordPrintable

    • b19
    • Verified

      make test TEST=gc/arguments/TestShrinkHeapInSteps.java JTREG="VM_OPTIONS=-XX:+UseConcMarkSweepGC"

      Gets assert:

      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

      David didn't like the assert so I'll remove it. There are some CMS locks that are safepoint_check_never but are acquired without _no_safepoint_check_flag and I haven't been able to non-intermittently find them all.

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

              Created:
              Updated:
              Resolved: