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

DisableStartThread should not be applied to GC worker threads

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b131

      DisableStartThread is defined for Java threads

        develop(bool, DisableStartThread, false, \
                "Disable starting of additional Java threads " \
                "(for debugging only)")

      but is being applied to GC worker threads. For example
      share/vm/gc/shared/workgroup.cpp

       64 if (!DisableStartThread) {
       65 os::start_thread(new_worker);
       66 }

            jmasa Jon Masamitsu (Inactive)
            jmasa Jon Masamitsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: