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

G1: Correct include guard name in G1EvacFailureObjectsSet.hpp

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 18
    • 18
    • hotspot
    • gc
    • b25

    Description

      diff --git a/src/hotspot/share/gc/g1/g1EvacFailureObjectsSet.hpp b/src/hotspot/share/gc/g1/g1EvacFailureObjectsSet.hpp
      index a34e46dc96c..c8ec317f351 100644
      --- a/src/hotspot/share/gc/g1/g1EvacFailureObjectsSet.hpp
      +++ b/src/hotspot/share/gc/g1/g1EvacFailureObjectsSet.hpp
      @@ -22,8 +22,8 @@
        *
        */

      -#ifndef SHARE_GC_G1_G1EVACUATIONFAILUREOBJSINHR_HPP
      -#define SHARE_GC_G1_G1EVACUATIONFAILUREOBJSINHR_HPP
      +#ifndef SHARE_GC_G1_G1EVACFAILUREOBJECTSSET_HPP
      +#define SHARE_GC_G1_G1EVACFAILUREOBJECTSSET_HPP

       #include "gc/g1/g1SegmentedArray.hpp"
       #include "memory/iterator.hpp"
      @@ -79,4 +79,4 @@ public:
       };


      -#endif //SHARE_GC_G1_G1EVACUATIONFAILUREOBJSINHR_HPP
      +#endif //SHARE_GC_G1_G1EVACFAILUREOBJECTSSET_HPP

      Attachments

        Issue Links

          Activity

            People

              mli Hamlin Li
              mli Hamlin Li
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: