src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
child 54327 a4d19817609c
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    19  * or visit www.oracle.com if you need additional information or have any
    19  * or visit www.oracle.com if you need additional information or have any
    20  * questions.
    20  * questions.
    21  *
    21  *
    22  */
    22  */
    23 
    23 
    24 #ifndef SHARE_VM_GC_SHENANDOAH_C2_SHENANDOAH_SUPPORT_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_C2_SHENANDOAHSUPPORT_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_C2_SHENANDOAH_SUPPORT_HPP
    25 #define SHARE_GC_SHENANDOAH_C2_SHENANDOAHSUPPORT_HPP
    26 
    26 
    27 #include "gc/shenandoah/shenandoahBrooksPointer.hpp"
    27 #include "gc/shenandoah/shenandoahBrooksPointer.hpp"
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "opto/addnode.hpp"
    29 #include "opto/addnode.hpp"
    30 #include "opto/graphKit.hpp"
    30 #include "opto/graphKit.hpp"
   380   }
   380   }
   381 
   381 
   382   virtual int Opcode() const;
   382   virtual int Opcode() const;
   383 };
   383 };
   384 
   384 
   385 #endif // SHARE_VM_GC_SHENANDOAH_C2_SHENANDOAH_SUPPORT_HPP
   385 #endif // SHARE_GC_SHENANDOAH_C2_SHENANDOAHSUPPORT_HPP