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

Build failure with --disable-precompiled-headers --disable-jfr

XMLWordPrintable

    • gc
    • Not verified

      g1EvacStats.hpp needs Atomic::add_ptr that is defined in atomic.inline.hpp.

      src/share/vm/gc/g1/g1EvacStats.hpp
        30 #include "runtime/atomic.inline.hpp"

      xxx.inline.hpp files are not supposed to be included by xxx.hpp
      files.

      The need for atomic.inline.hpp seems clear, and would seem to
      constitute a bug in
      g1EvacStats.hpp - there should be a g1EvacStats.inline.hpp file.

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

              Created:
              Updated:
              Resolved: