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

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

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 13
    • 13
    • hotspot
    • None
    • gc
    • b05

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: