< prev index next >

src/share/vm/gc/cms/vmCMSOperations.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,35 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_VMCMSOPERATIONS_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_VMCMSOPERATIONS_HPP ! #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp" ! #include "gc_implementation/shared/vmGCOperations.hpp" ! #include "gc_interface/gcCause.hpp" #include "runtime/vm_operations.hpp" // The VM_CMS_Operation is slightly different from // a VM_GC_Operation -- and would not have subclassed easily // to VM_GC_Operation without several changes to VM_GC_Operation. --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_CMS_VMCMSOPERATIONS_HPP ! #define SHARE_VM_GC_CMS_VMCMSOPERATIONS_HPP ! #include "gc/cms/concurrentMarkSweepGeneration.hpp" ! #include "gc/shared/gcCause.hpp" ! #include "gc/shared/vmGCOperations.hpp" #include "runtime/vm_operations.hpp" // The VM_CMS_Operation is slightly different from // a VM_GC_Operation -- and would not have subclassed easily // to VM_GC_Operation without several changes to VM_GC_Operation.
*** 143,148 **** virtual void doit_epilogue(); virtual bool is_cheap_allocated() const { return false; } virtual bool evaluate_at_safepoint() const; }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_VMCMSOPERATIONS_HPP --- 143,148 ---- virtual void doit_epilogue(); virtual bool is_cheap_allocated() const { return false; } virtual bool evaluate_at_safepoint() const; }; ! #endif // SHARE_VM_GC_CMS_VMCMSOPERATIONS_HPP
< prev index next >