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

Fix include guards in GC code

XMLWordPrintable

    • gc
    • b103

      Some include guards in GC code (vm/share/gc) directory use the following include guard

      #endif /* ... */

      Everyone else uses

      #endif // ...

      Fix this

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

              Created:
              Updated:
              Resolved: