< prev index next >

src/share/vm/gc/shared/objectCountEventSender.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,33 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_OBJECTCOUNTEVENTSENDER_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_SHARED_OBJECTCOUNTEVENTSENDER_HPP ! #include "gc_implementation/shared/gcTrace.hpp" #include "memory/allocation.hpp" #include "utilities/macros.hpp" #if INCLUDE_SERVICES --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_OBJECTCOUNTEVENTSENDER_HPP ! #define SHARE_VM_GC_SHARED_OBJECTCOUNTEVENTSENDER_HPP ! #include "gc/shared/gcTrace.hpp" #include "memory/allocation.hpp" #include "utilities/macros.hpp" #if INCLUDE_SERVICES
*** 40,45 **** static bool should_send_event(); }; #endif // INCLUDE_SERVICES ! #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_OBJECTCOUNTEVENTSENDER_HPP --- 40,45 ---- static bool should_send_event(); }; #endif // INCLUDE_SERVICES ! #endif // SHARE_VM_GC_SHARED_OBJECTCOUNTEVENTSENDER_HPP
< prev index next >