Some more includes to .inline.hpp files in gc header files

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 13
    • Affects Version/s: 13
    • Component/s: hotspot
    • None
    • gc
    • b05

      We should not include .inline.hpp files in .hpp files, but anyway a few of those crept in lately in gc code:

      src/hotspot//share/gc/shared/workerManager.hpp:#include "runtime/os.inline.hpp"
      src/hotspot//share/gc/shared/workerManager.hpp:#include "runtime/thread.inline.hpp"
      src/hotspot//share/gc/shared/parallelCleaning.hpp:#include "classfile/classLoaderDataGraph.inline.hpp"
      src/hotspot//share/gc/shenandoah/shenandoahTaskqueue.hpp:#include "gc/shared/taskqueue.inline.hpp"
      src/hotspot//share/gc/shenandoah/shenandoahStringDedup.hpp:#include "classfile/javaClasses.inline.hpp"

      Fix them.

            Assignee:
            Thomas Schatzl
            Reporter:
            Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: