< prev index next >

src/share/vm/gc/serial/defNewGeneration.cpp

Print this page
rev 9978 : 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
Summary: Fix remaining issues after 8146401. Also fix windows VS2010 linkage problem (g1OopClosures.hpp).
Reviewed-by: stefank, mgerdin

*** 22,31 **** --- 22,32 ---- * */ #include "precompiled.hpp" #include "gc/serial/defNewGeneration.inline.hpp" + #include "gc/shared/ageTable.inline.hpp" #include "gc/shared/cardTableRS.hpp" #include "gc/shared/collectorCounters.hpp" #include "gc/shared/gcHeapSummary.hpp" #include "gc/shared/gcLocker.inline.hpp" #include "gc/shared/gcPolicyCounters.hpp"
< prev index next >