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

G1RemSetSummary.hpp uses FREE_C_HEAP_ARRAY

    XMLWordPrintable

Details

    • gc
    • b103

    Description

      G1RemSetSummary.hpp uses FREE_C_HEAP_ARRAY which would require (a non-existent) inclusion of memory/allocation.inline.hpp.

      As per coding guidelines we are not allowed to include .inline.hpp files in hpp files. Interestingly, at the moment this compiles fine, but causes issues with refactoring.

      The solution is to move the FREE_C_HEAP_ARRAY call into the cpp file and include allocation.inline.hpp.

      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: