< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

*** 20,39 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_VMGCOPERATIONS_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_SHARED_VMGCOPERATIONS_HPP ! #include "gc_interface/collectedHeap.hpp" #include "memory/heapInspection.hpp" #include "runtime/handles.hpp" #include "runtime/jniHandles.hpp" #include "runtime/synchronizer.hpp" #include "runtime/vm_operations.hpp" - #include "prims/jvmtiExport.hpp" // The following class hierarchy represents // a set of operations (VM_Operation) related to GC. // // VM_Operation --- 20,39 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_VMGCOPERATIONS_HPP ! #define SHARE_VM_GC_SHARED_VMGCOPERATIONS_HPP ! #include "gc/shared/collectedHeap.hpp" #include "memory/heapInspection.hpp" + #include "prims/jvmtiExport.hpp" #include "runtime/handles.hpp" #include "runtime/jniHandles.hpp" #include "runtime/synchronizer.hpp" #include "runtime/vm_operations.hpp" // The following class hierarchy represents // a set of operations (VM_Operation) related to GC. // // VM_Operation
*** 241,246 **** ~SvcGCMarker() { VM_GC_Operation::notify_gc_end(); } }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_VMGCOPERATIONS_HPP --- 241,246 ---- ~SvcGCMarker() { VM_GC_Operation::notify_gc_end(); } }; ! #endif // SHARE_VM_GC_SHARED_VMGCOPERATIONS_HPP
< prev index next >