< prev index next >

src/cpu/x86/vm/assembler_x86.cpp

Print this page
rev 12906 : [mq]: gc_interface

*** 35,49 **** #include "runtime/objectMonitor.hpp" #include "runtime/os.hpp" #include "runtime/sharedRuntime.hpp" #include "runtime/stubRoutines.hpp" #include "utilities/macros.hpp" - #if INCLUDE_ALL_GCS - #include "gc/g1/g1CollectedHeap.inline.hpp" - #include "gc/g1/g1SATBCardTableModRefBS.hpp" - #include "gc/g1/heapRegion.hpp" - #endif // INCLUDE_ALL_GCS #ifdef PRODUCT #define BLOCK_COMMENT(str) /* nothing */ #define STOP(error) stop(error) #else --- 35,44 ----
< prev index next >