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

G1: Correct include guard name in G1EvacFailureObjectsSet.hpp

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 18
    • 18
    • hotspot
    • gc
    • b25

      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

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

              Created:
              Updated:
              Resolved: