< prev index next >

src/share/vm/gc/parallel/asPSOldGen.cpp

Print this page
rev 8362 : [mq]: hotspot

*** 21,35 **** * questions. * */ #include "precompiled.hpp" ! #include "gc_implementation/parallelScavenge/asPSOldGen.hpp" ! #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" ! #include "gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp" ! #include "gc_implementation/parallelScavenge/psMarkSweepDecorator.hpp" ! #include "memory/cardTableModRefBS.hpp" #include "oops/oop.inline.hpp" #include "runtime/java.hpp" // Whereas PSOldGen takes the maximum size of the generation // (which doesn't change in the case of PSOldGen) as a parameter, --- 21,35 ---- * questions. * */ #include "precompiled.hpp" ! #include "gc/parallel/asPSOldGen.hpp" ! #include "gc/parallel/parallelScavengeHeap.hpp" ! #include "gc/parallel/psAdaptiveSizePolicy.hpp" ! #include "gc/parallel/psMarkSweepDecorator.hpp" ! #include "gc/shared/cardTableModRefBS.hpp" #include "oops/oop.inline.hpp" #include "runtime/java.hpp" // Whereas PSOldGen takes the maximum size of the generation // (which doesn't change in the case of PSOldGen) as a parameter,
< prev index next >