src/share/vm/memory/space.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2009, 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) 1997, 2010, 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.
*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! # include "incls/_precompiled.incl" ! # include "incls/_space.cpp.incl" void SpaceMemRegionOopsIterClosure::do_oop(oop* p) { SpaceMemRegionOopsIterClosure::do_oop_work(p); } void SpaceMemRegionOopsIterClosure::do_oop(narrowOop* p) { SpaceMemRegionOopsIterClosure::do_oop_work(p); } HeapWord* DirtyCardToOopClosure::get_actual_top(HeapWord* top, --- 20,47 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "classfile/systemDictionary.hpp" ! #include "classfile/vmSymbols.hpp" ! #include "gc_implementation/shared/liveRange.hpp" ! #include "gc_implementation/shared/markSweep.hpp" ! #include "gc_implementation/shared/spaceDecorator.hpp" ! #include "memory/blockOffsetTable.inline.hpp" ! #include "memory/defNewGeneration.hpp" ! #include "memory/genCollectedHeap.hpp" ! #include "memory/space.hpp" ! #include "memory/space.inline.hpp" ! #include "memory/universe.inline.hpp" ! #include "oops/oop.inline.hpp" ! #include "oops/oop.inline2.hpp" ! #include "runtime/java.hpp" ! #include "runtime/safepoint.hpp" ! #include "utilities/copy.hpp" ! #include "utilities/globalDefinitions.hpp" void SpaceMemRegionOopsIterClosure::do_oop(oop* p) { SpaceMemRegionOopsIterClosure::do_oop_work(p); } void SpaceMemRegionOopsIterClosure::do_oop(narrowOop* p) { SpaceMemRegionOopsIterClosure::do_oop_work(p); } HeapWord* DirtyCardToOopClosure::get_actual_top(HeapWord* top,