Build failure after JDK-8372040

XMLWordPrintable

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

      The change for JDK-8372040 missed adding a needed #include, resulting in:

      open/src/hotspot/share/gc/serial/serialHeap.cpp:497:7: error: 'Prefetch' has not been declared
      497 | Prefetch::write(p, interval);

      Looks like serialHeap.cpp was previously getting Prefetch indirectly from
      generation.hpp via tenuredGeneration.hpp via tenuredGeneration.inline.hpp.

            Assignee:
            Kim Barrett
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: