< prev index next >

src/share/vm/gc/shared/generationSpec.cpp

Print this page
rev 8362 : [mq]: hotspot

*** 1,7 **** /* ! * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 21,41 **** * questions. * */ #include "precompiled.hpp" #include "memory/binaryTreeDictionary.hpp" - #include "memory/defNewGeneration.hpp" #include "memory/filemap.hpp" - #include "memory/genRemSet.hpp" - #include "memory/generationSpec.hpp" - #include "memory/tenuredGeneration.hpp" #include "runtime/java.hpp" #include "utilities/macros.hpp" #if INCLUDE_ALL_GCS ! #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp" ! #include "gc_implementation/parNew/parNewGeneration.hpp" #endif // INCLUDE_ALL_GCS Generation* GenerationSpec::init(ReservedSpace rs, int level, GenRemSet* remset) { switch (name()) { --- 21,41 ---- * questions. * */ #include "precompiled.hpp" + #include "gc/serial/defNewGeneration.hpp" + #include "gc/serial/tenuredGeneration.hpp" + #include "gc/shared/genRemSet.hpp" + #include "gc/shared/generationSpec.hpp" #include "memory/binaryTreeDictionary.hpp" #include "memory/filemap.hpp" #include "runtime/java.hpp" #include "utilities/macros.hpp" #if INCLUDE_ALL_GCS ! #include "gc/cms/concurrentMarkSweepGeneration.hpp" ! #include "gc/cms/parNewGeneration.hpp" #endif // INCLUDE_ALL_GCS Generation* GenerationSpec::init(ReservedSpace rs, int level, GenRemSet* remset) { switch (name()) {
< prev index next >