< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

*** 20,34 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_INTERFACE_COLLECTEDHEAP_HPP ! #define SHARE_VM_GC_INTERFACE_COLLECTEDHEAP_HPP ! #include "gc_interface/gcCause.hpp" ! #include "gc_implementation/shared/gcWhen.hpp" #include "memory/allocation.hpp" #include "runtime/handles.hpp" #include "runtime/perfData.hpp" #include "runtime/safepoint.hpp" #include "utilities/events.hpp" --- 20,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_COLLECTEDHEAP_HPP ! #define SHARE_VM_GC_SHARED_COLLECTEDHEAP_HPP ! #include "gc/shared/gcCause.hpp" ! #include "gc/shared/gcWhen.hpp" #include "memory/allocation.hpp" #include "runtime/handles.hpp" #include "runtime/perfData.hpp" #include "runtime/safepoint.hpp" #include "utilities/events.hpp"
*** 634,639 **** "This method manipulates heap state without locking"); _heap->set_gc_cause(_previous_cause); } }; ! #endif // SHARE_VM_GC_INTERFACE_COLLECTEDHEAP_HPP --- 634,639 ---- "This method manipulates heap state without locking"); _heap->set_gc_cause(_previous_cause); } }; ! #endif // SHARE_VM_GC_SHARED_COLLECTEDHEAP_HPP
< prev index next >