< prev index next >

src/share/vm/gc/parallel/psMarkSweep.hpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 20,34 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSMARKSWEEP_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSMARKSWEEP_HPP ! #include "gc_implementation/shared/collectorCounters.hpp" ! #include "gc_implementation/shared/markSweep.hpp" #include "utilities/stack.hpp" class PSAdaptiveSizePolicy; class PSYoungGen; class PSOldGen; --- 20,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_PARALLEL_PSMARKSWEEP_HPP ! #define SHARE_VM_GC_PARALLEL_PSMARKSWEEP_HPP ! #include "gc/serial/markSweep.hpp" ! #include "gc/shared/collectorCounters.hpp" #include "utilities/stack.hpp" class PSAdaptiveSizePolicy; class PSYoungGen; class PSOldGen;
*** 81,86 **** // Time since last full gc (in milliseconds) static jlong millis_since_last_gc(); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSMARKSWEEP_HPP --- 81,86 ---- // Time since last full gc (in milliseconds) static jlong millis_since_last_gc(); }; ! #endif // SHARE_VM_GC_PARALLEL_PSMARKSWEEP_HPP
< prev index next >