Fix SIGSEGV in print_threads_compiling.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 10
    • Affects Version/s: 9, 10, 11
    • Component/s: hotspot
    • b38

        print_threads_compiling prints the tasks compiler threads are working on.
        It gets the task from the thread, checks it for NULL, and then reads the task again from the thread. in the meantime, the compiler thread can set the task back to NULL so that the check was pointless.

        Read task only once.

              Assignee:
              Goetz Lindenmaier
              Reporter:
              Goetz Lindenmaier
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: