< prev index next >

src/share/vm/runtime/java.cpp

Print this page
rev 12906 : [mq]: gc_interface

*** 71,84 **** #include "utilities/dtrace.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/histogram.hpp" #include "utilities/macros.hpp" #include "utilities/vmError.hpp" - #if INCLUDE_ALL_GCS - #include "gc/cms/concurrentMarkSweepThread.hpp" - #include "gc/parallel/psScavenge.hpp" - #endif // INCLUDE_ALL_GCS #ifdef COMPILER1 #include "c1/c1_Compiler.hpp" #include "c1/c1_Runtime1.hpp" #endif #ifdef COMPILER2 --- 71,80 ----
< prev index next >